mfd: omap-usb: Depend on COMMON_CLK to fix compile tests
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 22 Nov 2020 12:01:33 +0000 (13:01 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 27 Nov 2020 07:54:36 +0000 (07:54 +0000)
commit7a69a6f68da5084e7f42df18bbc3b38f3785cccf
treec1a41afad7bb449184703cfbaed52feb3785cf65
parentf31cc6afabed4487956118af1ebe3ac603fa92b8
mfd: omap-usb: Depend on COMMON_CLK to fix compile tests

The MFD_OMAP_USB_HOST uses Common Clock Framework thus it cannot be
built on platforms without it (e.g. compile test on MIPS with LANTIQ):

    mips-linux-ld: drivers/mfd/omap-usb-host.o: in function `usbhs_omap_probe':
    omap-usb-host.c:(.text+0x940): undefined reference to `clk_set_parent'

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig