strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[15.05/openwrt.git] / target / linux / adm5120 / 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