zephyr/samples/bluetooth
Andrzej Głąbek cb0cb3f2e8 drivers/spi/Kconfig.nrfx: Choose driver type basing on DT compatible
Remove prompts from Kconfig options `SPI_x_NRF_SPI*` that select the
type of nrfx driver (for SPI, SPIM, or SPIS peripheral) to be used
for a given instance. This prevents the options from being modified
in configuration files.
Instead, make one of these options selected by default according to the
"compatible" property set for the corresponding SPI 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 SPI, SPIM, and SPIS for a given instance.

Since all `SPI_x_NRF_SPI*` 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
central
central_hr
eddystone
handsfree
hci_pwr_ctrl
hci_rpmsg
hci_spi drivers/spi/Kconfig.nrfx: Choose driver type basing on DT compatible 2020-04-03 14:47:32 +02:00
hci_uart
hci_usb
ibeacon
ipsp
mesh
mesh_demo
mesh_provisioner
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
peripheral_esp Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_hids
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
scan_adv
st_ble_sensor
bluetooth.rst