zephyr/subsys/net/l2/ppp
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
CMakeLists.txt net: l2: ppp: add initial support for PAP authentication 2020-08-18 20:03:05 +03:00
fsm.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
ipcp.c net: ppp: ipcp: use dns_resolve_reconfigure() API 2021-04-29 08:00:09 -04:00
ipv6cp.c net: l2: ppp: support returning Conf-Nak on unsupported option values 2020-08-18 20:03:05 +03:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
lcp.c net: ppp: Properly terminate LCP state at modem side when closing down 2022-02-09 13:56:54 +01:00
link.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
misc.c ppp: add net events for PPP dead and running 2021-03-03 15:56:13 +02:00
network.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
options.c net: l2: ppp: support returning Conf-Nak on unsupported option values 2020-08-18 20:03:05 +03:00
pap.c net: l2: ppp: add initial support for PAP authentication 2020-08-18 20:03:05 +03:00
ppp_internal.h toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
ppp_l2.c net: ppp: Properly terminate LCP state at modem side when closing down 2022-02-09 13:56:54 +01:00
ppp_mgmt.c ppp: add net events for PPP dead and running 2021-03-03 15:56:13 +02:00
ppp_stats.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ppp_stats.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00