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 <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent a431024 commit a438dd1

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/intel-int3472

1 file changed

+1
-1
lines changed

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)