zephyr/configs
Daniel Leung 728d91d598 serial/ns16550: refactor (again) to conform to driver model
() Renames ns16550.c to uart_ns16550.c. This is to follow
   the driver naming convention.
() Renames functions ns16550_uart_*() to uart_ns16550_*(),
   following driver naming convention.
() UART ports initialization is moved into the driver itself.
   All the init code in platform config files is removed.
() Adds (many) Kconfig options. These don't have to be defined
   in each platform's board.h anymore.
() Renames CONFIG_NS16550_* to CONFIG_UART_NS16550_*
() Disable NS16550 for ARC as no port is defined anyway.

Change-Id: I76bbe25b9bc75eb62df81e533f84f4f63a5257b7
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:56 -05:00
..
arduino_101_defconfig serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
basic_atom_defconfig serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
basic_cortex_m3_defconfig kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
basic_minuteia_defconfig serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
fsl_frdm_k64f_defconfig kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
galileo_defconfig serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
generic_arc_defconfig serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
quark_d2000_defconfig serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
quark_se_defconfig serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
quark_se_ss_defconfig quark_se_ss: rename platform and remove arc suffix 2016-02-05 20:24:54 -05:00