Kconfig (e38d92fdcd04c79d28679682f63a83487c4c4c05) Kconfig (0b0c4c2a6974eae7b96066cb0da35b526fe58468)
1if ARCH_DAVINCI
2
1if ARCH_DAVINCI
2
3config AINTC
4 bool
5
3config CP_INTC
4 bool
5
6menu "TI DaVinci Implementations"
7
8comment "DaVinci Core Type"
9
10config ARCH_DAVINCI_DM644x
11 bool "DaVinci 644x based system"
6config CP_INTC
7 bool
8
9menu "TI DaVinci Implementations"
10
11comment "DaVinci Core Type"
12
13config ARCH_DAVINCI_DM644x
14 bool "DaVinci 644x based system"
15 select AINTC
12
13config ARCH_DAVINCI_DM355
14 bool "DaVinci 355 based system"
16
17config ARCH_DAVINCI_DM355
18 bool "DaVinci 355 based system"
19 select AINTC
15
16config ARCH_DAVINCI_DM646x
17 bool "DaVinci 646x based system"
20
21config ARCH_DAVINCI_DM646x
22 bool "DaVinci 646x based system"
23 select AINTC
18
19comment "DaVinci Board Type"
20
21config MACH_DAVINCI_EVM
22 bool "TI DM644x EVM"
23 default y
24 depends on ARCH_DAVINCI_DM644x
25 help

--- 76 unchanged lines hidden ---
24
25comment "DaVinci Board Type"
26
27config MACH_DAVINCI_EVM
28 bool "TI DM644x EVM"
29 default y
30 depends on ARCH_DAVINCI_DM644x
31 help

--- 76 unchanged lines hidden ---