From: Andy Shevchenko Date: Fri, 18 Jun 2021 12:55:11 +0000 (+0300) Subject: platform/x86: intel_skl_int3472: Fix dependencies (drop CLKDEV_LOOKUP) X-Git-Tag: v5.14-rc1~132^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a438dd11081a6ff1b8aa13cc96f07e2ca2f33a36;p=thirdparty%2Fkernel%2Flinux.git platform/x86: intel_skl_int3472: Fix dependencies (drop CLKDEV_LOOKUP) Besides the fact that COMMON_CLK selects CLKDEV_LOOKUP, the latter is going to be removed from clock framework. Reviewed-by: Daniel Scally Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20210618125516.53510-3-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede --- diff --git a/drivers/platform/x86/intel-int3472/Kconfig b/drivers/platform/x86/intel-int3472/Kconfig index c112878e833b2..62e5d4cf9ee5b 100644 --- a/drivers/platform/x86/intel-int3472/Kconfig +++ b/drivers/platform/x86/intel-int3472/Kconfig @@ -1,7 +1,7 @@ config INTEL_SKL_INT3472 tristate "Intel SkyLake ACPI INT3472 Driver" depends on ACPI - depends on COMMON_CLK && CLKDEV_LOOKUP + depends on COMMON_CLK depends on I2C depends on GPIOLIB depends on REGULATOR