summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
blob: 7738d8175b2449376da0780b2c123902914e6c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if MIPS_ADM5120

menu "ADM5120 Implementation Options"

config ADM5120_CPU_OVERRIDES
	bool "Enable CPU feature overrides"
	default y

config PCI_ADM5120
	bool "Enable PCI support"
	select PCI
	default y

endmenu

config ARM_AMBA
	bool
	default y

endif