blob: c85266fec39fc296993da7d4503896b501ba500e [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if VENDOR_TECHNEXION
2
Patrick Georgi98402452009-10-08 14:31:56 +00003choice
4 prompt "Mainboard model"
Stefan Reinauer14e22772010-04-27 06:56:47 +00005
Jens Rottmann9a684fc2010-08-30 16:36:51 +00006config BOARD_TECHNEXION_TIM5690
7 bool "TIM-5690"
8config BOARD_TECHNEXION_TIM8690
9 bool "TIM-8690"
Patrick Georgi98402452009-10-08 14:31:56 +000010
11endchoice
12
Jens Rottmann9a684fc2010-08-30 16:36:51 +000013source "src/mainboard/technexion/tim5690/Kconfig"
14source "src/mainboard/technexion/tim8690/Kconfig"
15
16config MAINBOARD_VENDOR
17 string
18 default "Technexion"
19
20endif # VENDOR_TECHNEXION