Kconfig (7ebdfaa52d15b947503f76474477f92854796d96) | Kconfig (3c01b9a896c9c592d9edc7439d5e5cf6c411d014) |
---|---|
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 --- 186 unchanged lines hidden (view full) --- 195 chips F71882FG and F71889F. 196 197 To compile this driver as a module, choose M here: the module will 198 be called f7188x-gpio. 199 200config GPIO_MOXART 201 bool "MOXART GPIO support" 202 depends on ARCH_MOXART | 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 --- 186 unchanged lines hidden (view full) --- 195 chips F71882FG and F71889F. 196 197 To compile this driver as a module, choose M here: the module will 198 be called f7188x-gpio. 199 200config GPIO_MOXART 201 bool "MOXART GPIO support" 202 depends on ARCH_MOXART |
203 select GPIO_GENERIC |
|
203 help 204 Select this option to enable GPIO driver for 205 MOXA ART SoC devices. 206 207config GPIO_MPC5200 208 def_bool y 209 depends on PPC_MPC52xx 210 --- 733 unchanged lines hidden --- | 204 help 205 Select this option to enable GPIO driver for 206 MOXA ART SoC devices. 207 208config GPIO_MPC5200 209 def_bool y 210 depends on PPC_MPC52xx 211 --- 733 unchanged lines hidden --- |