zephyr/samples/net
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
..
cloud net: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
common
dhcpv4_client cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
dns_resolve cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
eth_native_posix cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
gptp samples: net: gptp: Remove Kconfig MAC address for sam_e70_xplained 2020-03-31 08:08:29 -05:00
gsm_modem drivers/serial/Kconfig.nrfx: Choose driver type basing on DT compatible 2020-04-03 14:47:32 +02:00
ipv4_autoconf cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
lldp cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
lwm2m_client samples: lwm2m_client: Convert to new DT_INST macros 2020-03-30 16:40:01 -05:00
mdns_responder cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
mqtt_publisher cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
openthread/ncp cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
promiscuous_mode cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sockets samples/net: Enable power management statistics for frdm k64f 2020-04-02 11:07:45 +03:00
stats cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
syslog_net cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
telnet cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
updatehub lib: updatehub: Fix buffer sizes 2020-03-30 16:54:29 +03:00
vlan cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
wifi samples: net: wifi: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
wpan_serial net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
wpanusb net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
zperf cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
net.rst