summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-06-11 13:11:07 -0600
committerMartin Roth <martinroth@google.com>2019-07-03 21:50:50 +0000
commita392b00131d1ddc8489bf24c2eb7a14300374680 (patch)
tree0e62801dd5f8dc5393522b2fd26e8279931dae7d /src/soc/amd/picasso/Kconfig
parent7997f1ff88d6154890b2489c93548f266ae6b8a9 (diff)
soc/amd/picasso: Remove fanless SKU option
The command line options for picasso will look different than stoneyridge. Remove the fanned/fanless distinction to simplify the makefile. Picasso will use subprograms instead of fanned/fanless SKUs. Change-Id: I50d8751e14b00ca53a6498f8e6c7f3f42543dace Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33753 Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index f692f95884..f691cb51a1 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -271,22 +271,6 @@ config USE_PSPSECUREOS
If unsure, answer 'y'
-config SOC_AMD_SMU_FANLESS
- bool
- depends on SOC_AMD_PSP_SELECTABLE_SMU_FW
- default n if SOC_AMD_SMU_NOTFANLESS
- default y
-
-config SOC_AMD_SMU_FANNED
- bool
- depends on SOC_AMD_PSP_SELECTABLE_SMU_FW
- default n
- select SOC_AMD_SMU_NOTFANLESS
-
-config SOC_AMD_SMU_NOTFANLESS # helper symbol - do not use
- bool
- depends on SOC_AMD_PSP_SELECTABLE_SMU_FW
-
config AMDFW_OUTSIDE_CBFS
bool "The AMD firmware is outside CBFS"
default n