summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
blob: 584b2daef092f5e5aa743c5f71b40ab0c0181880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if MIPS_ADM5120

menu "ADM5120 Implementation Options"

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

endmenu

endif