Skip to content

Commit

Permalink
Davinci: allow SOCs based on other ARM CPUs
Browse files Browse the repository at this point in the history
Preliminary modification prior to adding support for TNETV107X based on
ARM1176.  This change allows for CPUs other than ARM926T to be used for Davinci
derivative SoCs.  Existing devices (DA8x and DMx) operate unchanged.

Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
  • Loading branch information
Cyril Chemparathy authored and Kevin Hilman committed May 6, 2010
1 parent 9c0a342 commit b722049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ config ARCH_NOMADIK

config ARCH_DAVINCI
bool "TI DaVinci"
select CPU_ARM926T
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
select GENERIC_GPIO
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-davinci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config CP_INTC
bool

config ARCH_DAVINCI_DMx
select CPU_ARM926T
bool

menu "TI DaVinci Implementations"
Expand Down Expand Up @@ -41,6 +42,7 @@ config ARCH_DAVINCI_DA850
select ARCH_HAS_CPUFREQ

config ARCH_DAVINCI_DA8XX
select CPU_ARM926T
bool

config ARCH_DAVINCI_DM365
Expand Down

0 comments on commit b722049

Please sign in to comment.