summaryrefslogtreecommitdiff
path: root/apps/examples/nx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-02 10:33:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-02 10:33:57 -0600
commit872bef7d41462d36b81ddc8de82a2cde18eaf096 (patch)
treedcc012bbbf92ca5ffa9cf99208d17e6b7eb5fa59 /apps/examples/nx/Kconfig
parentb81b86e1f8c8a4aa0e3d85df8148152268f74260 (diff)
downloadnuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.tar.gz
nuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.tar.bz2
nuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.zip
Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
Diffstat (limited to 'apps/examples/nx/Kconfig')
-rw-r--r--apps/examples/nx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nx/Kconfig b/apps/examples/nx/Kconfig
index f636daf84..4dcc42579 100644
--- a/apps/examples/nx/Kconfig
+++ b/apps/examples/nx/Kconfig
@@ -70,7 +70,7 @@ config EXAMPLES_NX_DEFAULT_FONT
default y
config EXAMPLES_NX_FONTID
- bool "Font ID"
+ int "Font ID"
depends on !EXAMPLES_NX_DEFAULT_FONT
---help---
Selects the font (see font ID numbers in include/nuttx/nx/nxfonts.h)