aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/Kconfig
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2017-08-20 18:21:10 -0500
committerMartin Roth <martinroth@google.com>2017-08-25 18:56:24 +0000
commit51ee7ce3eacb4a58d9a806211c1739c3ff1fb8ee (patch)
tree8a13959067a44131aea1024b1c690375c1aa1698 /src/soc/intel/braswell/Kconfig
parent39648bb54b2bdeda3bc5a1bd63b8b5f60478f2f7 (diff)
soc/intel/braswell: select GENERIC_GPIO_LIB
Needed for to-be-added Google Braswell boards which make use of common GPIO library function to determine installed RAM type. Change-Id: Ie9b0c6513f10b252bf0a5014bd038d24879421be Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/21125 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/braswell/Kconfig')
-rw-r--r--src/soc/intel/braswell/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index cc537e7fac..3decbc73b9 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -47,6 +47,7 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_INTEL_FIRMWARE
select HAVE_SPI_CONSOLE_SUPPORT
select HAVE_FSP_GOP
+ select GENERIC_GPIO_LIB
config VBOOT
select VBOOT_STARTS_IN_ROMSTAGE