Birman should work with either Morgana or Glinda SoCs, so configure the mainboard to allow building with either. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I56206cd9ad5db99c00b734430b250e04ea9e0609 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68932 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
comment "Birman"
|
|
|
|
config BOARD_AMD_BIRMAN_MORGANA
|
|
bool "-> Birman for Morgana SoC"
|
|
select SOC_AMD_MORGANA
|
|
|
|
config BOARD_AMD_BIRMAN_GLINDA
|
|
bool "-> Birman for Glinda SoC"
|
|
select SOC_AMD_GLINDA
|