Kconfig (b20f86625de738658c74f2ecfe4050416d2252cc) | Kconfig (608589b15f02e59e8c40df7ef861064f1b6fa504) |
---|---|
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 --- 211 unchanged lines hidden (view full) --- 220 221config GPIO_MAX732X_IRQ 222 bool "Interrupt controller support for MAX732x" 223 depends on GPIO_MAX732X=y && GENERIC_HARDIRQS 224 help 225 Say yes here to enable the max732x to be used as an interrupt 226 controller. It requires the driver to be built in the kernel. 227 | 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 --- 211 unchanged lines hidden (view full) --- 220 221config GPIO_MAX732X_IRQ 222 bool "Interrupt controller support for MAX732x" 223 depends on GPIO_MAX732X=y && GENERIC_HARDIRQS 224 help 225 Say yes here to enable the max732x to be used as an interrupt 226 controller. It requires the driver to be built in the kernel. 227 |
228config GPIO_MC9S08DZ60 229 bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions" 230 depends on I2C && MACH_MX35_3DS 231 help 232 Select this to enable the MC9S08DZ60 GPIO driver 233 |
|
228config GPIO_PCA953X 229 tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" 230 depends on I2C 231 help 232 Say yes here to provide access to several register-oriented 233 SMBus I/O expanders, made mostly by NXP or TI. Compatible 234 models include: 235 --- 257 unchanged lines hidden --- | 234config GPIO_PCA953X 235 tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" 236 depends on I2C 237 help 238 Say yes here to provide access to several register-oriented 239 SMBus I/O expanders, made mostly by NXP or TI. Compatible 240 models include: 241 --- 257 unchanged lines hidden --- |