aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-10-28 10:14:51 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-11-03 18:34:46 +0000
commitb0db82dd247884e9dba01aa979812cf0943b9a93 (patch)
treea54f14e1fc5d487d3588e3540171b01ef3ec5fff /src/cpu/intel
parentca87532a07c65277003fd3c04d5e4429c31afad7 (diff)
cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS
Change-Id: I88f62c18b814ac0ddd356944359e727d6e3bba5a Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58688 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Mariusz SzafraƄski <mariuszx.szafranski@intel.com>
Diffstat (limited to 'src/cpu/intel')
-rw-r--r--src/cpu/intel/model_106cx/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index ac45cfafe2..76e0423dd0 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -11,11 +11,3 @@ config CPU_INTEL_MODEL_106CX
select SERIALIZED_SMM_INITIALIZATION
select CPU_INTEL_COMMON
select CPU_INTEL_COMMON_TIMEBASE
-
-if CPU_INTEL_MODEL_106CX
-
-config CPU_ADDR_BITS
- int
- default 32
-
-endif