blob: c5c9fa6af2d5b5356f97cbafb0bd765239f292b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if VENDOR_RCA
choice
prompt "Mainboard model"
config BOARD_RCA_RM4100
bool "RM4100"
endchoice
source "src/mainboard/rca/rm4100/Kconfig"
config MAINBOARD_VENDOR
string
default "RCA"
endif # VENDOR_RCA
|