diff options
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 033bfede6b67..0ebe185610bf 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -91,10 +91,14 @@ config MACH_DAVINCI_DM6467_EVM | |||
91 | bool "TI DM6467 EVM" | 91 | bool "TI DM6467 EVM" |
92 | default ARCH_DAVINCI_DM646x | 92 | default ARCH_DAVINCI_DM646x |
93 | depends on ARCH_DAVINCI_DM646x | 93 | depends on ARCH_DAVINCI_DM646x |
94 | select MACH_DAVINCI_DM6467TEVM | ||
94 | help | 95 | help |
95 | Configure this option to specify the whether the board used | 96 | Configure this option to specify the whether the board used |
96 | for development is a DM6467 EVM | 97 | for development is a DM6467 EVM |
97 | 98 | ||
99 | config MACH_DAVINCI_DM6467TEVM | ||
100 | bool | ||
101 | |||
98 | config MACH_DAVINCI_DM365_EVM | 102 | config MACH_DAVINCI_DM365_EVM |
99 | bool "TI DM365 EVM" | 103 | bool "TI DM365 EVM" |
100 | default ARCH_DAVINCI_DM365 | 104 | default ARCH_DAVINCI_DM365 |