Files
system76-coreboot/src/mainboard/amd/birman/Kconfig.name
Martin Roth 86284c231f mb/amd/birman: Update Birman to work with Morgana or Glinda
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>
2022-10-29 02:38:50 +00:00

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