blob: bb755358e04bca4009de82a825dcad1129b145e3 [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if VENDOR_TRAVERSE
2
Nathan Williams1a169d22010-05-20 07:35:17 +00003choice
4 prompt "Mainboard model"
Jens Rottmann9a684fc2010-08-30 16:36:51 +00005
6config BOARD_TRAVERSE_GEOS
7 bool "Geos"
8
9endchoice
Nathan Williams1a169d22010-05-20 07:35:17 +000010
11source "src/mainboard/traverse/geos/Kconfig"
12
Jens Rottmann9a684fc2010-08-30 16:36:51 +000013config MAINBOARD_VENDOR
14 string
15 default "Traverse Technologies"
16
17endif # VENDOR_TRAVERSE