blob: 1e2270d46195df2a4505cc6ef9e940a4f2d2d0eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
if MIPS_ADM5120
menu "ADM5120 Implementation Options"
config PCI_ADM5120
bool "Enable PCI support"
select PCI
default y
endmenu
config ARM_AMBA
bool
default y
endif
|