Kconfig (4c30aa33d4b4ce9a0ee5b32d058a40f4eca2ab63) | Kconfig (1c4fe3aa98aebdcc7406dbf6e54b7b1b125dbbf3) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 68 unchanged lines hidden (view full) --- 77 78config GPIO_GENERIC 79 tristate 80 81# put drivers in the right section, in alphabetical order 82 83config GPIO_DA9052 84 tristate "Dialog DA9052 GPIO" | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 68 unchanged lines hidden (view full) --- 77 78config GPIO_GENERIC 79 tristate 80 81# put drivers in the right section, in alphabetical order 82 83config GPIO_DA9052 84 tristate "Dialog DA9052 GPIO" |
85 depends on PMIC_DA9052 && BROKEN | 85 depends on PMIC_DA9052 |
86 help 87 Say yes here to enable the GPIO driver for the DA9052 chip. 88 89config GPIO_MAX730X 90 tristate 91 92comment "Memory mapped GPIO drivers:" 93 --- 195 unchanged lines hidden (view full) --- 289 bool "Interrupt controller support for MAX732x" 290 depends on GPIO_MAX732X=y && GENERIC_HARDIRQS 291 help 292 Say yes here to enable the max732x to be used as an interrupt 293 controller. It requires the driver to be built in the kernel. 294 295config GPIO_MC9S08DZ60 296 bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions" | 86 help 87 Say yes here to enable the GPIO driver for the DA9052 chip. 88 89config GPIO_MAX730X 90 tristate 91 92comment "Memory mapped GPIO drivers:" 93 --- 195 unchanged lines hidden (view full) --- 289 bool "Interrupt controller support for MAX732x" 290 depends on GPIO_MAX732X=y && GENERIC_HARDIRQS 291 help 292 Say yes here to enable the max732x to be used as an interrupt 293 controller. It requires the driver to be built in the kernel. 294 295config GPIO_MC9S08DZ60 296 bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions" |
297 depends on I2C=y && MACH_MX35_3DS | 297 depends on I2C && MACH_MX35_3DS |
298 help 299 Select this to enable the MC9S08DZ60 GPIO driver 300 301config GPIO_PCA953X 302 tristate "PCA953x, PCA955x, PCA957x, TCA64xx, and MAX7310 I/O ports" 303 depends on I2C 304 help 305 Say yes here to provide access to several register-oriented --- 316 unchanged lines hidden --- | 298 help 299 Select this to enable the MC9S08DZ60 GPIO driver 300 301config GPIO_PCA953X 302 tristate "PCA953x, PCA955x, PCA957x, TCA64xx, and MAX7310 I/O ports" 303 depends on I2C 304 help 305 Say yes here to provide access to several register-oriented --- 316 unchanged lines hidden --- |