menuconfig SYSTEMCMDS_NETMAN
	bool "netman"
	default n
	depends on PLATFORM_NUTTX
	---help---
		Enable support for netman

menuconfig USER_NETMAN
	bool "netman running as userspace module"
	default y
	depends on BOARD_PROTECTED && SYSTEMCMDS_NETMAN
	---help---
		Put netman in userspace memory

config NETMAN_FALLBACK_IPADDR
	hex "Fallback IPv4 address"
	default 0xA290A02
	depends on SYSTEMCMDS_NETMAN
	---help---
		If NETINIT_DHCPC is set, getting an IP from DHCP server is first attempted.
		If this fails, this IP address is used as a static fallback (default=10.41.10.2).
