coreboot-kgpe-d16/src/mainboard/cubietech/Kconfig
Alexandru Gagniuc 14964dd372 mainboard: Add preliminary support for A10-based Cubieboard
Add a minimal infrastructure which initializes the system clocks
and serial console.

Change-Id: I768ede6ccf8674ffe9fecd8925cec89768209cab
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/4553
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2014-01-08 22:54:22 +01:00

18 lines
281 B
Text

if VENDOR_CUBIETECH
# Auto select common options
choice
prompt "Mainboard model"
config BOARD_CUBIETECH_CUBIEBOARD
bool "Cubieboard"
endchoice
source "src/mainboard/cubietech/cubieboard/Kconfig"
config MAINBOARD_VENDOR
string
default "Cubietech"
endif # VENDOR_CUBIETECH