diff options
author | Andy Shevchenko <[email protected]> | 2021-06-18 15:55:11 +0300 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2021-06-22 11:15:03 +0200 |
commit | a438dd11081a6ff1b8aa13cc96f07e2ca2f33a36 (patch) | |
tree | f36c9bd75ef7a1b494c7291dc055a375af95beb5 | |
parent | a4310246430096a876a8d54ca7ad52d6603b9cda (diff) |
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]>
-rw-r--r-- | drivers/platform/x86/intel-int3472/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel-int3472/Kconfig b/drivers/platform/x86/intel-int3472/Kconfig index c112878e833b..62e5d4cf9ee5 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 |