zephyr/samples/bluetooth
Andrzej Głąbek 97b07b943a drivers/serial/Kconfig.nrfx: Choose driver type basing on DT compatible
Remove prompts from Kconfig options `UART_x_NRF_UART*` that select
the type of nrfx driver (for UART or UARTE peripheral) to be used
for a given instance. This prevents the options from being modified
from configuration files.
Instead, make one of these options selected by default according to the
"compatible" property set for the corresponding UART node in devicetree.

This eliminates the need of changing both the "compatible" property in
devicetree and the Kconfig option selecting the driver type when a user
wants to switch between UART and UARTE for a given instance.

Since all `UART_x_NRF_UART*` options are made "hidden" by this commit,
all their occurrences in configuration files are removed.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-04-03 14:47:32 +02:00
..
beacon samples: bluetooth: beacon: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
central samples: bluetooth: central: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
central_hr samples: bluetooth: central_hr: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
eddystone samples: bluetooth: eddystone: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
handsfree cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
hci_pwr_ctrl cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
hci_rpmsg cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
hci_spi drivers/spi/Kconfig.nrfx: Choose driver type basing on DT compatible 2020-04-03 14:47:32 +02:00
hci_uart drivers/serial/Kconfig.nrfx: Choose driver type basing on DT compatible 2020-04-03 14:47:32 +02:00
hci_usb cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
ibeacon samples: bluetooth: ibeacon: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
ipsp samples: bluetooth: ipsp: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
mesh samples: bluetooth: mesh: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
mesh_demo samples: bluetooth: mesh_demo: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
mesh_provisioner cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
peripheral Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_csc Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_dis samples: bluetooth: peripheral_dis: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
peripheral_esp Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_hids samples: bluetooth: peripheral_hids: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
peripheral_hr Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_ht Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_sc_only samples: bluetooth: peripheral_sc_only: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
scan_adv samples: bluetooth: scan_adv: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
st_ble_sensor cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
bluetooth.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00