2007-06-22 10:16:47 +00:00
|
|
|
if MIPS_ADM5120
|
|
|
|
|
|
|
|
menu "ADM5120 Implementation Options"
|
|
|
|
|
2007-08-26 13:09:11 +00:00
|
|
|
config ADM5120_CPU_OVERRIDES
|
|
|
|
bool "Enable CPU feature overrides"
|
|
|
|
default y
|
|
|
|
|
2007-06-22 10:16:47 +00:00
|
|
|
config PCI_ADM5120
|
|
|
|
bool "Enable PCI support"
|
|
|
|
select PCI
|
|
|
|
default y
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2007-07-25 14:47:16 +00:00
|
|
|
config ARM_AMBA
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2007-06-22 10:16:47 +00:00
|
|
|
endif
|