blob: d6992d9ac8dde6caf6e9928ecdfaf3970f2ae37e [file] [log] [blame]
Stefan Reinauer155e9b52012-04-27 23:19:58 +02001if VENDOR_SAMSUNG
2
3choice
4 prompt "Mainboard model"
5
6config BOARD_SAMSUNG_LUMPY
7 bool "Lumpy"
8
Stefan Reinauere1ae4b22012-04-27 23:20:58 +02009config BOARD_SAMSUNG_STUMPY
10 bool "Stumpy"
11
Stefan Reinauer155e9b52012-04-27 23:19:58 +020012endchoice
13
14source "src/mainboard/samsung/lumpy/Kconfig"
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020015source "src/mainboard/samsung/stumpy/Kconfig"
Stefan Reinauer155e9b52012-04-27 23:19:58 +020016
17config MAINBOARD_VENDOR
18 string
19 default "SAMSUNG"
20
21endif # VENDOR_SAMSUNG