mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
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>
This commit is contained in:
parent
a431024643
commit
a438dd1108
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user