Update Kconfig.

1. Add IPADDR/GWADDR etc;
2. Add Kconfig for libcpu.
This commit is contained in:
bernard
2017-10-31 09:54:23 +08:00
parent bc2abf69e2
commit 756bfcc5e2
3 changed files with 90 additions and 0 deletions
+14
View File
@@ -55,6 +55,20 @@ config RT_USING_LWIP
default n
endif
if !RT_LWIP_DHCP
config RT_LWIP_IPADDR
string "IPv4: IP address"
default 192.168.1.30
config RT_LWIP_GWADDR
string "IPv4: Gateway address"
default 192.168.1.1
config RT_LWIP_MSKADDR
string "IPv4: Mask address"
default 255.255.255.0
endif
config RT_LWIP_UDP
bool "UDP protocol"
default y