diff options
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 0d8ad593a463..1c3ab40e2b6c 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -10,6 +10,9 @@ comment "DaVinci Core Type" | |||
10 | config ARCH_DAVINCI_DM644x | 10 | config ARCH_DAVINCI_DM644x |
11 | bool "DaVinci 644x based system" | 11 | bool "DaVinci 644x based system" |
12 | 12 | ||
13 | config ARCH_DAVINCI_DM355 | ||
14 | bool "DaVinci 355 based system" | ||
15 | |||
13 | comment "DaVinci Board Type" | 16 | comment "DaVinci Board Type" |
14 | 17 | ||
15 | config MACH_DAVINCI_EVM | 18 | config MACH_DAVINCI_EVM |
@@ -28,6 +31,22 @@ config MACH_SFFSDR | |||
28 | Say Y here to select the Lyrtech Small Form Factor | 31 | Say Y here to select the Lyrtech Small Form Factor |
29 | Software Defined Radio (SFFSDR) board. | 32 | Software Defined Radio (SFFSDR) board. |
30 | 33 | ||
34 | config MACH_DAVINCI_DM355_EVM | ||
35 | bool "TI DM355 EVM" | ||
36 | default n | ||
37 | depends on ARCH_DAVINCI_DM355 | ||
38 | help | ||
39 | Configure this option to specify the whether the board used | ||
40 | for development is a DM355 EVM | ||
41 | |||
42 | config MACH_DM355_LEOPARD | ||
43 | bool "DM355 Leopard board" | ||
44 | default n | ||
45 | depends on ARCH_DAVINCI_DM355 | ||
46 | help | ||
47 | Configure this option to specify the whether the board used | ||
48 | for development is a DM355 Leopard board. | ||
49 | |||
31 | config DAVINCI_MUX | 50 | config DAVINCI_MUX |
32 | bool "DAVINCI multiplexing support" | 51 | bool "DAVINCI multiplexing support" |
33 | depends on ARCH_DAVINCI | 52 | depends on ARCH_DAVINCI |