Skip to content

Commit 5cd9227

Browse files
ulfalizergalak
authored andcommitted
drivers: console: kconfig: Remove redundant 'depends on UART_MCUMGR'
Appears within an 'if UART_MCUMGR'. 'if FOO' is just shorthand for adding 'depends on FOO' to each item within the 'if'. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 8b5d73e commit 5cd9227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/console/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ config UART_MCUMGR
211211
data are handled by an application provided callback.
212212

213213
if UART_MCUMGR
214+
214215
config UART_MCUMGR_ON_DEV_NAME
215216
string "Device Name of UART Device for mcumgr UART"
216217
default "$(dt_str_val,DT_UART_MCUMGR_ON_DEV_NAME)" if HAS_DTS
217218
default "UART_0"
218-
depends on UART_MCUMGR
219219
help
220220
This option specifies the name of UART device to be used
221221
for mcumgr UART.

0 commit comments

Comments
 (0)