aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/galileo/Kconfig
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-05-15 13:52:36 -0700
committerLeroy P Leahy <leroy.p.leahy@intel.com>2016-05-17 23:30:09 +0200
commit274d20a0652f45ed54834524c485f7ab59bcdf70 (patch)
treeb3e35b64d328f752cdff20108202551a1e417f65 /src/mainboard/intel/galileo/Kconfig
parent0ba307f0fe94550d84499562fb8f238f770aae3f (diff)
mainboard/intel/galileo: Add GPIO initialization
Add Kconfig to configure coreboot for a specific Galileo board. Configure the GPIOs for the specific Galileo board. TEST=Build and run on Galileo Gen2 Change-Id: I992460d506b5543915c27f6a531da4b1a53d6505 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14826 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/galileo/Kconfig')
-rw-r--r--src/mainboard/intel/galileo/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index f89232fa49..6381ae82ba 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -34,4 +34,13 @@ config MAINBOARD_VENDOR
string
default "Intel"
+config GALILEO_GEN2
+ bool "Board generation: GEN1 (n) or GEN2 (y)"
+ default y
+ help
+ The coreboot binary will configure only one generation of the Galileo
+ board since coreboot can not determine the board generation at
+ runtime. Select which generation of the Galileo that coreboot
+ should initialize.
+
endif # BOARD_INTEL_QUARK