aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc2378
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 13:56:21 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 13:56:21 +0000
commit58686d844f7dc2d098fe853ef6b48df850d0822c (patch)
tree0622029fef5305661e1a27dbc8a8d6b7db1cf79a /nuttx/configs/olimex-lpc2378
parent5119467c0f090b90cdbff4718c407cbd7d2be905 (diff)
downloadpx4-firmware-58686d844f7dc2d098fe853ef6b48df850d0822c.tar.gz
px4-firmware-58686d844f7dc2d098fe853ef6b48df850d0822c.tar.bz2
px4-firmware-58686d844f7dc2d098fe853ef6b48df850d0822c.zip
Shenzhou board is first to use ONLY Kconfig for configuration
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5114 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/olimex-lpc2378')
-rw-r--r--nuttx/configs/olimex-lpc2378/src/up_nsh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/olimex-lpc2378/src/up_nsh.c b/nuttx/configs/olimex-lpc2378/src/up_nsh.c
index d6b2445ca..9e3a0f695 100644
--- a/nuttx/configs/olimex-lpc2378/src/up_nsh.c
+++ b/nuttx/configs/olimex-lpc2378/src/up_nsh.c
@@ -61,19 +61,19 @@
/* PORT and SLOT number probably depend on the board configuration */
-#undef CONFIG_NSH_HAVEUSBDEV
-#undef CONFIG_NSH_HAVEMMCSD
+#undef NSH_HAVEUSBDEV
+#undef NSH_HAVEMMCSD
/* Can't support USB features if USB is not enabled */
#ifndef CONFIG_USBDEV
-# undef CONFIG_NSH_HAVEUSBDEV
+# undef NSH_HAVEUSBDEV
#endif
/* Can't support MMC/SD features if mountpoints are disabled */
#if defined(CONFIG_DISABLE_MOUNTPOINT)
-# undef CONFIG_NSH_HAVEMMCSD
+# undef NSH_HAVEMMCSD
#endif
#ifndef CONFIG_NSH_MMCSDMINOR