summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2020-09-09 15:04:21 -0700
committerJulius Werner <jwerner@chromium.org>2020-10-17 00:29:17 +0000
commit46a8cbd92d16f3365cd3a8c3b7ac4c24cebf5121 (patch)
tree3b76293794789000296024e6a03efd2033886ac3 /src/soc/qualcomm
parent90df9166834f26a7600d089bc2fade0f34fd6681 (diff)
downloadcoreboot-46a8cbd92d16f3365cd3a8c3b7ac4c24cebf5121.tar.xz
trogdor/sc7180: Clarify USE_QC_BLOBS requirements
This patch adds some Kconfig hints to make it clearer that the USE_QC_BLOBS option is required for SC7180 boards and guide the user in the right direction through menuconfig. Also add those little arrows to the Trogdor board options that are there on most other boards. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I973cae8026a229408a1a1817c4808b0266387ea7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45214 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philip Chen <philipchen@google.com>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r--src/soc/qualcomm/sc7180/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7180/Kconfig b/src/soc/qualcomm/sc7180/Kconfig
index c66dc92768..c37aff9db3 100644
--- a/src/soc/qualcomm/sc7180/Kconfig
+++ b/src/soc/qualcomm/sc7180/Kconfig
@@ -2,6 +2,7 @@
config SOC_QUALCOMM_SC7180
bool
default n
+ depends on USE_QC_BLOBS
select ARCH_BOOTBLOCK_ARMV8_64
select ARCH_RAMSTAGE_ARMV8_64
select ARCH_ROMSTAGE_ARMV8_64