diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-04-29 20:44:58 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-26 10:18:15 -0400 |
commit | e38d92fdcd04c79d28679682f63a83487c4c4c05 (patch) | |
tree | b48a7614aca3793440cdd995d6eb5c25a8a9ba86 /arch/arm/mach-davinci/Kconfig | |
parent | 95a3477fe57e0669dcb531516f2930fe1cf27e6b (diff) |
davinci: DM646x: add base SoC and board support
Add support for DM646x SoC (a.k.a DaVinci HD) and its Evalution
Module (EVM.)
Original support done by Sudhakar Rajashekhara.
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 1c3ab40e2b6c..d7614a0ab2f4 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -13,6 +13,9 @@ config ARCH_DAVINCI_DM644x | |||
13 | config ARCH_DAVINCI_DM355 | 13 | config ARCH_DAVINCI_DM355 |
14 | bool "DaVinci 355 based system" | 14 | bool "DaVinci 355 based system" |
15 | 15 | ||
16 | config ARCH_DAVINCI_DM646x | ||
17 | bool "DaVinci 646x based system" | ||
18 | |||
16 | comment "DaVinci Board Type" | 19 | comment "DaVinci Board Type" |
17 | 20 | ||
18 | config MACH_DAVINCI_EVM | 21 | config MACH_DAVINCI_EVM |
@@ -47,6 +50,15 @@ config MACH_DM355_LEOPARD | |||
47 | Configure this option to specify the whether the board used | 50 | Configure this option to specify the whether the board used |
48 | for development is a DM355 Leopard board. | 51 | for development is a DM355 Leopard board. |
49 | 52 | ||
53 | config MACH_DAVINCI_DM6467_EVM | ||
54 | bool "TI DM6467 EVM" | ||
55 | default n | ||
56 | depends on ARCH_DAVINCI_DM646x | ||
57 | help | ||
58 | Configure this option to specify the whether the board used | ||
59 | for development is a DM6467 EVM | ||
60 | |||
61 | |||
50 | config DAVINCI_MUX | 62 | config DAVINCI_MUX |
51 | bool "DAVINCI multiplexing support" | 63 | bool "DAVINCI multiplexing support" |
52 | depends on ARCH_DAVINCI | 64 | depends on ARCH_DAVINCI |