zephyr/drivers/serial
Daniel Leung 2a29e22c2f serial/k20: remove base addr, irq and clk freq from kconfig
The UART port base address, IRQ line and clock frequency are static
per SoC, so there is no need to make them configurable in Kconfig.

Change-Id: I79b142414143bc5ef585d3136a00375233de1723
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-26 20:36:32 -04:00
..
Kconfig serial/stm32: add driver for STM32 UART 2016-03-18 20:20:28 +01:00
Kconfig.atmel_sam3 serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.k20 serial/k20: remove base addr, irq and clk freq from kconfig 2016-03-26 20:36:32 -04:00
Kconfig.ns16550
Kconfig.nsim
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
Kconfig.stm32 serial/stm32: add support for IRQ APIs 2016-03-18 20:52:00 +00:00
Makefile serial/stm32: add driver for STM32 UART 2016-03-18 20:20:28 +01:00
uart_atmel_sam3.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_k20_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
uart_k20.c serial/k20: remove base addr, irq and clk freq from kconfig 2016-03-26 20:36:32 -04:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_ns16550.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
uart_ns16550.h
uart_nsim.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
uart_qmsi.c uart: Enable QMSI driver for Quark D2000 2016-03-18 23:33:06 +00: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
uart_stm32.c serial/stm32: add support for IRQ APIs 2016-03-18 20:52:00 +00:00
uart_stm32.h serial/stm32: add support for IRQ APIs 2016-03-18 20:52:00 +00:00