aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/strago/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-08-24 15:55:29 -0600
committerMartin Roth <martinroth@google.com>2015-08-26 15:45:36 +0000
commit8c12d6e823652631912d696068b8236dbc69fa1e (patch)
tree4bd782c24378f59ee1a337c0486d52598635ff6e /src/mainboard/intel/strago/Kconfig
parent870d3de270e40e2758a7fcb504bbe7b0cc59b5b3 (diff)
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 <martinroth@google.com> Reviewed-on: http://review.coreboot.org/11336 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/intel/strago/Kconfig')
-rwxr-xr-xsrc/mainboard/intel/strago/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig
index 0a59e9bbc0..1d4d4d82e6 100755
--- a/src/mainboard/intel/strago/Kconfig
+++ b/src/mainboard/intel/strago/Kconfig
@@ -15,14 +15,13 @@ config BOARD_SPECIFIC_OPTIONS
select MAINBOARD_HAS_CHROMEOS
select MAINBOARD_HAS_LPC_TPM
select SOC_INTEL_BRASWELL
- select VBOOT_DYNAMIC_WORK_BUFFER
- select VIRTUAL_DEV_SWITCH
config CHROMEOS
select LID_SWITCH
select CHROMEOS_VBNV_CMOS
select EC_SOFTWARE_SYNC
-
+ select VBOOT_DYNAMIC_WORK_BUFFER
+ select VIRTUAL_DEV_SWITCH
config DISPLAY_SPD_DATA
bool "Display Memory Serial Presence Detect Data"