aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-11-12 09:52:26 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 09:54:06 +0000
commit414779db103c46c27ec46db1b7c4b37562ee39fc (patch)
treed04ea7fdaa2e949499299296df325fcf1bb149bf /src/mainboard/amd
parent1c2ad45ec4d0eb223b471d28289cd763470c8887 (diff)
src/mainboard: Remove unused "HW_MEM_HOLE_SIZE_AUTO_INC"
Change-Id: I10e89de270a20dbd28647e8b0f8a2425c515b350 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29589 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/bimini_fam10/Kconfig4
-rw-r--r--src/mainboard/amd/inagua/Kconfig4
-rw-r--r--src/mainboard/amd/olivehill/Kconfig4
-rw-r--r--src/mainboard/amd/parmer/Kconfig4
-rw-r--r--src/mainboard/amd/persimmon/Kconfig4
-rw-r--r--src/mainboard/amd/south_station/Kconfig4
-rw-r--r--src/mainboard/amd/thatcher/Kconfig4
-rw-r--r--src/mainboard/amd/torpedo/Kconfig4
-rw-r--r--src/mainboard/amd/union_station/Kconfig4
9 files changed, 0 insertions, 36 deletions
diff --git a/src/mainboard/amd/bimini_fam10/Kconfig b/src/mainboard/amd/bimini_fam10/Kconfig
index f30c972c7a..84d3d5e8ec 100644
--- a/src/mainboard/amd/bimini_fam10/Kconfig
+++ b/src/mainboard/amd/bimini_fam10/Kconfig
@@ -45,10 +45,6 @@ config MAX_PHYSICAL_CPUS
int
default 2
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config HT_CHAIN_END_UNITID_BASE
hex
default 0x1
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig
index 89bb516b38..996846bf88 100644
--- a/src/mainboard/amd/inagua/Kconfig
+++ b/src/mainboard/amd/inagua/Kconfig
@@ -45,10 +45,6 @@ config MAX_CPUS
int
default 2
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/olivehill/Kconfig b/src/mainboard/amd/olivehill/Kconfig
index 2f3b849f53..4db1dd6e2a 100644
--- a/src/mainboard/amd/olivehill/Kconfig
+++ b/src/mainboard/amd/olivehill/Kconfig
@@ -44,10 +44,6 @@ config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/parmer/Kconfig b/src/mainboard/amd/parmer/Kconfig
index db942a2282..6701741817 100644
--- a/src/mainboard/amd/parmer/Kconfig
+++ b/src/mainboard/amd/parmer/Kconfig
@@ -44,10 +44,6 @@ config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig
index b365eba8c3..f14f8108be 100644
--- a/src/mainboard/amd/persimmon/Kconfig
+++ b/src/mainboard/amd/persimmon/Kconfig
@@ -45,10 +45,6 @@ config MAX_CPUS
int
default 2
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig
index c48e5eb322..d4326ae278 100644
--- a/src/mainboard/amd/south_station/Kconfig
+++ b/src/mainboard/amd/south_station/Kconfig
@@ -44,10 +44,6 @@ config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/thatcher/Kconfig b/src/mainboard/amd/thatcher/Kconfig
index 2ce919aacd..08e324617d 100644
--- a/src/mainboard/amd/thatcher/Kconfig
+++ b/src/mainboard/amd/thatcher/Kconfig
@@ -45,10 +45,6 @@ config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/torpedo/Kconfig b/src/mainboard/amd/torpedo/Kconfig
index 5c85c4b74e..134e745137 100644
--- a/src/mainboard/amd/torpedo/Kconfig
+++ b/src/mainboard/amd/torpedo/Kconfig
@@ -45,10 +45,6 @@ config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config HT_CHAIN_END_UNITID_BASE
hex
default 0x1
diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig
index 726e28e385..94036a3feb 100644
--- a/src/mainboard/amd/union_station/Kconfig
+++ b/src/mainboard/amd/union_station/Kconfig
@@ -43,10 +43,6 @@ config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11