Kconfig (435037c630dcd984cf95c9cfff973f8626cea368) Kconfig (809f36c6f4a0568178c909ff1096ca83eae33f7d)
1# au1000-style gpio and interrupt controllers
2config ALCHEMY_GPIOINT_AU1000
3 bool
4
1# au1000-style gpio and interrupt controllers
2config ALCHEMY_GPIOINT_AU1000
3 bool
4
5# au1300-style GPIO/INT controller
6config ALCHEMY_GPIOINT_AU1300
7 bool
8
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
11
12choice

--- 105 unchanged lines hidden ---
9# select this in your board config if you don't want to use the gpio
10# namespace as documented in the manuals. In this case however you need
11# to create the necessary gpio_* functions in your board code/headers!
12# see arch/mips/include/asm/mach-au1x00/gpio.h for more information.
13config ALCHEMY_GPIO_INDIRECT
14 def_bool n
15
16choice

--- 105 unchanged lines hidden ---