]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 13 Dec 2021 22:52:05 +0000 (16:52 -0600)
commit8da01976860599a409949c9c9450d0292e112518
treef42b98a7daa75d0aa3dd345340762576ca6bf32f
parent40a9af63ae9ec42386d6c40b14f92fb56557c9a8
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>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211213113250.4249-2-stephan@gerhold.net
arch/arm/configs/multi_v7_defconfig