From 8c12d6e823652631912d696068b8236dbc69fa1e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 24 Aug 2015 15:55:29 -0600 Subject: ChromeOS mainboards: Move more Kconfig symbols under CHROMEOS Move the CHROMEOS dependent symbols VIRTUAL_DEV_SWITCH and VBOOT_DYNAMIC_WORK_BUFFER under the CHROMEOS config options for the mainboards that use them. Change-Id: Iad126cf045cb3a312319037aff3c4b1f15f6529d Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/11336 Reviewed-by: Aaron Durbin Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/google/veyron_rialto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/veyron_rialto') diff --git a/src/mainboard/google/veyron_rialto/Kconfig b/src/mainboard/google/veyron_rialto/Kconfig index dcbb5e5f7c..0c7266776c 100644 --- a/src/mainboard/google/veyron_rialto/Kconfig +++ b/src/mainboard/google/veyron_rialto/Kconfig @@ -33,11 +33,11 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SPI_FLASH select SPI_FLASH_GIGADEVICE select SPI_FLASH_WINBOND - select VIRTUAL_DEV_SWITCH config CHROMEOS select CHROMEOS_VBNV_FLASH select PHYSICAL_REC_SWITCH + select VIRTUAL_DEV_SWITCH config MAINBOARD_DIR string -- cgit v1.2.3