diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-06-10 11:27:13 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-06-17 18:35:34 -0400 |
commit | 828989ad87af15b555f783a70efa2cc526b35b3f (patch) | |
tree | 178e06ab05b8d0ec2dd34d1455a004663e341bf9 /arch/arm/Kconfig.debug | |
parent | d5e9fe8462d3f596a420cc1a25a01928777f139b (diff) |
ARM: keystone: Add minimal TI Keystone platform support
Texas Instruments Keystone family of multi-core devices are
based on ARM Cortex A15. Patch adds basic definitions for a
new Keystone sub-architecture in ARM.
The TCI66xxK2H Communications Infrastructure Keystone SoCs
are member of the C66x family based on TI's new KeyStone 2
multi-core SoC Architecture designed specifically for high
performance wireless and networking infrastructure applications.
The SOCs contains many subsystems like Cortex A15 ARM CorePacs,
C66XX DSP CorePacs, MSMC memory controller, Tera Net bus,
IP Network, Navigator, Hyperlink, 1G/10G Ethernet, Radio layers
and queue based communication systems.
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: arm@kernel.org
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 1d41908d5cda..62e7f95c6643 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -251,6 +251,20 @@ choice | |||
251 | Say Y here if you want kernel low-level debugging support | 251 | Say Y here if you want kernel low-level debugging support |
252 | on i.MX6Q/DL. | 252 | on i.MX6Q/DL. |
253 | 253 | ||
254 | config DEBUG_KEYSTONE_UART0 | ||
255 | bool "Kernel low-level debugging on KEYSTONE2 using UART0" | ||
256 | depends on ARCH_KEYSTONE | ||
257 | help | ||
258 | Say Y here if you want the debug print routines to direct | ||
259 | their output to UART0 serial port on KEYSTONE2 devices. | ||
260 | |||
261 | config DEBUG_KEYSTONE_UART1 | ||
262 | bool "Kernel low-level debugging on KEYSTONE2 using UART1" | ||
263 | depends on ARCH_KEYSTONE | ||
264 | help | ||
265 | Say Y here if you want the debug print routines to direct | ||
266 | their output to UART1 serial port on KEYSTONE2 devices. | ||
267 | |||
254 | config DEBUG_MMP_UART2 | 268 | config DEBUG_MMP_UART2 |
255 | bool "Kernel low-level debugging message via MMP UART2" | 269 | bool "Kernel low-level debugging message via MMP UART2" |
256 | depends on ARCH_MMP | 270 | depends on ARCH_MMP |
@@ -632,6 +646,8 @@ config DEBUG_LL_INCLUDE | |||
632 | DEBUG_IMX51_UART || \ | 646 | DEBUG_IMX51_UART || \ |
633 | DEBUG_IMX53_UART ||\ | 647 | DEBUG_IMX53_UART ||\ |
634 | DEBUG_IMX6Q_UART | 648 | DEBUG_IMX6Q_UART |
649 | default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \ | ||
650 | DEBUG_KEYSTONE_UART1 | ||
635 | default "debug/mvebu.S" if DEBUG_MVEBU_UART | 651 | default "debug/mvebu.S" if DEBUG_MVEBU_UART |
636 | default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART | 652 | default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART |
637 | default "debug/nomadik.S" if DEBUG_NOMADIK_UART | 653 | default "debug/nomadik.S" if DEBUG_NOMADIK_UART |