From d0c91546343d545c11c10f7d29d1c06175c1109a Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 4 Oct 2012 17:36:07 +0000 Subject: Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/nsh2/defconfig | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'nuttx/configs/sim/nsh2/defconfig') diff --git a/nuttx/configs/sim/nsh2/defconfig b/nuttx/configs/sim/nsh2/defconfig index f6f36bf51..787e388c7 100644 --- a/nuttx/configs/sim/nsh2/defconfig +++ b/nuttx/configs/sim/nsh2/defconfig @@ -250,21 +250,21 @@ CONFIG_NX_MXCLIENTMSGS=16 # # Settings for examples/uip # -CONFIG_EXAMPLE_UIP_IPADDR=0xc0a80080 -CONFIG_EXAMPLE_UIP_DRIPADDR=0xc0a80001 -CONFIG_EXAMPLE_UIP_NETMASK=0xffffff00 -CONFIG_EXAMPLE_UIP_DHCPC=n +CONFIG_EXAMPLES_UIP_IPADDR=0xc0a80080 +CONFIG_EXAMPLES_UIP_DRIPADDR=0xc0a80001 +CONFIG_EXAMPLES_UIP_NETMASK=0xffffff00 +CONFIG_EXAMPLES_UIP_DHCPC=n # # Settings for examples/nettest # -CONFIG_EXAMPLE_NETTEST_SERVER=n -CONFIG_EXAMPLE_NETTEST_PERFORMANCE=n -CONFIG_EXAMPLE_NETTEST_NOMAC=n -CONFIG_EXAMPLE_NETTEST_IPADDR=0xc0a80080 -CONFIG_EXAMPLE_NETTEST_DRIPADDR=0xc0a80001 -CONFIG_EXAMPLE_NETTEST_NETMASK=0xffffff00 -CONFIG_EXAMPLE_NETTEST_CLIENTIP=0xc0a8006a +CONFIG_EXAMPLES_NETTEST_SERVER=n +CONFIG_EXAMPLES_NETTEST_PERFORMANCE=n +CONFIG_EXAMPLES_NETTEST_NOMAC=n +CONFIG_EXAMPLES_NETTEST_IPADDR=0xc0a80080 +CONFIG_EXAMPLES_NETTEST_DRIPADDR=0xc0a80001 +CONFIG_EXAMPLES_NETTEST_NETMASK=0xffffff00 +CONFIG_EXAMPLES_NETTEST_CLIENTIP=0xc0a8006a # # Settings for examples/ostest -- cgit v1.2.3