ARM: multi_v7_defconfig: Enable drivers for DragonBoard 410c
authorStephan Gerhold <stephan@gerhold.net>
Mon, 13 Dec 2021 11:32:50 +0000 (12:32 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 22 Dec 2021 16:23:04 +0000 (17:23 +0100)
commit841b78b672f9d8783ae97893b4b618c38fd7a314
tree55674d7d5179fc5cad1ffed81b9abaf044c4d64b
parent3510c8bf32bf47bd30cb8a501f6c651afee6638c
ARM: multi_v7_defconfig: Enable drivers for DragonBoard 410c

The DragonBoard 410c is mainly supported by the ARM64 architecture
and defconfig, but it can also run well on the ARM32 architecture.
Add the necessary options to the multi_v7_defconfig to simplify
building an ARM32 kernel for DragonBoard 410c.

This is also a possible opportunity to slightly increase CI coverage
for older Qualcomm-based ARM32 platforms that are currently not
represented well in automated CI setups. The APQ8016 SoC used in DB410c
is still quite similar to those. DB410c is already used in some CI systems
so the same hardware could be re-used to get some basic ARM32 boot testing.

When deciding between built-in (y) and module (m), I usually used the
same that is already being used (and functional) in the ARM64 defconfig.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/multi_v7_defconfig