aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-05-10 23:03:17 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-05-10 23:47:06 +0200
commitcd355fed62b8a7c6d4a8966bedc5d8ac829e30b7 (patch)
tree6ead8899910c39d80603ea6473be517fcc898c05 /src/soc/qualcomm/ipq40xx
parentf7327fa64b8bbc162bf9cf0bf74cc349d5bc7394 (diff)
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 <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/14766 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/qualcomm/ipq40xx')
-rw-r--r--src/soc/qualcomm/ipq40xx/Kconfig4
1 files changed, 3 insertions, 1 deletions
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