Root/target/linux/amazon/files/arch/mips/amazon/Kconfig

1# copyright 2007 john crispin <blogic@openwrt.org>
2
3menu "Amazon built-in"
4
5config AMAZON_ASC_UART
6    bool "Amazon asc uart"
7    select SERIAL_CORE
8    select SERIAL_CORE_CONSOLE
9    default y
10
11config AMAZON_PCI
12    bool "Amazon PCI support"
13    default y
14    select HW_HAS_PCI
15    select PCI
16
17config AMAZON_NET_SW
18    bool "Amazon network"
19    default y
20
21config AMAZON_WDT
22    bool "Amazon watchdog timer"
23    default y
24
25config AMAZON_MTD
26    bool "Amazon MTD map"
27    default y
28
29config ADM6996_SUPPORT
30    bool "Amazon ADM6996 Switch driver"
31    default y
32
33choice
34    prompt "Flash Size"
35    depends on AMAZON_MTD
36
37config MTD_AMAZON_FLASH_SIZE_2
38    bool "2MB"
39
40config MTD_AMAZON_FLASH_SIZE_4
41    bool "4MB"
42
43config MTD_AMAZON_FLASH_SIZE_8
44    bool "8MB"
45
46config MTD_AMAZON_FLASH_SIZE_16
47    bool "16MB"
48
49endchoice
50
51choice
52    prompt "Bus Width"
53    depends on AMAZON_MTD
54
55config MTD_AMAZON_BUS_WIDTH_8
56    bool "8-bit"
57
58config MTD_AMAZON_BUS_WIDTH_16
59    bool "16-bit"
60
61config MTD_AMAZON_BUS_WIDTH_32
62    bool "32-bit"
63
64endchoice
65
66
67endmenu
68

Archive Download this file



interactive