We recently added support for Qualcomm SM8450. Enable the clock, pincontrol
and interconnect drivers in the defconfig. All these driver are already
picked up by respective maintainers
Vinod Koul (3):
arm64: defconfig: Add SM8450 GCC config
arm64: defconfig: Add SM8450 pinctrl config
arm64: defconfig: Add SM8450 icc configs
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
--
2.31.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Add the SM8450 GCC config as built-in so that platform can boot to shell
with defconfig
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
On Thu, 16 Dec 2021 12:24:41 +0530, Vinod Koul wrote:
We recently added support for Qualcomm SM8450. Enable the clock, pincontrol
and interconnect drivers in the defconfig. All these driver are already
picked up by respective maintainers
Vinod Koul (3):
arm64: defconfig: Add SM8450 GCC config
arm64: defconfig: Add SM8450 pinctrl config
arm64: defconfig: Add SM8450 icc configs
[...]