Kconfig (4436e6da008fee87d54c038e983e5be9a6baf8fb) Kconfig (738bbc660cae6437dda214d0d97ae68d39479fcd)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

--- 1219 unchanged lines hidden (view full) ---

1228
1229config GPIO_ADP5520
1230 tristate "GPIO Support for ADP5520 PMIC"
1231 depends on PMIC_ADP5520
1232 help
1233 This option enables support for on-chip GPIO found
1234 on Analog Devices ADP5520 PMICs.
1235
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

--- 1219 unchanged lines hidden (view full) ---

1228
1229config GPIO_ADP5520
1230 tristate "GPIO Support for ADP5520 PMIC"
1231 depends on PMIC_ADP5520
1232 help
1233 This option enables support for on-chip GPIO found
1234 on Analog Devices ADP5520 PMICs.
1235
1236config GPIO_ADP5585
1237 tristate "GPIO Support for ADP5585"
1238 depends on MFD_ADP5585
1239 help
1240 This option enables support for the GPIO function found in the Analog
1241 Devices ADP5585.
1242
1236config GPIO_ALTERA_A10SR
1237 tristate "Altera Arria10 System Resource GPIO"
1238 depends on MFD_ALTERA_A10SR
1239 help
1240 Driver for Arria10 Development Kit GPIO expansion which
1241 includes reads of pushbuttons and DIP switches as well
1242 as writes to LEDs.
1243

--- 682 unchanged lines hidden ---
1243config GPIO_ALTERA_A10SR
1244 tristate "Altera Arria10 System Resource GPIO"
1245 depends on MFD_ALTERA_A10SR
1246 help
1247 Driver for Arria10 Development Kit GPIO expansion which
1248 includes reads of pushbuttons and DIP switches as well
1249 as writes to LEDs.
1250

--- 682 unchanged lines hidden ---