depthcharge: add CONFIG_MAINBOARD_DEPTHCHARGE

CONFIG_MAINBOARD_DEPTHCHARGE is used to override the Board
config for depthcharge which inherit from CONFIG_MAINBOARD_PART_NUMBER.
This is mainly to avoid depthcharge config duplication.

Signed-off-by: Selma BENSAID <selma.bensaid@intel.com>
Change-Id: I6cbc93ca38ad6deeca2c2fb7770024a24233b6f8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35510
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mathew King <mathewk@chromium.org>
This commit is contained in:
Selma BENSAID
2019-09-20 17:38:59 -07:00
committed by Patrick Georgi
parent 0962b1fa5d
commit b458a4f745
2 changed files with 11 additions and 1 deletions

View File

@@ -35,6 +35,11 @@ config PAYLOAD_FILE
string
default "payloads/external/depthcharge/depthcharge/build/depthcharge.elf"
config MAINBOARD_DEPTHCHARGE
string ""
help
Override BOARD setting for depthcharge
config LP_DEFCONFIG_OVERRIDE
bool "Use default libpayload config"
help