Kconfig (d9c5841e22231e4e49fd0a1004164e6fce59b7a6) | Kconfig (b722049d7e60356fe04bcac6065a7c8b1c64c06f) |
---|---|
1if ARCH_DAVINCI 2 3config AINTC 4 bool 5 6config CP_INTC 7 bool 8 9config ARCH_DAVINCI_DMx | 1if ARCH_DAVINCI 2 3config AINTC 4 bool 5 6config CP_INTC 7 bool 8 9config ARCH_DAVINCI_DMx |
10 select CPU_ARM926T |
|
10 bool 11 12menu "TI DaVinci Implementations" 13 14comment "DaVinci Core Type" 15 16config ARCH_DAVINCI_DM644x 17 bool "DaVinci 644x based system" --- 18 unchanged lines hidden (view full) --- 36 37config ARCH_DAVINCI_DA850 38 bool "DA850/OMAP-L138 based system" 39 select CP_INTC 40 select ARCH_DAVINCI_DA8XX 41 select ARCH_HAS_CPUFREQ 42 43config ARCH_DAVINCI_DA8XX | 11 bool 12 13menu "TI DaVinci Implementations" 14 15comment "DaVinci Core Type" 16 17config ARCH_DAVINCI_DM644x 18 bool "DaVinci 644x based system" --- 18 unchanged lines hidden (view full) --- 37 38config ARCH_DAVINCI_DA850 39 bool "DA850/OMAP-L138 based system" 40 select CP_INTC 41 select ARCH_DAVINCI_DA8XX 42 select ARCH_HAS_CPUFREQ 43 44config ARCH_DAVINCI_DA8XX |
45 select CPU_ARM926T |
|
44 bool 45 46config ARCH_DAVINCI_DM365 47 bool "DaVinci 365 based system" 48 select AINTC 49 select ARCH_DAVINCI_DMx 50 51comment "DaVinci Board Type" --- 162 unchanged lines hidden --- | 46 bool 47 48config ARCH_DAVINCI_DM365 49 bool "DaVinci 365 based system" 50 select AINTC 51 select ARCH_DAVINCI_DMx 52 53comment "DaVinci Board Type" --- 162 unchanged lines hidden --- |