diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 8 |
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 | ||
821 | config 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 | |||
821 | config GPIO_ARIZONA | 829 | config 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 |