Kconfig (e0bc34a3dada03a48ff5501381ff7fdef885ed25) | Kconfig (523dcce72c72e829b9d391f8020277038c6aab82) |
---|---|
1# 2# PINCTRL infrastructure and drivers 3# 4 5config PINCTRL 6 bool 7 8if PINCTRL --- 310 unchanged lines hidden (view full) --- 319 bool "U300 pin controller driver" 320 depends on ARCH_U300 321 select PINMUX 322 select GENERIC_PINCONF 323 324config PINCTRL_COH901 325 bool "ST-Ericsson U300 COH 901 335/571 GPIO" 326 depends on GPIOLIB && ARCH_U300 && PINCTRL_U300 | 1# 2# PINCTRL infrastructure and drivers 3# 4 5config PINCTRL 6 bool 7 8if PINCTRL --- 310 unchanged lines hidden (view full) --- 319 bool "U300 pin controller driver" 320 depends on ARCH_U300 321 select PINMUX 322 select GENERIC_PINCONF 323 324config PINCTRL_COH901 325 bool "ST-Ericsson U300 COH 901 335/571 GPIO" 326 depends on GPIOLIB && ARCH_U300 && PINCTRL_U300 |
327 select GPIOLIB_IRQCHIP |
|
327 help 328 Say yes here to support GPIO interface on ST-Ericsson U300. 329 The names of the two IP block variants supported are 330 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7 331 ports of 8 GPIO pins each. 332 333config PINCTRL_SAMSUNG 334 bool --- 52 unchanged lines hidden --- | 328 help 329 Say yes here to support GPIO interface on ST-Ericsson U300. 330 The names of the two IP block variants supported are 331 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7 332 ports of 8 GPIO pins each. 333 334config PINCTRL_SAMSUNG 335 bool --- 52 unchanged lines hidden --- |