Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (d30a2b47d4c2b75573d93f60655d48ba8e3ed2b3) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15 bool "4G Systems MTX-1 board" 16 select HW_HAS_PCI 17 select ALCHEMY_GPIOINT_AU1000 18 select SYS_SUPPORTS_LITTLE_ENDIAN 19 select SYS_HAS_EARLY_PRINTK 20 21config MIPS_DB1XXX 22 bool "Alchemy DB1XXX / PB1XXX boards" | 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 --- 6 unchanged lines hidden (view full) --- 15 bool "4G Systems MTX-1 board" 16 select HW_HAS_PCI 17 select ALCHEMY_GPIOINT_AU1000 18 select SYS_SUPPORTS_LITTLE_ENDIAN 19 select SYS_HAS_EARLY_PRINTK 20 21config MIPS_DB1XXX 22 bool "Alchemy DB1XXX / PB1XXX boards" |
23 select ARCH_REQUIRE_GPIOLIB | 23 select GPIOLIB |
24 select HW_HAS_PCI 25 select SYS_SUPPORTS_LITTLE_ENDIAN 26 select SYS_HAS_EARLY_PRINTK 27 help 28 Select this option if you have one of the following Alchemy 29 development boards: DB1000 DB1500 DB1100 DB1550 DB1200 DB1300 30 PB1500 PB1100 PB1550 PB1200 31 Board type is autodetected during boot. --- 15 unchanged lines hidden --- | 24 select HW_HAS_PCI 25 select SYS_SUPPORTS_LITTLE_ENDIAN 26 select SYS_HAS_EARLY_PRINTK 27 help 28 Select this option if you have one of the following Alchemy 29 development boards: DB1000 DB1500 DB1100 DB1550 DB1200 DB1300 30 PB1500 PB1100 PB1550 PB1200 31 Board type is autodetected during boot. --- 15 unchanged lines hidden --- |