The Allwinner H5 SoC is closely related to the H3 SoC, so select the basic pinctrl driver and the DMA driver to let a defconfig kernel boot on those boards. Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> --- arch/arm64/Kconfig.platforms | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index cfbdf02..8300677 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -5,8 +5,12 @@ config ARCH_SUNXI select GENERIC_IRQ_CHIP select PINCTRL select PINCTRL_SUN50I_A64 + select PINCTRL_SUN8I_H3 + select PINCTRL_SUN8I_H3_R + select DMA_SUN6I help - This enables support for Allwinner sunxi based SoCs like the A64. + This enables support for Allwinner sunxi based SoCs like the A64 + and the H5. config ARCH_ALPINE bool "Annapurna Labs Alpine platform" -- 2.8.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html