Skip to content

Commit ae4cc02

Browse files
bulwahnarndb
authored andcommitted
ARM: debug: remove references in DEBUG_UART_8250_SHIFT to removed configs
Commit 67d3928 ("ARM: omap1: remove unused board files") removes configs DEBUG_OMAP7XXUART{1,2,3}. The config DEBUG_UART_8250_SHIFT still refers to those removed configs. Remove those obsolete references. Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent b5018dd commit ae4cc02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/Kconfig.debug

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,8 +1782,7 @@ config DEBUG_UART_8250_SHIFT
17821782
int "Register offset shift for the 8250 debug UART"
17831783
depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250
17841784
default 0 if DEBUG_FOOTBRIDGE_COM1 || DEBUG_BCM_5301X || \
1785-
DEBUG_BCM_HR2 || DEBUG_OMAP7XXUART1 || DEBUG_OMAP7XXUART2 || \
1786-
DEBUG_OMAP7XXUART3
1785+
DEBUG_BCM_HR2
17871786
default 3 if DEBUG_MSTARV7_PMUART
17881787
default 2
17891788

0 commit comments

Comments
 (0)