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 net: websocket: Add console support 2018-03-15 15:17:36 +02:00
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
ipm_console_receiver.c lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
ipm_console_sender.c
native_posix_console.c native: added stdin handling for shell 2018-02-02 07:48:46 -08:00
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_console: delete char using BS(08H) or DEL(7FH) 2018-05-29 16:21:55 -04:00
uart_mcumgr.c subsys: mgmt: UART transport for SMP (mcumgr). 2018-02-20 22:07:52 +01:00
uart_pipe.c uart_pipe: re-work the RX function to match the API and work with USB. 2018-04-21 08:37:54 -07:00
websocket_console.c net: websocket: Add console support 2018-03-15 15:17:36 +02:00
xtensa_sim_console.c