-
CONFIG_NET_L2_PPP_MAX_OPTIONS
¶
Maximum number of options supported
Type: int
Help¶
How many options we support. This is used to allocate space for each option. The default (8) is a reasonably small value.
Default¶
8
Kconfig definition¶
At subsys/net/l2/ppp/Kconfig:51
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:22
→ subsys/net/Kconfig:78
→ subsys/net/l2/Kconfig:71
Menu path: (Top) → Networking → Link layer and IP networking support → Link layer options → Enable point-to-point (PPP) support [EXPERIMENTAL]
config NET_L2_PPP_MAX_OPTIONS int "Maximum number of options supported" range 0 16 default 8 depends onNET_L2_PPP
&&NETWORKING
help How many options we support. This is used to allocate space for each option. The default (8) is a reasonably small value.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)