diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-09 22:27:30 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-11-11 01:13:25 +0000 |
commit | 35a30de7afcc65481b28a1e9e502898eb38d58e2 (patch) | |
tree | 74d40def30e3696eff51f1f33554601fe57a91a8 /src/vendorcode/amd/opensil | |
parent | 3a36daf87358b46fb7275e3fc981fa56c73a3701 (diff) |
mb/amd/birman: Use common option for variant configuration
When a variant setup is used, checking for each variant in order to do
the mainboard configuration is quite painful. Thus, move the selects
from BOARD_SPECIFIC_OPTIONS, which is enabled by default when a variant
is chosen, out to a common option, which is disabled by default but
selected by the variants.
So in order to enter that config block, it's only needed to check if
that common option is enabled and not for each variant. It's also a very
common scheme now.
Change-Id: I4ed889ce78a0d7cd088e05d0f4b7fbbc89153860
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78975
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/opensil')
0 files changed, 0 insertions, 0 deletions