zephyr/drivers/bluetooth/hci
Kumar Gala 8ce0cf0126 kconfig: Convert device tree chosen properties to new kconfigfunctions
Convert how we get the various chosen properties like "zephyr,console"
to use the new kconfig functions like dt_chosen_to_label.

Because of how kconfig parses things we define a set of variables of the
form DT_CHOSEN_Z_<PROP> since comma's are parsed as field seperators in
macros.

This conversion allows us to remove code in gen_defines.py for the
following chosen properties:

zephyr,console
zephyr,shell-uart
zephyr,bt-uart
zephyr,uart-pipe
zephyr,bt-mon-uart
zephyr,uart-mcumgr
zephyr,bt-c2h-uart

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-09-13 11:42:34 -05:00
..
CMakeLists.txt drivers/bluetooth/hci: Implement HCI driver for stm32wb 2019-06-03 09:38:19 -04:00
h4.c Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
h5.c Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
ipm_stm32wb.c Bluetooth: drivers: ipm_st32wb: Fix compilation 2019-07-09 21:35:44 +03:00
Kconfig kconfig: Convert device tree chosen properties to new kconfigfunctions 2019-09-13 11:42:34 -05:00
spi.c drivers: bluetooth: hci: spi: Handle when the buffer is empty 2019-07-04 09:22:18 -04:00
userchan.c Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00