summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2023-02-08 10:39:19 +0800
committerYu-Ping Wu <yupingso@google.com>2023-02-09 03:16:20 +0000
commitd8353e714318591dda89398d39b78d9ff48f2e36 (patch)
tree56309aa124da2d40ea8cfa25a9d3be9fe3d731aa /src/mainboard/intel
parent4bd03da498f175fe59f029848c5f8d371ba203cb (diff)
downloadcoreboot-d8353e714318591dda89398d39b78d9ff48f2e36.tar.gz
coreboot-d8353e714318591dda89398d39b78d9ff48f2e36.tar.bz2
coreboot-d8353e714318591dda89398d39b78d9ff48f2e36.zip
mb/intel/emeraldlake2: Remove unused VBOOT option
Remove the commented VBOOT_VBNV_CMOS Kconfig option as well as VBOOT for emeraldlake2. BUG=b:235293589 TEST=none Change-Id: Ie583dcf615573784c657b9d220ad417b05704150 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72890 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/emeraldlake2/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/intel/emeraldlake2/Kconfig b/src/mainboard/intel/emeraldlake2/Kconfig
index 86fe98a803ad..72ab43f673fe 100644
--- a/src/mainboard/intel/emeraldlake2/Kconfig
+++ b/src/mainboard/intel/emeraldlake2/Kconfig
@@ -14,9 +14,6 @@ config BOARD_SPECIFIC_OPTIONS
select HAVE_ME_BIN
#select MAINBOARD_HAS_CHROMEOS
-config VBOOT
- #select VBOOT_VBNV_CMOS
-
config MAINBOARD_DIR
default "intel/emeraldlake2"