1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
if VENDOR_OLPC choice prompt "Mainboard model" config BOARD_OLPC_BTEST bool "btest" config BOARD_OLPC_REV_A bool "rev_a" endchoice source "src/mainboard/olpc/btest/Kconfig" source "src/mainboard/olpc/rev_a/Kconfig" config MAINBOARD_VENDOR string default "OLPC" endif # VENDOR_OLPC