summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-29 16:57:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-29 16:57:06 -0600
commit356deb76216e0226ec205833975e6097cdf458ae (patch)
tree1b8f3b8cf752aa019c6cb2ee363112f3907fb07e /nuttx/arch/Kconfig
parent3e5f4e594f86b5617dcbea5eeefa73ec314c2a3a (diff)
downloadnuttx-356deb76216e0226ec205833975e6097cdf458ae.tar.gz
nuttx-356deb76216e0226ec205833975e6097cdf458ae.tar.bz2
nuttx-356deb76216e0226ec205833975e6097cdf458ae.zip
Minor changes while pondering a camera interface
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index 2c81f17ca..37b3e4d1a 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -296,5 +296,5 @@ config FLASH_SIZE
The size in bytes of the installed boot FLASH. "Boot" FLASH
refers to the FLASH that you link program code into.
-endif
-endmenu
+endif # BOOT_RUNFROMFLASH && ARCH_HAVE_MMU
+endmenu # Boot Memory Configuration