From 4435a490cd48d6964e656baeeaec0b48a9053d13 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 1 Sep 2016 16:11:52 -0500 Subject: mainboard/google/reef: prepare sharing directory for variants Instead of completely duplicating the a reference board's directory when doing a variant or follower device start providing a means to share code within a single directory. This change just starts the process from the Kconfig side, but subsequent patches will follow which disentangles the board specific pieces from and common logic. BUG=chrome-os-partner:56677 Change-Id: I96628920d78012e488ec008e35daac9c1be0cf79 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16417 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie --- src/mainboard/google/reef/Kconfig.name | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/reef/Kconfig.name') diff --git a/src/mainboard/google/reef/Kconfig.name b/src/mainboard/google/reef/Kconfig.name index c3c85434a5..926f61dc4a 100644 --- a/src/mainboard/google/reef/Kconfig.name +++ b/src/mainboard/google/reef/Kconfig.name @@ -1,2 +1,4 @@ config BOARD_GOOGLE_REEF bool "Reef" + select BOARD_GOOGLE_BASEBOARD_REEF + select BASEBOARD_REEF_LAPTOP -- cgit v1.2.3