diff options
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index b06cf85fd297..b16f5e31c08a 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -22,6 +22,11 @@ config ARCH_DAVINCI_DM646x | |||
22 | bool "DaVinci 646x based system" | 22 | bool "DaVinci 646x based system" |
23 | select AINTC | 23 | select AINTC |
24 | 24 | ||
25 | config ARCH_DAVINCI_DM365 | ||
26 | bool "DaVinci 365 based system" | ||
27 | select AINTC | ||
28 | select ARCH_DAVINCI_DMx | ||
29 | |||
25 | comment "DaVinci Board Type" | 30 | comment "DaVinci Board Type" |
26 | 31 | ||
27 | config MACH_DAVINCI_EVM | 32 | config MACH_DAVINCI_EVM |
@@ -62,6 +67,14 @@ config MACH_DAVINCI_DM6467_EVM | |||
62 | Configure this option to specify the whether the board used | 67 | Configure this option to specify the whether the board used |
63 | for development is a DM6467 EVM | 68 | for development is a DM6467 EVM |
64 | 69 | ||
70 | config MACH_DAVINCI_DM365_EVM | ||
71 | bool "TI DM365 EVM" | ||
72 | default ARCH_DAVINCI_DM365 | ||
73 | depends on ARCH_DAVINCI_DM365 | ||
74 | help | ||
75 | Configure this option to specify whether the board used | ||
76 | for development is a DM365 EVM | ||
77 | |||
65 | 78 | ||
66 | config DAVINCI_MUX | 79 | config DAVINCI_MUX |
67 | bool "DAVINCI multiplexing support" | 80 | bool "DAVINCI multiplexing support" |