aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/Kconfig
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-06-09 16:28:44 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-08-26 03:56:58 -0400
commita46e9e403cf930c7a09f7732bba78b38ab14f067 (patch)
tree1a9077eefe3bf3fc4b9a909a4e95311eaaa64d45 /arch/arm/mach-davinci/Kconfig
parent37dd00956361528776d1dd76eb303a55b91fb23a (diff)
davinci: Adding DM365 entries to Makefile/Kconfig/defconfig
This patch does the following 1) Adds entries to davinci_all_defconfig for DM365 2) Adds entries to the Makefile for DM365 3) Adds entries for DM365 in the Kconfig Signed-off-by: Sandeep Paulraj <s-paulraj@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/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index b06cf85fd29..b16f5e31c08 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
25config ARCH_DAVINCI_DM365
26 bool "DaVinci 365 based system"
27 select AINTC
28 select ARCH_DAVINCI_DMx
29
25comment "DaVinci Board Type" 30comment "DaVinci Board Type"
26 31
27config MACH_DAVINCI_EVM 32config 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
70config 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
66config DAVINCI_MUX 79config DAVINCI_MUX
67 bool "DAVINCI multiplexing support" 80 bool "DAVINCI multiplexing support"