summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorThor Thayer <tthayer@opensource.altera.com>2016-06-02 13:52:24 -0400
committerLinus Walleij <linus.walleij@linaro.org>2016-10-24 10:33:11 -0400
commit26a48c4cc2f15d516513e4a980a8a63a21aff018 (patch)
tree69b98a447e57ebdb841e391353a85e07b5557ead /drivers/gpio/Kconfig
parente78ade0a2f50fd1a5254d8c801dbb37f46a85e12 (diff)
gpio: altera-a10sr: Add A10 System Resource Chip GPIO support.
Add the GPIO functionality for the Altera Arria10 MAX5 System Resource Chip. The A10 MAX5 has 12 bits of GPIO assigned to switches, buttons, and LEDs as a GPIO extender on the SPI bus. Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>i Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 26ee00f6bd58..41e2a8f84289 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -818,6 +818,14 @@ config GPIO_ADP5520
818 This option enables support for on-chip GPIO found 818 This option enables support for on-chip GPIO found
819 on Analog Devices ADP5520 PMICs. 819 on Analog Devices ADP5520 PMICs.
820 820
821config GPIO_ALTERA_A10SR
822 tristate "Altera Arria10 System Resource GPIO"
823 depends on MFD_ALTERA_A10SR
824 help
825 Driver for Arria10 Development Kit GPIO expansion which
826 includes reads of pushbuttons and DIP switches as well
827 as writes to LEDs.
828
821config GPIO_ARIZONA 829config GPIO_ARIZONA
822 tristate "Wolfson Microelectronics Arizona class devices" 830 tristate "Wolfson Microelectronics Arizona class devices"
823 depends on MFD_ARIZONA 831 depends on MFD_ARIZONA