From cd355fed62b8a7c6d4a8966bedc5d8ac829e30b7 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 10 May 2016 23:03:17 +0200 Subject: qualcomm/ipq40xx: Don't annoy users with ambiguous questions The code needs to know what kind of part the SoC is, but the question was weirdly phrased and also exposed to the user (instead of being a silent "select" to do in a board). Change-Id: I0344c528d86ac047fc49ccff9e149865bbd4b481 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/14766 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/qualcomm/ipq40xx/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/soc/qualcomm/ipq40xx') diff --git a/src/soc/qualcomm/ipq40xx/Kconfig b/src/soc/qualcomm/ipq40xx/Kconfig index b93f879f82..605cea245a 100644 --- a/src/soc/qualcomm/ipq40xx/Kconfig +++ b/src/soc/qualcomm/ipq40xx/Kconfig @@ -19,8 +19,10 @@ config CHROMEOS select RETURN_FROM_VERSTAGE config IPQ_QFN_PART - bool "Is the SoC a BGA part or QFN part" + bool default n + help + Is the SoC a QFN part (as opposed to a BGA part) config MBN_ENCAPSULATION depends on USE_BLOBS -- cgit v1.2.3