2010-08-30 18:36:51 +02:00
|
|
|
if VENDOR_RCA
|
|
|
|
|
2009-10-07 16:13:36 +02:00
|
|
|
choice
|
|
|
|
prompt "Mainboard model"
|
2010-04-27 08:56:47 +02:00
|
|
|
|
2010-08-30 18:36:51 +02:00
|
|
|
config BOARD_RCA_RM4100
|
|
|
|
bool "RM4100"
|
2009-10-07 16:13:36 +02:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2010-08-30 18:36:51 +02:00
|
|
|
source "src/mainboard/rca/rm4100/Kconfig"
|
|
|
|
|
|
|
|
config MAINBOARD_VENDOR
|
|
|
|
string
|
|
|
|
default "RCA"
|
|
|
|
|
|
|
|
endif # VENDOR_RCA
|