00f0267f78
or not still depends on how close the configuration options are to what they should be. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4751 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
15 lines
481 B
Text
15 lines
481 B
Text
choice
|
|
prompt "Mainboard model"
|
|
depends on VENDOR_SUPERMICRO
|
|
|
|
source "src/mainboard/supermicro/h8dme/Kconfig"
|
|
source "src/mainboard/supermicro/h8dmr/Kconfig"
|
|
source "src/mainboard/supermicro/h8dmr_fam10/Kconfig"
|
|
source "src/mainboard/supermicro/x6dai_g/Kconfig"
|
|
source "src/mainboard/supermicro/x6dhe_g/Kconfig"
|
|
source "src/mainboard/supermicro/x6dhe_g2/Kconfig"
|
|
source "src/mainboard/supermicro/x6dhr_ig/Kconfig"
|
|
source "src/mainboard/supermicro/x6dhr_ig2/Kconfig"
|
|
|
|
endchoice
|
|
|