summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-02-29 22:00:01 +0800
committerLinus Walleij <linus.walleij@linaro.org>2016-03-30 10:38:51 +0200
commit574b782e7b632974e85e8629842746d0229c4aed (patch)
treef44bb54e95b820a3089e8edaf8c2846f7ea08ad5 /drivers/gpio/Kconfig
parentf7aed67d632f6e316b9a9e2fe2818a07bfa42e81 (diff)
downloadlinux-574b782e7b632974e85e8629842746d0229c4aed.tar.bz2
gpio: amdpt: Convert to use gpio-generic
Use gpio-generic to simplify this driver. Signed-off-by: Axel Lin <axel.lin@ingics.com> Tested-by: YD Tseng <Yd_Tseng@asmedia.com.tw> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 927be87f2284..6d6015f7aeed 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -122,6 +122,7 @@ config GPIO_ALTERA
config GPIO_AMDPT
tristate "AMD Promontory GPIO support"
depends on ACPI
+ select GPIO_GENERIC
help
driver for GPIO functionality on Promontory IOHub
Require ACPI ASL code to enumerate as a platform device.