coreboot-kgpe-d16/src/soc/qualcomm/ipq806x
Martin Roth 967cd9a027 ChromeOS: Fix Kconfig dependencies
Add CHROMEOS dependencies to selects for the following Kconfig
symbols:

CHROMEOS_RAMOOPS_DYNAMIC
CHROMEOS_RAMOOPS_NON_ACPI
CHROMEOS_VBNV_CMOS
CHROMEOS_VBNV_EC
CHROMEOS_VBNV_FLASH
EC_SOFTWARE_SYNC
LID_SWITCH
RETURN_FROM_VERSTAGE
SEPARATE_VERSTAGE
VBOOT_DISABLE_DEV_ON_RECOVERY
VBOOT_EC_SLOW_UPDATE
VBOOT_OPROM_MATTERS
VBOOT_STARTS_IN_BOOTBLOCK
WIPEOUT_SUPPORTED

This gets rid of these sorts of Kconfig errors:
warning: BOARD_SPECIFIC_OPTIONS selects CHROMEOS_VBNV_EC which has
unmet direct dependencies (MAINBOARD_HAS_CHROMEOS && CHROMEOS)

Note: These two boards would never actually have CHROMEOS enabled:
intel/emeraldlake2 has MAINBOARD_HAS_CHROMEOS commented out
google/peach_pit doesn't have MAINBOARD_HAS_CHROMEOS

Change-Id: I51b4ee326f082c6a656a813ee5772e9c34f5c343
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: http://review.coreboot.org/11272
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2015-08-21 19:53:41 +00:00
..
include/soc ipq8064: enable timestamp collection 2015-07-09 00:11:37 +02:00
blobs_init.c cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
cbmem.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
clock.c arm(64): Manually clean up the mess left by write32() transition 2015-04-21 08:22:40 +02:00
gpio.c Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
gsbi.c arm(64): Globally replace writel(v, a) with write32(a, v) 2015-04-21 08:22:28 +02:00
i2c.c ipq806x: i2c: stop transfer as soon as an error is reported 2015-04-21 08:16:12 +02:00
Kconfig ChromeOS: Fix Kconfig dependencies 2015-08-21 19:53:41 +00:00
lcc.c arm(64): Globally replace writel(v, a) with write32(a, v) 2015-04-21 08:22:28 +02:00
Makefile.inc qualcomm/ipq806x: Fix uart in verstage 2015-06-30 08:18:22 +02:00
mbn_header.h Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
qup.c arm(64): Manually clean up the mess left by write32() transition 2015-04-21 08:22:40 +02:00
soc.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
spi.c arm(64): Globally replace writel(v, a) with write32(a, v) 2015-04-21 08:22:28 +02:00
timer.c
tz_wrapper.S
uart.c arm(64): Globally replace writel(v, a) with write32(a, v) 2015-04-21 08:22:28 +02:00
usb.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00