diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-01-12 09:37:46 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-01 17:29:30 +0100 |
commit | ae4cc020379ac2a3e53ffcfdfc39453e1dc745fa (patch) | |
tree | 83c6aa8ce4bcd09b1c06088169b336384b753136 /arch/arm/Kconfig.debug | |
parent | b5018dd5aa7d3418755a758210c3195d9bd1c98e (diff) |
ARM: debug: remove references in DEBUG_UART_8250_SHIFT to removed configs
Commit 67d3928c3df5 ("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 <lukas.bulwahn@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 874551895181..86f423143185 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -1782,8 +1782,7 @@ config DEBUG_UART_8250_SHIFT int "Register offset shift for the 8250 debug UART" depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250 default 0 if DEBUG_FOOTBRIDGE_COM1 || DEBUG_BCM_5301X || \ - DEBUG_BCM_HR2 || DEBUG_OMAP7XXUART1 || DEBUG_OMAP7XXUART2 || \ - DEBUG_OMAP7XXUART3 + DEBUG_BCM_HR2 default 3 if DEBUG_MSTARV7_PMUART default 2 |