diff options
author | Sudhakar Rajashekhara <sudhakar.raj@ti.com> | 2009-07-16 06:41:54 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 11:55:44 +0300 |
commit | e1a8d7e2ea7c971f750b1adf0e98c3c8ed002623 (patch) | |
tree | 035752147d0d2ab84dac1a36e98015ed59d5f749 /arch/arm/mach-davinci/Kconfig | |
parent | efd911814e303e00e6ed44e747b113a8644efede (diff) | |
download | blackbird-obmc-linux-e1a8d7e2ea7c971f750b1adf0e98c3c8ed002623.tar.gz blackbird-obmc-linux-e1a8d7e2ea7c971f750b1adf0e98c3c8ed002623.zip |
davinci: Add base DA850/OMAP-L138 SoC support
The DA850/OMAP-L138 is a new SoC from TI in the same family as
DA830/OMAP-L137.
Major changes include better support for power management,
support for SATA devices and McBSP (same IP as DM644x).
DA850/OMAP-L138 documents are available at
http://focus.ti.com/docs/prod/folders/print/omap-l138.html.
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 646c569b75e7..1ee438ea9798 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -33,6 +33,11 @@ config ARCH_DAVINCI_DA830 select CP_INTC select ARCH_DAVINCI_DA8XX +config ARCH_DAVINCI_DA850 + bool "DA850/OMAP-L138 based system" + select CP_INTC + select ARCH_DAVINCI_DA8XX + config ARCH_DAVINCI_DA8XX bool |