This defconfig already enables DEBUG_LL and by default DEBUG_LL_UART_NONE will be selected (but due to some back compatibility magic we eventually need to remove it is not actually honoured). DEBUG_LL_UART_8250 is a much saner default.
Signed-off-by: Daniel Thompson daniel.thompson@linaro.org --- arch/arm/configs/ixp4xx_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig index 1af665e..24636cf 100644 --- a/arch/arm/configs/ixp4xx_defconfig +++ b/arch/arm/configs/ixp4xx_defconfig @@ -202,3 +202,4 @@ CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_ERRORS=y CONFIG_DEBUG_LL=y +CONFIG_DEBUG_LL_UART_8250=y