diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-06-18 14:55:11 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-06-22 11:15:03 +0200 |
commit | a438dd11081a6ff1b8aa13cc96f07e2ca2f33a36 (patch) | |
tree | f36c9bd75ef7a1b494c7291dc055a375af95beb5 /drivers/platform | |
parent | platform/x86: intel_skl_int3472: Free ACPI device resources after use (diff) | |
download | linux-a438dd11081a6ff1b8aa13cc96f07e2ca2f33a36.tar.xz linux-a438dd11081a6ff1b8aa13cc96f07e2ca2f33a36.zip |
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>
Diffstat (limited to 'drivers/platform')
-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 |