summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gizmosphere
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/gizmosphere
parent1c2ad45ec4d0eb223b471d28289cd763470c8887 (diff)
downloadcoreboot-414779db103c46c27ec46db1b7c4b37562ee39fc.tar.gz
coreboot-414779db103c46c27ec46db1b7c4b37562ee39fc.tar.bz2
coreboot-414779db103c46c27ec46db1b7c4b37562ee39fc.zip
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/gizmosphere')
-rw-r--r--src/mainboard/gizmosphere/gizmo/Kconfig4
-rw-r--r--src/mainboard/gizmosphere/gizmo2/Kconfig4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/Kconfig b/src/mainboard/gizmosphere/gizmo/Kconfig
index 4177b1dd876f..1bbd148e5702 100644
--- a/src/mainboard/gizmosphere/gizmo/Kconfig
+++ b/src/mainboard/gizmosphere/gizmo/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/gizmosphere/gizmo2/Kconfig b/src/mainboard/gizmosphere/gizmo2/Kconfig
index e07e584ef868..8ef0897fe1c1 100644
--- a/src/mainboard/gizmosphere/gizmo2/Kconfig
+++ b/src/mainboard/gizmosphere/gizmo2/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