aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/cezanne/Kconfig11
-rw-r--r--src/soc/amd/glinda/Kconfig11
-rw-r--r--src/soc/amd/mendocino/Kconfig33
-rw-r--r--src/soc/amd/morgana/Kconfig11
-rw-r--r--src/soc/amd/picasso/Kconfig11
-rw-r--r--src/soc/amd/stoneyridge/Kconfig11
6 files changed, 35 insertions, 53 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 30e3e73930..0de2ab7b77 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -2,13 +2,6 @@
config SOC_AMD_CEZANNE
bool
- help
- AMD Cezanne support
-
-if SOC_AMD_CEZANNE
-
-config SOC_SPECIFIC_OPTIONS
- def_bool y
select ACPI_SOC_NVS
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
@@ -83,6 +76,10 @@ config SOC_SPECIFIC_OPTIONS
select VBOOT_DEFINE_WIDEVINE_COUNTERS if VBOOT_STARTS_BEFORE_BOOTBLOCK
select X86_AMD_FIXED_MTRRS
select X86_INIT_NEED_1_SIPI
+ help
+ AMD Cezanne support
+
+if SOC_AMD_CEZANNE
config CHIPSET_DEVICETREE
string
diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig
index 5bf1d5f129..f4f49b922b 100644
--- a/src/soc/amd/glinda/Kconfig
+++ b/src/soc/amd/glinda/Kconfig
@@ -5,13 +5,6 @@
config SOC_AMD_GLINDA
bool
- help
- AMD Glinda support
-
-if SOC_AMD_GLINDA
-
-config SOC_SPECIFIC_OPTIONS
- def_bool y
select ACPI_SOC_NVS
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
@@ -88,6 +81,10 @@ config SOC_SPECIFIC_OPTIONS
select VBOOT_DEFINE_WIDEVINE_COUNTERS if VBOOT_STARTS_BEFORE_BOOTBLOCK
select X86_AMD_FIXED_MTRRS
select X86_INIT_NEED_1_SIPI
+ help
+ AMD Glinda support
+
+if SOC_AMD_GLINDA
config CHIPSET_DEVICETREE
string
diff --git a/src/soc/amd/mendocino/Kconfig b/src/soc/amd/mendocino/Kconfig
index 64cec5d030..f791038f54 100644
--- a/src/soc/amd/mendocino/Kconfig
+++ b/src/soc/amd/mendocino/Kconfig
@@ -2,24 +2,6 @@
config SOC_AMD_REMBRANDT_BASE
bool
-
-config SOC_AMD_MENDOCINO
- bool
- select SOC_AMD_REMBRANDT_BASE
- help
- AMD Mendocino support
-
-config SOC_AMD_REMBRANDT
- bool
- select SOC_AMD_REMBRANDT_BASE
- help
- AMD Rembrandt support
-
-
-if SOC_AMD_REMBRANDT_BASE
-
-config SOC_SPECIFIC_OPTIONS
- def_bool y
select ACPI_SOC_NVS
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
@@ -101,6 +83,21 @@ config SOC_SPECIFIC_OPTIONS
select X86_AMD_FIXED_MTRRS
select X86_INIT_NEED_1_SIPI
+config SOC_AMD_MENDOCINO
+ bool
+ select SOC_AMD_REMBRANDT_BASE
+ help
+ AMD Mendocino support
+
+config SOC_AMD_REMBRANDT
+ bool
+ select SOC_AMD_REMBRANDT_BASE
+ help
+ AMD Rembrandt support
+
+
+if SOC_AMD_REMBRANDT_BASE
+
config CHIPSET_DEVICETREE
string
default "soc/amd/mendocino/chipset_mendocino.cb" if SOC_AMD_MENDOCINO
diff --git a/src/soc/amd/morgana/Kconfig b/src/soc/amd/morgana/Kconfig
index ce575401fe..11fe0c4a69 100644
--- a/src/soc/amd/morgana/Kconfig
+++ b/src/soc/amd/morgana/Kconfig
@@ -5,13 +5,6 @@
config SOC_AMD_MORGANA
bool
- help
- AMD Morgana support
-
-if SOC_AMD_MORGANA
-
-config SOC_SPECIFIC_OPTIONS
- def_bool y
select ACPI_SOC_NVS
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
@@ -88,6 +81,10 @@ config SOC_SPECIFIC_OPTIONS
select VBOOT_DEFINE_WIDEVINE_COUNTERS if VBOOT_STARTS_BEFORE_BOOTBLOCK
select X86_AMD_FIXED_MTRRS
select X86_INIT_NEED_1_SIPI
+ help
+ AMD Morgana support
+
+if SOC_AMD_MORGANA
config CHIPSET_DEVICETREE
string
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 765ac4c72f..b18868dcec 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -2,13 +2,6 @@
config SOC_AMD_PICASSO
bool
- help
- AMD Picasso support
-
-if SOC_AMD_PICASSO
-
-config CPU_SPECIFIC_OPTIONS
- def_bool y
select ACPI_SOC_NVS
select ADD_FSP_BINARIES if USE_AMD_BLOBS
select ARCH_X86
@@ -76,6 +69,10 @@ config CPU_SPECIFIC_OPTIONS
select X86_AMD_FIXED_MTRRS
select X86_INIT_NEED_1_SIPI
select HAVE_EXP_X86_64_SUPPORT
+ help
+ AMD Picasso support
+
+if SOC_AMD_PICASSO
config CHIPSET_DEVICETREE
string
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 01800c1414..12d66c45a2 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -2,13 +2,6 @@
config SOC_AMD_STONEYRIDGE
bool
- help
- AMD support for SOCs in Family 15h Models 60h-6Fh and Models 70h-7Fh.
-
-if SOC_AMD_STONEYRIDGE
-
-config CPU_SPECIFIC_OPTIONS
- def_bool y
select ACPI_SOC_NVS
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
@@ -51,6 +44,10 @@ config CPU_SPECIFIC_OPTIONS
select TSC_SYNC_LFENCE
select USE_DDR4
select X86_AMD_FIXED_MTRRS
+ help
+ AMD support for SOCs in Family 15h Models 60h-6Fh and Models 70h-7Fh.
+
+if SOC_AMD_STONEYRIDGE
config AMD_APU_STONEYRIDGE
bool