blob: 7209916e0bacc366e51a8d3beea5f410ae7d6e3d [file] [log] [blame]
Vladimir Serbinenko39268292014-01-19 13:37:16 +01001if VENDOR_LINUTOP
2
3choice
4 prompt "Mainboard model"
5
6config BOARD_LINUTOP_LINUTOP1
7 bool "Linutop-1"
8
9endchoice
10
11config MAINBOARD_VENDOR
12 string
13 default "Linutop"
14
15source "src/mainboard/linutop/linutop1/Kconfig"
16
17endif