[adm5120] make overriding of CPU features configurable, and enable it by default
[openwrt-10.03/.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / Kconfig
1 if MIPS_ADM5120
2
3 menu "ADM5120 Implementation Options"
4
5 config ADM5120_CPU_OVERRIDES
6         bool "Enable CPU feature overrides"
7         default y
8
9 config PCI_ADM5120
10         bool "Enable PCI support"
11         select PCI
12         default y
13
14 endmenu
15
16 config ARM_AMBA
17         bool
18         default y
19
20 endif