Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2.
[coreboot.git] / src / mainboard / arima / Kconfig
1 if VENDOR_ARIMA
2
3 choice
4         prompt "Mainboard model"
5
6 config BOARD_ARIMA_HDAMA
7         bool "HDAMA"
8
9 endchoice
10
11 source "src/mainboard/arima/hdama/Kconfig"
12
13 config MAINBOARD_VENDOR
14         string
15         default "Arima"
16
17 endif # VENDOR_ARIMA