]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd574fa076a8bc2143f6b29d6ddc7281fd81c5f12
treec1a41afad7bb449184703cfbaed52feb3785cf65
parent0cf47af558a1bf8caef2cb0dc2377bc5be5c1eeb
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