diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-12 12:12:14 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-15 18:22:58 +0100 |
commit | 8fda04449f5ff89af6fd2a7b1ca071806bc7def7 (patch) | |
tree | 954d8969400289c12e989ee86273e8478ad32263 /payloads/libpayload/Kconfig | |
parent | 96d14ac1c9b81cf1347c3f2c66f847d6d4527b8e (diff) |
libpayload: Drop CONFIG_LP_CHROMEOS
This is adding complexity to the code more than it saves
space, plus some of the tables could potentially be interesting
outside of the ChromeOS context.
Change-Id: I4bf24608f3e26d3b7871a5031ae8f03bc2c8c21f
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14070
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads/libpayload/Kconfig')
-rw-r--r-- | payloads/libpayload/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig index 95bd045a38..f2cb90a729 100644 --- a/payloads/libpayload/Kconfig +++ b/payloads/libpayload/Kconfig @@ -80,12 +80,6 @@ config REMOTEGDB help Enable Remote GDB debugging support. -config CHROMEOS - bool "ChromeOS specific features" - default n - help - Enable ChromeOS specific features. - endmenu menu "Architecture Options" |