Kconfig (42a4f17dc356689075263d7c2bd68456676fa62e) | Kconfig (cb8f55b9207df96ccc332748eb3d154cd2e8014f) |
---|---|
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. --- 114 unchanged lines hidden (view full) --- 123 124config MIPS_XXS1500 125 bool "MyCable XXS1500 board" 126 select DMA_NONCOHERENT 127 select SOC_AU1500 128 select SYS_SUPPORTS_LITTLE_ENDIAN 129 select SYS_HAS_EARLY_PRINTK 130 | 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. --- 114 unchanged lines hidden (view full) --- 123 124config MIPS_XXS1500 125 bool "MyCable XXS1500 board" 126 select DMA_NONCOHERENT 127 select SOC_AU1500 128 select SYS_SUPPORTS_LITTLE_ENDIAN 129 select SYS_HAS_EARLY_PRINTK 130 |
131config MIPS_GPR 132 bool "Trapeze ITS GPR board" 133 select SOC_AU1550 134 select HW_HAS_PCI 135 select DMA_NONCOHERENT 136 select MIPS_DISABLE_OBSOLETE_IDE 137 select SYS_SUPPORTS_LITTLE_ENDIAN 138 select SYS_HAS_EARLY_PRINTK 139 |
|
131endchoice 132 133config SOC_AU1000 134 bool 135 select ALCHEMY_GPIOINT_AU1000 136 137config SOC_AU1100 138 bool --- 13 unchanged lines hidden --- | 140endchoice 141 142config SOC_AU1000 143 bool 144 select ALCHEMY_GPIOINT_AU1000 145 146config SOC_AU1100 147 bool --- 13 unchanged lines hidden --- |