diff options
-rw-r--r-- | src/soc/qualcomm/ipq40xx/Kconfig | 4 |
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 |