mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 01:52:32 +00:00
The $srctree environment variable is already set to point to the Zephyr root, so no need to do source "$(ZEPHYR_BASE)/Kconfig.zephyr" in samples. Just source "Kconfig.zephyr" works. (Things would break if $srctree was set to anything else, because every 'source' in the Kconfig files will be relative to it.) Also add a 'mainmenu' title to the littlefs sample. It shows up at the top of menuconfig/guiconfig. Source Kconfig.zephyr instead of Kconfig to avoid overriding it. As a sidenote, $(FOO) is better $FOO in Kconfig. $FOO is legacy syntax that Kconfiglib only supports to be compatible with old Linux kernels. $(FOO) uses the Kconfig preprocessor. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
cloud | ||
common | ||
dhcpv4_client | ||
dns_resolve | ||
eth_native_posix | ||
gptp | ||
ipv4_autoconf | ||
lldp | ||
lwm2m_client | ||
mdns_responder | ||
mqtt_publisher | ||
nats | ||
promiscuous_mode | ||
sockets | ||
stats | ||
syslog_net | ||
telnet | ||
updatehub | ||
vlan | ||
wifi | ||
wpan_serial | ||
wpanusb | ||
zperf | ||
net.rst |