Home
last modified time | relevance | path

Searched hist:"4 db22c1033ce240dd75237fe911375671c191224" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/
H A DKconfig.debugdiff 4db22c1033ce240dd75237fe911375671c191224 Thu Dec 03 17:54:05 CET 2015 Arnd Bergmann <arnd@arndb.de> ARM: debug-ll: rework integrator/versatile handling

Enabling one of the integrator platforms in a multiplatform kernel
while trying to use DEBUG_LL for another platform can default to
the wrong UART address, as the options are purely based on the
architecture being enabled or not.

This changes the logic to use the integrator default addresses only
if we have also picked the respective Kconfig symbols introduced
here. Versatile is not yet part of multiplatform, but hopefully
soon will be, so we do the same change for versatile as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>