Kconfig (5acac83bf2e42f51ab9fd315d657798754bf0bb8) Kconfig (703b288f3edf7b08d256499802fba88df5032d53)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

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

1100 help
1101 Support for GPIOs on ROHM BD70528 PMIC. There are four GPIOs
1102 available on the ROHM PMIC in total. The GPIOs can also
1103 generate interrupts.
1104
1105 This driver can also be built as a module. If so, the module
1106 will be called gpio-bd70528.
1107
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

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

1100 help
1101 Support for GPIOs on ROHM BD70528 PMIC. There are four GPIOs
1102 available on the ROHM PMIC in total. The GPIOs can also
1103 generate interrupts.
1104
1105 This driver can also be built as a module. If so, the module
1106 will be called gpio-bd70528.
1107
1108config GPIO_BD71815
1109 tristate "ROHM BD71815 PMIC GPIO support"
1110 depends on MFD_ROHM_BD71828
1111 help
1112 Support for GPO(s) on ROHM BD71815 PMIC. There are two GPOs
1113 available on the ROHM PMIC.
1114
1115 This driver can also be built as a module. If so, the module
1116 will be called gpio-bd71815.
1117
1108config GPIO_BD71828
1109 tristate "ROHM BD71828 GPIO support"
1110 depends on MFD_ROHM_BD71828
1111 help
1112 Support for GPIOs on ROHM BD71828 PMIC. There are three GPIOs
1113 available on the ROHM PMIC in total. The GPIOs are limited to
1114 outputs only and pins must be configured to GPIO outputs by
1115 OTP. Enable this only if you want to use these pins as outputs.

--- 523 unchanged lines hidden ---
1118config GPIO_BD71828
1119 tristate "ROHM BD71828 GPIO support"
1120 depends on MFD_ROHM_BD71828
1121 help
1122 Support for GPIOs on ROHM BD71828 PMIC. There are three GPIOs
1123 available on the ROHM PMIC in total. The GPIOs are limited to
1124 outputs only and pins must be configured to GPIO outputs by
1125 OTP. Enable this only if you want to use these pins as outputs.

--- 523 unchanged lines hidden ---