Kconfig (8402a1588a4f63465079e98481dd83d1d9cc9a98) Kconfig (5d400f5c59df3ed2c3682a7409c8e81a7c4e650c)
1# au1000-style gpio
2config ALCHEMY_GPIO_AU1000
1# au1000-style gpio and interrupt controllers
2config ALCHEMY_GPIOINT_AU1000
3 bool
4
5# select this in your board config if you don't want to use the gpio
6# namespace as documented in the manuals. In this case however you need
7# to create the necessary gpio_* functions in your board code/headers!
8# see arch/mips/include/asm/mach-au1x00/gpio.h for more information.
9config ALCHEMY_GPIO_INDIRECT
10 def_bool n

--- 117 unchanged lines hidden (view full) ---

128 select SYS_SUPPORTS_LITTLE_ENDIAN
129 select SYS_HAS_EARLY_PRINTK
130
131endchoice
132
133config SOC_AU1000
134 bool
135 select SOC_AU1X00
3 bool
4
5# select this in your board config if you don't want to use the gpio
6# namespace as documented in the manuals. In this case however you need
7# to create the necessary gpio_* functions in your board code/headers!
8# see arch/mips/include/asm/mach-au1x00/gpio.h for more information.
9config ALCHEMY_GPIO_INDIRECT
10 def_bool n

--- 117 unchanged lines hidden (view full) ---

128 select SYS_SUPPORTS_LITTLE_ENDIAN
129 select SYS_HAS_EARLY_PRINTK
130
131endchoice
132
133config SOC_AU1000
134 bool
135 select SOC_AU1X00
136 select ALCHEMY_GPIO_AU1000
136 select ALCHEMY_GPIOINT_AU1000
137
138config SOC_AU1100
139 bool
140 select SOC_AU1X00
137
138config SOC_AU1100
139 bool
140 select SOC_AU1X00
141 select ALCHEMY_GPIO_AU1000
141 select ALCHEMY_GPIOINT_AU1000
142
143config SOC_AU1500
144 bool
145 select SOC_AU1X00
142
143config SOC_AU1500
144 bool
145 select SOC_AU1X00
146 select ALCHEMY_GPIO_AU1000
146 select ALCHEMY_GPIOINT_AU1000
147
148config SOC_AU1550
149 bool
150 select SOC_AU1X00
147
148config SOC_AU1550
149 bool
150 select SOC_AU1X00
151 select ALCHEMY_GPIO_AU1000
151 select ALCHEMY_GPIOINT_AU1000
152
153config SOC_AU1200
154 bool
155 select SOC_AU1X00
152
153config SOC_AU1200
154 bool
155 select SOC_AU1X00
156 select ALCHEMY_GPIO_AU1000
156 select ALCHEMY_GPIOINT_AU1000
157
158config SOC_AU1X00
159 bool
160 select 64BIT_PHYS_ADDR
161 select CEVT_R4K_LIB
162 select CSRC_R4K_LIB
163 select IRQ_CPU
164 select SYS_HAS_CPU_MIPS32_R1
165 select SYS_SUPPORTS_32BIT_KERNEL
166 select SYS_SUPPORTS_APM_EMULATION
167 select GENERIC_GPIO
168 select ARCH_WANT_OPTIONAL_GPIOLIB
157
158config SOC_AU1X00
159 bool
160 select 64BIT_PHYS_ADDR
161 select CEVT_R4K_LIB
162 select CSRC_R4K_LIB
163 select IRQ_CPU
164 select SYS_HAS_CPU_MIPS32_R1
165 select SYS_SUPPORTS_32BIT_KERNEL
166 select SYS_SUPPORTS_APM_EMULATION
167 select GENERIC_GPIO
168 select ARCH_WANT_OPTIONAL_GPIOLIB