zephyr/drivers/console
Ulf Magnusson 0aedf8d2c5 drivers: console: Kconfig: Remove redundant 'default n' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-08 22:12:54 -04:00
..
CMakeLists.txt
ipm_console_receiver.c
ipm_console_sender.c
Kconfig drivers: console: Kconfig: Remove redundant 'default n' properties 2018-07-08 22:12:54 -04:00
Kconfig.telnet drivers: console: Kconfig: Remove redundant 'default n' properties 2018-07-08 22:12:54 -04:00
Kconfig.ws drivers: console: Kconfig: Remove redundant 'default n' properties 2018-07-08 22:12:54 -04:00
native_posix_console.c
ram_console.c
rtt_console.c drivers: console: rtt: RTT session awareness 2018-06-28 09:36:58 -05:00
telnet_console.c
telnet_protocol.h
uart_console.c
uart_mcumgr.c
uart_pipe.c
websocket_console.c
xtensa_sim_console.c