diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-04-02 21:21:03 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-05-05 17:07:41 +0300 |
commit | c6b4853fa25a7f0549731c141e6b2b3f29a6b473 (patch) | |
tree | b3d2047d01b31ca4df1af8a539a33a41285f7392 /drivers/gpio/Kconfig | |
parent | 71cf76d451ef40ff700320069fe58ae239f6f5aa (diff) | |
download | linux-c6b4853fa25a7f0549731c141e6b2b3f29a6b473.tar.xz |
gpio: sch: Drop MFD_CORE selection
Since we are depended on LPC_SCH, which selects MFD_CORE,
we don't need to do it ourselves.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b9df2f0c05ba..39a4b8207b48 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -863,7 +863,6 @@ config GPIO_SCH depends on (X86 || COMPILE_TEST) && ACPI depends on LPC_SCH select GPIOLIB_IRQCHIP - select MFD_CORE help Say yes here to support GPIO interface on Intel Poulsbo SCH, Intel Tunnel Creek processor, Intel Centerton processor or |