summaryrefslogtreecommitdiff
path: root/payloads/libpayload/Config.in
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2015-06-06 11:00:02 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-06-08 10:21:30 +0200
commitcacf7234afaaef29d1fe5739f423fb2c1b29cdfb (patch)
tree02160c480f564b4075615e03e9529a72fdb33992 /payloads/libpayload/Config.in
parent52648623e03e6769ae73ef8ee999d671fb657d62 (diff)
downloadcoreboot-cacf7234afaaef29d1fe5739f423fb2c1b29cdfb.tar.xz
libpayload: retire LAR support
Who knows it still? Change-Id: If6e36569cd9a1ba3da8b3fe84264cd2a6dfd634b Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/10443 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Diffstat (limited to 'payloads/libpayload/Config.in')
-rw-r--r--payloads/libpayload/Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/payloads/libpayload/Config.in b/payloads/libpayload/Config.in
index 92c89abeb8..9bd06f7684 100644
--- a/payloads/libpayload/Config.in
+++ b/payloads/libpayload/Config.in
@@ -48,13 +48,6 @@ config EXPERIMENTAL
Prompt for experimental functionality. Attention: This is not likely
to work without problems
-config OBSOLETE
- bool "Obsolete Options"
- default n
- help
- Prompt for obsolete options. These options are for old, unsupported
- features and are likely to go away in the future.
-
config DEVELOPER
bool "Developer Options"
default n
@@ -149,13 +142,6 @@ config PDCURSES
endchoice
-config LAR
- bool "LAR support"
- default n
- depends on OBSOLETE
- help
- LAR is the archive format of (obsolete) coreboot v3
-
config CBFS
bool "CBFS support"
default y