Kconfig (e4ea933363d39b5858f55682550314b4ea1285cc) | Kconfig (06f88a8ae9085e555baf81edbf967764d87dc12f) |
---|---|
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 --- 87 unchanged lines hidden (view full) --- 96 def_bool y 97 depends on ARCH_MXC 98 select GPIO_GENERIC 99 select GENERIC_IRQ_CHIP 100 101config GPIO_MXS 102 def_bool y 103 depends on ARCH_MXS | 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 --- 87 unchanged lines hidden (view full) --- 96 def_bool y 97 depends on ARCH_MXC 98 select GPIO_GENERIC 99 select GENERIC_IRQ_CHIP 100 101config GPIO_MXS 102 def_bool y 103 depends on ARCH_MXS |
104 select GPIO_GENERIC |
|
104 105config GPIO_PLAT_SAMSUNG 106 def_bool y 107 depends on SAMSUNG_GPIOLIB_4BIT 108 109config GPIO_S5PC100 110 def_bool y 111 depends on CPU_S5PC100 --- 343 unchanged lines hidden --- | 105 106config GPIO_PLAT_SAMSUNG 107 def_bool y 108 depends on SAMSUNG_GPIOLIB_4BIT 109 110config GPIO_S5PC100 111 def_bool y 112 depends on CPU_S5PC100 --- 343 unchanged lines hidden --- |