diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-25 20:25:53 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-27 07:41:39 +0000 |
commit | 161df738a7894f5639262a060860516a1208dfdb (patch) | |
tree | 85f7d8a06c5679a72e0ca93bf92b2dc5adb65bdd | |
parent | 36a0bb823f22c80e2c849e1e988f2c9c2121cb4f (diff) |
src/Kconfig: Remove unused symbol
The use of ENABLE_APIC_EXT_ID removed with commit: de56a66e
Change-Id: I24c07c9a4813ceba48082ca2c564266435e58a18
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38575
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Kconfig b/src/Kconfig index 9522542cc3..f538a1cc18 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1087,10 +1087,6 @@ endmenu source "src/lib/Kconfig" -config ENABLE_APIC_EXT_ID - bool - default n - config WARNINGS_ARE_ERRORS bool default y |