Fix some errors in the last Kconfig files checked in

This commit is contained in:
Gregory Nutt 2014-02-18 14:57:12 -06:00
parent c4f50c4cd9
commit 39c981668d

View File

@ -12,20 +12,19 @@ config EXAMPLES_UIP
if EXAMPLES_UIP if EXAMPLES_UIP
config EXAMPLES_UIP_IPADDR config EXAMPLES_UIP_IPADDR
int "Device IP" hex "Device IP"
default 0x0a000002 default 0x0a000002
---help--- ---help---
This is the IP address of your board. This is the IP address of your board.
config EXAMPLES_UIP_DRIPADDR config EXAMPLES_UIP_DRIPADDR
int "Default Router IP" hex "Default Router IP"
default 0x0a000001 default 0x0a000001
---help--- ---help---
This is the IP address of your router/gateway. This is the IP address of your router/gateway.
config EXAMPLES_UIP_NETMASK config EXAMPLES_UIP_NETMASK
int "Network Mask" hex "Network Mask"
default 0xffffff00 default 0xffffff00
---help--- ---help---
This is the network mask to use on this device. This is the network mask to use on this device.