Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: lpc18xx: define low-level debug symbol for LPC18xx/43xx

Using a dedicated symbol for low-level debugging instead of the
arch symbol will make this platform play nice when enabled on a
kernel that supports multiple platforms.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Joachim Eastwood and committed by
Arnd Bergmann
0aed6a37 3143875f

+9 -1
+9 -1
arch/arm/Kconfig.debug
··· 433 433 Say Y here if you want kernel low-level debugging support 434 434 on KS8695. 435 435 436 + config DEBUG_LPC18XX_UART0 437 + bool "Kernel low-level debugging via LPC18xx/43xx UART0" 438 + depends on ARCH_LPC18XX 439 + select DEBUG_UART_8250 440 + help 441 + Say Y here if you want kernel low-level debugging support 442 + on NXP LPC18xx/43xx UART0. 443 + 436 444 config DEBUG_MESON_UARTAO 437 445 bool "Kernel low-level debugging via Meson6 UARTAO" 438 446 depends on ARCH_MESON ··· 1389 1381 default 0x20201000 if DEBUG_BCM2835 1390 1382 default 0x3e000000 if DEBUG_BCM_KONA_UART 1391 1383 default 0x4000e400 if DEBUG_LL_UART_EFM32 1392 - default 0x40081000 if ARCH_LPC18XX 1384 + default 0x40081000 if DEBUG_LPC18XX_UART0 1393 1385 default 0x40090000 if ARCH_LPC32XX 1394 1386 default 0x40100000 if DEBUG_PXA_UART1 1395 1387 default 0x42000000 if ARCH_GEMINI