mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
13 lines
141 B
Plaintext
13 lines
141 B
Plaintext
|
if MIPS_ADM5120
|
||
|
|
||
|
menu "ADM5120 Implementation Options"
|
||
|
|
||
|
config PCI_ADM5120
|
||
|
bool "Enable PCI support"
|
||
|
select PCI
|
||
|
default y
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
endif
|