zephyr/samples/net
Gerard Marull-Paretas 61361e870b kconfig: remove redundant IEEE 802.15.4 defaults or selections
All IEEE 802.15.4 drivers are now automatically enabled if they are
'okay' in DT and all of its dependencies are 'y', including
CONFIG_IEEE802154. This means individual driver enablement is not
necessary anymore in Kconfig.defconfig files or samples/tests. Boards
need to still make sure any dependencies are enabled, e.g. SPI bus in
some cases.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-05 12:56:47 +02:00
..
capture samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
cloud samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
common
dhcpv4_client all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
dns_resolve all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
dsa all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
eth_native_posix samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
gptp all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
gsm_modem samples: net: gsm_modem: Update sample to remove use of DT_INST 2022-07-21 17:26:44 -05:00
ipv4_autoconf all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
lldp samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
lwm2m_client samples: net: lwm2m_client: Updated RD client event handler 2022-08-04 13:42:55 +02:00
mdns_responder all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
mqtt_publisher samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
openthread/coprocessor samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
promiscuous_mode all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
sockets kconfig: remove redundant IEEE 802.15.4 defaults or selections 2022-08-05 12:56:47 +02:00
stats samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
syslog_net logging: Remove logging v1 from the logging 2022-06-16 10:51:15 -04:00
telnet all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
virtual all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
vlan samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
wifi samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
wpan_serial kconfig: remove redundant IEEE 802.15.4 defaults or selections 2022-08-05 12:56:47 +02:00
wpanusb samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
zperf samples: net: zperf: Fix format specificer missmatch 2022-07-18 13:18:56 +00:00
net.rst