f57b05b573
Sort the names of all variant mainboards in an ascending order. Change-Id: I19d502298744c0e0cbc91eb836c62ca90cdb9a5c Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35556 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
21 lines
463 B
Text
21 lines
463 B
Text
comment "MC APLx"
|
|
|
|
config BOARD_SIEMENS_MC_APL1
|
|
bool "-> MC APL1"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL2
|
|
bool "-> MC APL2"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL3
|
|
bool "-> MC APL3"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL4
|
|
bool "-> MC APL4"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL5
|
|
bool "-> MC APL5"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|