RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / arm / mach-davinci / Kconfig
blobbac988e7a4c3083778d189dd13b7234535edf617
1 if ARCH_DAVINCI
3 menu "TI DaVinci Implementations"
5 comment "DaVinci Core Type"
7 config ARCH_DAVINCI644x
8         default y
9         bool "DaVinci 644x based system"
11 comment "DaVinci Board Type"
13 config MACH_DAVINCI_EVM
14         bool "TI DaVinci EVM"
15         default y
16         depends on ARCH_DAVINCI644x
17         help
18           Configure this option to specify the whether the board used
19           for development is a DaVinci EVM
21 endmenu
23 endif