Qualcomm ARM64 Based defconfig Updates for v4.13

* Switch to use the SMD RPMSG driver
arm64: defconfig: Switch to the correct Qualcomm SMD driver

The SMD driver is migrated to a new RPMSG-based one and the old
driver was removed with:
commit 395a48053af6 ("soc: qcom: smd: Remove standalone driver")

However in defconfig we still have the old driver leaving the
SMD-regulator driver with unsatisfied dependencies. The result
is that the SMD-regulator driver is not compiled and the apq8016
boards could not probe their onboard storage and mount rootfs.

Fix this by switching to the new SMD driver, so that the required
driver is compiled again.

Reported-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
1 file changed