diff options
author | Olof Johansson <olof@lixom.net> | 2012-02-07 15:19:08 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-07 15:19:08 -0800 |
commit | e69128b947da0a2474447868f73c76311e2baedb (patch) | |
tree | 73f84e2a0e55bcda2e14d28b011c250a14203e0d /arch/arm/Kconfig.debug | |
parent | 0d167e0dd3e28ee5502a0e9f8d10c9730d35c5b7 (diff) | |
parent | 467f1cf504fbe8c50018c9b45ff465b379bc81f8 (diff) |
Merge branch 'at91-3.4-base+9x5' of git://github.com/at91linux/linux-at91 into next/soc
* 'at91-3.4-base+9x5' of git://github.com/at91linux/linux-at91:
ARM: at91/at91sam9x5: Device tree definition files
ARM: at91/at91sam9x5: SoC basic support
ARM: at91/at91sam9x5: Configuration and Makefile
ARM: at91/at91sam9x5: clock management for at91sam9x5 chip family
ARM: at91/at91sam9x5: PMC header file
ARM: at91/at91sam9x5: overall definition
ARM: at91: code removal of CAP9 SoC
Conflicts:
arch/arm/mach-at91/at91cap9.c
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 03646c4c13d..b895a2a92da 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -86,7 +86,7 @@ choice depends on HAVE_AT91_DBGU0 config AT91_DEBUG_LL_DBGU1 - bool "Kernel low-level debugging on 9263, 9g45 and cap9" + bool "Kernel low-level debugging on 9263 and 9g45" depends on HAVE_AT91_DBGU1 config DEBUG_CLPS711X_UART1 |