Skip to content

Commit

Permalink
ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX
Browse files Browse the repository at this point in the history
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: dec85a9 ("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>
  • Loading branch information
David Lechner authored and Arnd Bergmann committed Mar 14, 2025
1 parent 5c81649 commit 45d5fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-davinci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ config ARCH_DAVINCI_DA830

config ARCH_DAVINCI_DA850
bool "DA850/OMAP-L138/AM18x based system"
select ARCH_DAVINCI_DA8XX
select DAVINCI_CP_INTC

config ARCH_DAVINCI_DA8XX
Expand Down

0 comments on commit 45d5fe1

Please sign in to comment.