12 lines
157 B
Text
12 lines
157 B
Text
|
if RALINK_RT288X
|
||
|
|
||
|
menu "Ralink RT288x machine selection"
|
||
|
|
||
|
config RT288X_MACH_GENERIC
|
||
|
bool "Generic RT288x based machine support"
|
||
|
default y
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
endif
|