mb/amd/padmelon: Drop unnecessary `PADMELON_SOC_IN_USE` option

The SoC can be selected in the corresponding option choices directly.

Change-Id: I226c500dd7370f4610b0117a9e70d727f1d66951
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50908
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Angel Pons 2021-02-19 11:26:27 +01:00 committed by Patrick Georgi
parent 3d695d2e6a
commit 5276c34654
1 changed files with 2 additions and 5 deletions

View File

@ -33,17 +33,14 @@ choice
config PADMELON_MERLIN_FALCON
bool "Merlin Falcon"
select AMD_APU_MERLINFALCON
config PADMELON_PRAIRIE_FALCON
bool "Prairie Falcon"
select AMD_APU_PRAIRIEFALCON
endchoice
config PADMELON_SOC_IN_USE
def_bool y
select AMD_APU_MERLINFALCON if PADMELON_MERLIN_FALCON
select AMD_APU_PRAIRIEFALCON if PADMELON_PRAIRIE_FALCON
config MAX_CPUS
int
default 4