Davinci: allow SOCs based on other ARM CPUs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, May 19, 2010 - 1:03 pm

Gitweb:     http://git.kernel.org/linus/b722049d7e60356fe04bcac6065a7c8b1c64c06f
Commit:     b722049d7e60356fe04bcac6065a7c8b1c64c06f
Parent:     9c0a342c45b2d98209ac473ea7a429ddd5c1b473
Author:     Cyril Chemparathy <cyril@ti.com>
AuthorDate: Thu Mar 25 17:43:44 2010 -0400
Committer:  Kevin Hilman <khilman@deeprootsystems.com>
CommitDate: Thu May 6 15:02:03 2010 -0700

    Davinci: allow SOCs based on other ARM CPUs
    
    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>
---
 arch/arm/Kconfig              |    1 -
 arch/arm/mach-davinci/Kconfig |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 92622eb..1151d1a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -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
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 0ebe185..0316e20 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -7,6 +7,7 @@ config CP_INTC
 	bool
 
 config ARCH_DAVINCI_DMx
+	select CPU_ARM926T
 	bool
 
 menu "TI DaVinci Implementations"
@@ -41,6 +42,7 @@ config ARCH_DAVINCI_DA850
 	select ARCH_HAS_CPUFREQ
 
 config ARCH_DAVINCI_DA8XX
+	select CPU_ARM926T
 	bool
 
 config ARCH_DAVINCI_DM365
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Davinci: allow SOCs based on other ARM CPUs, Linux Kernel Mailing ..., (Wed May 19, 1:03 pm)