ARM: 8273/1: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XX
authorDaniel Thompson <daniel.thompson@linaro.org>
Fri, 9 Jan 2015 17:34:12 +0000 (18:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 21 Jan 2015 15:49:41 +0000 (15:49 +0000)
commitd02fde7fc06a6ff88a9b4495712e31d54be01a4b
tree7c317da9c8ca99b2e64922ab6e345a071ad1da84
parent4d31e66412955b20081d6966c271a71d4abcefd7
ARM: 8273/1: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XX

On EP93XX uncompress.h uses CONFIG_DEBUG_UART_PHYS instead of a hard
coded serial port. This means the build breaks when DEBUG_LL
(and DEBUG_LL_UART_PL01X) is not enabled.

This is fixed by adding a new dependency.

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug