arm64: defconfig: build-in Qualcomm SC7180 and SM8450 interconnects
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 21 Oct 2022 03:27:02 +0000 (23:27 -0400)
committerBjorn Andersson <andersson@kernel.org>
Sun, 6 Nov 2022 03:35:12 +0000 (22:35 -0500)
commitc03fa428ac6e439afa1d437776365a632ce24262
treea7369ce23466de8fecca48ba2edf4a71c1097cb4
parente19d0bf25c8119eaf401041c55af4edb5beab90c
arm64: defconfig: build-in Qualcomm SC7180 and SM8450 interconnects

On Qualcomm SC7180 and SM8450 SocS, the typical debug console serial
port is part of GENI Serial Engine QUP Wrapper Controller which uses
interconnects.  This means that without interconnect drivers, the serial
might not probe.  Without serial console, the root might not be mounted
by initramfs:

  + REASON=No init found. Try passing init= bootarg. PS1=(initramfs
  ...
  (initramfs) run-init -c /dev/console -n /root /sbin/init
  run-init: opening console: No such file or directory

This means that interconnect drivers on these Qualcomm SoCs cannot be
modules and must be built-in to mount rootfs.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221021032702.1340963-1-krzysztof.kozlowski@linaro.org
arch/arm64/configs/defconfig