blob: c1ba64f17100e0e25838ac8c159dfbdae2211e98 [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if VENDOR_THOMSON
2
Patrick Georgi98402452009-10-08 14:31:56 +00003choice
4 prompt "Mainboard model"
Jens Rottmann9a684fc2010-08-30 16:36:51 +00005
6config BOARD_THOMSON_IP1000
7 bool "IP1000"
8
9endchoice
Stefan Reinauer14e22772010-04-27 06:56:47 +000010
Patrick Georgi98402452009-10-08 14:31:56 +000011source "src/mainboard/thomson/ip1000/Kconfig"
12
Jens Rottmann9a684fc2010-08-30 16:36:51 +000013config MAINBOARD_VENDOR
14 string
15 default "Thomson"
Patrick Georgi98402452009-10-08 14:31:56 +000016
Jens Rottmann9a684fc2010-08-30 16:36:51 +000017endif # VENDOR_THOMSON