zephyr/drivers/serial
Daniel Leung e369cb85a6 serial: minor kconfig semantic changes
() Adds some comment to divide config options for easier
   visual navigation.
() Put config under submenus to make all driver options
   consistent with each other.

Change-Id: Ia219c5283e4fa394adf8b0ac03577a0fd033ec1c
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-17 21:05:11 +00:00
..
Kconfig serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.atmel_sam3 serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.k20 serial/k20: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Kconfig.ns16550 uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
Kconfig.nsim uart/nsim: Make config for uart/nsim explicit 2016-02-05 20:24:57 -05:00
Kconfig.qmsi uart: qmsi: Add support for IRQ APIs 2016-03-11 23:55:13 +00:00
Kconfig.stellaris serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Makefile uart: Introduce QMSI shim driver 2016-03-11 23:54:59 +00:00
uart_atmel_sam3.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_k20.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_k20_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
uart_ns16550.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
uart_ns16550.h uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
uart_nsim.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
uart_qmsi.c drivers: Replace DEV_NO_SUPPORT by -ENODEV 2016-03-16 19:30:04 -04:00
uart_stellaris.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_stellaris.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00