Skip to content

Commit a438dd1

Browse files
andy-shevjwrdegoede
authored andcommitted
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 <djrscally@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210618125516.53510-3-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent a431024 commit a438dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/platform/x86/intel-int3472

drivers/platform/x86/intel-int3472/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config INTEL_SKL_INT3472
22
tristate "Intel SkyLake ACPI INT3472 Driver"
33
depends on ACPI
4-
depends on COMMON_CLK && CLKDEV_LOOKUP
4+
depends on COMMON_CLK
55
depends on I2C
66
depends on GPIOLIB
77
depends on REGULATOR

0 commit comments

Comments
 (0)