Kconfig (7e95e365d5399647a41e10059e4b09826b82d78b) Kconfig (f5a26f8915779cf548481d64c7ea1ed5529bdbfe)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

65
66config GPIO_GENERIC
67 tristate
68
69# put drivers in the right section, in alphabetical order
70
71config GPIO_DA9052
72 tristate "Dialog DA9052 GPIO"
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

65
66config GPIO_GENERIC
67 tristate
68
69# put drivers in the right section, in alphabetical order
70
71config GPIO_DA9052
72 tristate "Dialog DA9052 GPIO"
73 depends on PMIC_DA9052
73 depends on PMIC_DA9052 && BROKEN
74 help
75 Say yes here to enable the GPIO driver for the DA9052 chip.
76
77config GPIO_MAX730X
78 tristate
79
80comment "Memory mapped GPIO drivers:"
81

--- 411 unchanged lines hidden ---
74 help
75 Say yes here to enable the GPIO driver for the DA9052 chip.
76
77config GPIO_MAX730X
78 tristate
79
80comment "Memory mapped GPIO drivers:"
81

--- 411 unchanged lines hidden ---