]> git.ipfire.org Git - thirdparty/linux.git/commit
ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX
authorDavid Lechner <dlechner@baylibre.com>
Mon, 1 Apr 2024 15:09:46 +0000 (10:09 -0500)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Mar 2025 17:24:05 +0000 (18:24 +0100)
commit45d5fe1c53baaed1fb3043f45d1e15ebb4bbe86a
treedf8819a179880f750ed23b8808babbe1303e93e9
parent5c81649d704202b19c5071b892c08a6380f30941
ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX

Chips in the DA850 family need to have ARCH_DAVINCI_DA8XX to be selected
in order to enable some peripheral drivers.

This was accidentally removed in a previous commit.

Fixes: dec85a95167a ("ARM: davinci: clean up platform support")
Signed-off-by: David Lechner <dlechner@baylibre.com>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-davinci/Kconfig