[armel/orion5x] Enable CONFIG_DEBUG_LL_UART_8250.

As suggested in #803159 by Roger Shimizu.

Do not enable CONFIG_DEBUG_ICEDCC.
This commit is contained in:
Ian Campbell 2015-11-06 15:20:56 +00:00
parent cb4af0fef2
commit 2092e551e2
2 changed files with 9 additions and 0 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
[ Ian Campbell ]
* [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu
(Closes: #803159)
* [armel/orion5x] Enable CONFIG_DEBUG_LL_UART_8250.
-- Ben Hutchings <ben@decadent.org.uk> Sat, 07 Nov 2015 14:18:48 +0000

View File

@ -15,6 +15,14 @@ CONFIG_CMDLINE=""
CONFIG_ATAGS_PROC=y
CONFIG_VFP=y
##
## file: arch/arm/Kconfig.debug
##
## choice: Kernel low-level debugging port
# CONFIG_DEBUG_ICEDCC is not set
CONFIG_DEBUG_LL_UART_8250=y
## end choice
##
## file: arch/arm/mach-imx/Kconfig
##