diff options
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index a9c78bc72b84..be747f5c6cd8 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -1,11 +1,26 @@ | |||
1 | if ARCH_DAVINCI | 1 | if ARCH_DAVINCI |
2 | 2 | ||
3 | config AINTC | ||
4 | bool | ||
5 | |||
6 | config CP_INTC | ||
7 | bool | ||
8 | |||
3 | menu "TI DaVinci Implementations" | 9 | menu "TI DaVinci Implementations" |
4 | 10 | ||
5 | comment "DaVinci Core Type" | 11 | comment "DaVinci Core Type" |
6 | 12 | ||
7 | config ARCH_DAVINCI_DM644x | 13 | config ARCH_DAVINCI_DM644x |
8 | bool "DaVinci 644x based system" | 14 | bool "DaVinci 644x based system" |
15 | select AINTC | ||
16 | |||
17 | config ARCH_DAVINCI_DM355 | ||
18 | bool "DaVinci 355 based system" | ||
19 | select AINTC | ||
20 | |||
21 | config ARCH_DAVINCI_DM646x | ||
22 | bool "DaVinci 646x based system" | ||
23 | select AINTC | ||
9 | 24 | ||
10 | comment "DaVinci Board Type" | 25 | comment "DaVinci Board Type" |
11 | 26 | ||
@@ -17,6 +32,34 @@ config MACH_DAVINCI_EVM | |||
17 | Configure this option to specify the whether the board used | 32 | Configure this option to specify the whether the board used |
18 | for development is a DM644x EVM | 33 | for development is a DM644x EVM |
19 | 34 | ||
35 | config MACH_SFFSDR | ||
36 | bool "Lyrtech SFFSDR" | ||
37 | depends on ARCH_DAVINCI_DM644x | ||
38 | help | ||
39 | Say Y here to select the Lyrtech Small Form Factor | ||
40 | Software Defined Radio (SFFSDR) board. | ||
41 | |||
42 | config MACH_DAVINCI_DM355_EVM | ||
43 | bool "TI DM355 EVM" | ||
44 | depends on ARCH_DAVINCI_DM355 | ||
45 | help | ||
46 | Configure this option to specify the whether the board used | ||
47 | for development is a DM355 EVM | ||
48 | |||
49 | config MACH_DM355_LEOPARD | ||
50 | bool "DM355 Leopard board" | ||
51 | depends on ARCH_DAVINCI_DM355 | ||
52 | help | ||
53 | Configure this option to specify the whether the board used | ||
54 | for development is a DM355 Leopard board. | ||
55 | |||
56 | config MACH_DAVINCI_DM6467_EVM | ||
57 | bool "TI DM6467 EVM" | ||
58 | depends on ARCH_DAVINCI_DM646x | ||
59 | help | ||
60 | Configure this option to specify the whether the board used | ||
61 | for development is a DM6467 EVM | ||
62 | |||
20 | 63 | ||
21 | config DAVINCI_MUX | 64 | config DAVINCI_MUX |
22 | bool "DAVINCI multiplexing support" | 65 | bool "DAVINCI multiplexing support" |