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:
parent
3d695d2e6a
commit
5276c34654
|
@ -33,17 +33,14 @@ choice
|
||||||
|
|
||||||
config PADMELON_MERLIN_FALCON
|
config PADMELON_MERLIN_FALCON
|
||||||
bool "Merlin Falcon"
|
bool "Merlin Falcon"
|
||||||
|
select AMD_APU_MERLINFALCON
|
||||||
|
|
||||||
config PADMELON_PRAIRIE_FALCON
|
config PADMELON_PRAIRIE_FALCON
|
||||||
bool "Prairie Falcon"
|
bool "Prairie Falcon"
|
||||||
|
select AMD_APU_PRAIRIEFALCON
|
||||||
|
|
||||||
endchoice
|
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
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
|
Loading…
Reference in New Issue