mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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>
This commit is contained in:
parent
8c12d6e823
commit
e2473c5950
1 changed files with 0 additions and 8 deletions
|
@ -166,12 +166,4 @@ config WIPEOUT_SUPPORTED
|
||||||
source src/vendorcode/google/chromeos/vboot2/Kconfig
|
source src/vendorcode/google/chromeos/vboot2/Kconfig
|
||||||
|
|
||||||
endif # CHROMEOS
|
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
|
endmenu
|
||||||
|
|
Loading…
Add table
Reference in a new issue