Kconfig (06f88a8ae9085e555baf81edbf967764d87dc12f) | Kconfig (498c17cf6a935335c8652165cae5dc196340b3e9) |
---|---|
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 --- 88 unchanged lines hidden (view full) --- 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 | 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 --- 88 unchanged lines hidden (view full) --- 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 |
105 select GENERIC_IRQ_CHIP |
|
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 --- | 106 107config GPIO_PLAT_SAMSUNG 108 def_bool y 109 depends on SAMSUNG_GPIOLIB_4BIT 110 111config GPIO_S5PC100 112 def_bool y 113 depends on CPU_S5PC100 --- 343 unchanged lines hidden --- |