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/lpcxpresso-lpc1768/ostest/defconfig | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'nuttx/configs/lpcxpresso-lpc1768/ostest') diff --git a/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig b/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig index a808333ff..f58c78773 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig @@ -371,21 +371,21 @@ CONFIG_USBMSC_REMOVABLE=y # # Settings for examples/uip # -CONFIG_EXAMPLE_UIP_IPADDR=0x0a000002 -CONFIG_EXAMPLE_UIP_DRIPADDR=0x0a000001 -CONFIG_EXAMPLE_UIP_NETMASK=0xffffff00 -CONFIG_EXAMPLE_UIP_DHCPC=n +CONFIG_EXAMPLES_UIP_IPADDR=0x0a000002 +CONFIG_EXAMPLES_UIP_DRIPADDR=0x0a000001 +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=y -CONFIG_EXAMPLE_NETTEST_IPADDR=0x0a000002 -CONFIG_EXAMPLE_NETTEST_DRIPADDR=0x0a000001 -CONFIG_EXAMPLE_NETTEST_NETMASK=0xffffff00 -CONFIG_EXAMPLE_NETTEST_CLIENTIP=0x0a000001 +CONFIG_EXAMPLES_NETTEST_SERVER=n +CONFIG_EXAMPLES_NETTEST_PERFORMANCE=n +CONFIG_EXAMPLES_NETTEST_NOMAC=y +CONFIG_EXAMPLES_NETTEST_IPADDR=0x0a000002 +CONFIG_EXAMPLES_NETTEST_DRIPADDR=0x0a000001 +CONFIG_EXAMPLES_NETTEST_NETMASK=0xffffff00 +CONFIG_EXAMPLES_NETTEST_CLIENTIP=0x0a000001 # # Settings for examples/ostest -- cgit v1.2.3