summaryrefslogtreecommitdiffstats
path: root/src/soc/broadcom
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2015-03-26 15:58:41 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-04-22 08:54:56 +0200
commit97db1fb47fdf72fdf6a35e5b2886b14a3c13dafa (patch)
tree78943f8cfd2a002f778a9b21f7685d8eefa18d01 /src/soc/broadcom
parent55aa17b74410a177db34e7a99e0283c1fbd2903e (diff)
downloadcoreboot-97db1fb47fdf72fdf6a35e5b2886b14a3c13dafa.tar.gz
coreboot-97db1fb47fdf72fdf6a35e5b2886b14a3c13dafa.tar.bz2
coreboot-97db1fb47fdf72fdf6a35e5b2886b14a3c13dafa.zip
soc: select generic gpio lib on (almost) all non-x86 SOCs
BOARD_ID functionality is not what requires the GPIO lib, but it is the mainboard specific implementations that do. The option essentially says whether the SoC provides <soc/gpio.h> (with the interface required by the common GPIO code). Right now, x86 and Samsung's Exynos SOCs don't have support for this interface. So this should be selected by the SOC, not by BOARD_ID_SUPPORT. Signed-off-by: Stefan Reinauer <reinauer@chromium.org> BUG=none BRANCH=none TEST=emerge-storm coreboot still successfully compiled an image Change-Id: I0ce2bd7ce023f22791d31a6245833b61135504b3 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 0dd4dea521372194eedf11b077d95fd3b15ad9f7 Original-Change-Id: I3dea6c2fb42a23fcb9d384c3bbfa7fc8e217be2d Original-Reviewed-on: https://chromium-review.googlesource.com/262743 Original-Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Original-Tested-by: Stefan Reinauer <reinauer@chromium.org> Original-Commit-Queue: Stefan Reinauer <reinauer@chromium.org> Original-Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/9899 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc/broadcom')
-rw-r--r--src/soc/broadcom/cygnus/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/broadcom/cygnus/Kconfig b/src/soc/broadcom/cygnus/Kconfig
index 3e66688681ab..468f2efc5c45 100644
--- a/src/soc/broadcom/cygnus/Kconfig
+++ b/src/soc/broadcom/cygnus/Kconfig
@@ -34,6 +34,7 @@ config SOC_BROADCOM_CYGNUS
select HAVE_UART_SPECIAL
select HAS_PRECBMEM_TIMESTAMP_REGION
select RETURN_FROM_VERSTAGE
+ select GENERIC_GPIO_LIB
if SOC_BROADCOM_CYGNUS