blob: c9ca399fe666317a9f1e29e72804352ff03d2269 [file] [log] [blame]
menuconfig AMLOGIC_PMIC_GPIO
tristate "Amlogic GPIO Support"
default n
help
This enables GPIO support through the generic GPIO library.
You only need to enable this, if you also want to enable
one or more of the GPIO drivers below.
If unsure, say no.
if AMLOGIC_PMIC_GPIO
config AMLOGIC_GPIO_PMIC6
tristate "Amlogic PMIC GPIO"
depends on AMLOGIC_MFD
depends on AMLOGIC_MFD_PMIC6
default n
help
Say Y here, Support the gpio of Amlogic PMIC6 as an gpio driver
reporting gpio status. This option doesn't affect the kernel.
If unsure, say N.
endif