summaryrefslogtreecommitdiff
path: root/src/Kconfig.deprecated_options
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-13 14:41:52 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-16 01:13:02 +0100
commit55db955bcdad90c9ebd8b755ae417234d46d731a (patch)
tree92ecc34256fb803b7d2e5c072f97e6b7d995cc11 /src/Kconfig.deprecated_options
parent4dfdebadb6731bc291e30560cbd2f107a3c94b75 (diff)
downloadcoreboot-55db955bcdad90c9ebd8b755ae417234d46d731a.tar.xz
Drop unneeded BOARD_HAS_FADT option
Change-Id: Iaaeee87d70cf052bc7980007cdf1f7dda88b3623 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1836 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/Kconfig.deprecated_options')
-rw-r--r--src/Kconfig.deprecated_options10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Kconfig.deprecated_options b/src/Kconfig.deprecated_options
index 21d73233e9..25d5b289b9 100644
--- a/src/Kconfig.deprecated_options
+++ b/src/Kconfig.deprecated_options
@@ -14,16 +14,6 @@ config BOARD_HAS_HARD_RESET
This variable specifies whether a given board has a reset.c
file containing a hard_reset() function.
-# It might be possible to consolidate FADTs to southbridges. This would
-# improve code reuse in the tree.
-config BOARD_HAS_FADT
- bool
- default n
- help
- This variable specifies whether a given board has a board-local
- FADT in fadt.c. Long-term, those should be moved to appropriate
- chipset components (eg. southbridge).
-
# Will be removed (alongside with the PS/2 init code) once payloads
# reliably support PS/2 init themselves.
config DRIVERS_PS2_KEYBOARD