Skip to content

Commit 84fe86f

Browse files
committed
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: dec85a9 ("ARM: davinci: clean up platform support") Signed-off-by: David Lechner <[email protected]>
1 parent 3cf31cd commit 84fe86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-davinci/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ config ARCH_DAVINCI_DA830
2727

2828
config ARCH_DAVINCI_DA850
2929
bool "DA850/OMAP-L138/AM18x based system"
30+
select ARCH_DAVINCI_DA8XX
3031
select DAVINCI_CP_INTC
3132

3233
config ARCH_DAVINCI_DA8XX

0 commit comments

Comments
 (0)