From 520d5fb4272e8f80aef9904dc06c5c5083799d9b Mon Sep 17 00:00:00 2001 From: Varadarajan Narayanan Date: Thu, 1 Oct 2015 16:11:29 +0530 Subject: soc/qualcomm/ipq40xx: Fix GPIO no.s for BGA part BUG=chrome-os-partner:49249 TEST=None. Initial code not sure if it will even compile BRANCH=none Change-Id: I7c58fe7dc0132e8c01163fc049217f07081c658a Signed-off-by: Patrick Georgi Original-Commit-Id: d746b667e309fd8eec62cf84e4ea4006ab2984f0 Original-Change-Id: Idcb3189a812e75815eb15a61c1de273b5e218875 Original-Signed-off-by: Varadarajan Narayanan Original-Reviewed-on: https://chromium-review.googlesource.com/333305 Original-Commit-Ready: David Hendricks Original-Tested-by: David Hendricks Original-Reviewed-by: David Hendricks Reviewed-on: https://review.coreboot.org/14669 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/qualcomm/ipq40xx/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/qualcomm/ipq40xx/Kconfig') diff --git a/src/soc/qualcomm/ipq40xx/Kconfig b/src/soc/qualcomm/ipq40xx/Kconfig index 37046cae70..9817c1f17c 100644 --- a/src/soc/qualcomm/ipq40xx/Kconfig +++ b/src/soc/qualcomm/ipq40xx/Kconfig @@ -17,6 +17,10 @@ config CHROMEOS select SEPARATE_VERSTAGE select RETURN_FROM_VERSTAGE +config IPQ_QFN_PART + bool "Is the SoC a BGA part or QFN part" + default n + config MBN_ENCAPSULATION depends on USE_BLOBS bool "bootblock encapsulation for ipq40xx" -- cgit v1.2.3