Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11337
-gerrit
commit 7e7e1a9997a73f2380b67191a0330cf6385dbe1b Author: Martin Roth martinroth@google.com Date: Mon Aug 24 16:12:47 2015 -0600
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 --- src/vendorcode/google/chromeos/Kconfig | 8 -------- 1 file changed, 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