summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-08-24 16:12:47 -0600
committerMartin Roth <martinroth@google.com>2015-08-26 15:46:09 +0000
commite2473c5950b95864879b84619a446394cf8c69be (patch)
tree579c7651f680064509a424da350ce93e654a7462 /src/vendorcode
parent8c12d6e823652631912d696068b8236dbc69fa1e (diff)
downloadcoreboot-staging-e2473c5950b95864879b84619a446394cf8c69be.zip
coreboot-staging-e2473c5950b95864879b84619a446394cf8c69be.tar.gz
Chromeos: Remove Kconfig workaround for VIRTUAL_DEV_SWITCH warnings
With VIRTUAL_DEV_SWITCH moved under 'config CHROMEOS' in all of the mainboards, this is no longer needed. Change-Id: I5fbea17969f6b0c3b8a5dcd519ab9d36eb2ad6f1 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: http://review.coreboot.org/11337 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/google/chromeos/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index 2f04f24..8309d19 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -166,12 +166,4 @@ config WIPEOUT_SUPPORTED
source src/vendorcode/google/chromeos/vboot2/Kconfig
endif # CHROMEOS
-if !CHROMEOS
-config VIRTUAL_DEV_SWITCH
- bool
- default n
- depends on MAINBOARD_HAS_CHROMEOS
- help
- Whether this platform has a virtual developer switch.
-endif
endmenu
OpenPOWER on IntegriCloud