src/southbridge/amd/cimx_wrapper: Run dos2unix on the files.
[coreboot.git] / src / mainboard / rca / Kconfig
1 if VENDOR_RCA
2
3 choice
4         prompt "Mainboard model"
5
6 config BOARD_RCA_RM4100
7         bool "RM4100"
8
9 endchoice
10
11 source "src/mainboard/rca/rm4100/Kconfig"
12
13 config MAINBOARD_VENDOR
14         string
15         default "RCA"
16
17 endif # VENDOR_RCA