Commit 45d5fe1c authored by David Lechner's avatar David Lechner Committed by Arnd Bergmann
Browse files

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: dec85a95 ("ARM: davinci: clean up platform support")
Signed-off-by: default avatarDavid Lechner <dlechner@baylibre.com>
Acked-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 5c81649d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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