2010-08-30 18:36:51 +02:00
|
|
|
if VENDOR_TECHNOLOGIC
|
|
|
|
|
2009-10-08 16:31:56 +02:00
|
|
|
choice
|
|
|
|
prompt "Mainboard model"
|
2010-04-27 08:56:47 +02:00
|
|
|
|
2010-08-30 18:36:51 +02:00
|
|
|
config BOARD_TECHNOLOGIC_TS5300
|
|
|
|
bool "TS-5300"
|
2009-10-08 16:31:56 +02:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2010-08-30 18:36:51 +02:00
|
|
|
source "src/mainboard/technologic/ts5300/Kconfig"
|
|
|
|
|
|
|
|
config MAINBOARD_VENDOR
|
|
|
|
string
|
|
|
|
default "Technologic"
|
|
|
|
|
|
|
|
endif # VENDOR_TECHNOLOGIC
|