From 872bef7d41462d36b81ddc8de82a2cde18eaf096 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 2 Jun 2013 10:33:57 -0600 Subject: 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 --- apps/examples/nxtext/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/nxtext') diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig index 6b220b2a2..d7c6d507a 100644 --- a/apps/examples/nxtext/Kconfig +++ b/apps/examples/nxtext/Kconfig @@ -100,14 +100,14 @@ config EXAMPLES_NXTEXT_DEFAULT_FONT if !EXAMPLES_NXTEXT_DEFAULT_FONT config EXAMPLES_NXTEXT_BGFONTID - bool "Background font ID" + int "Background font ID" default 0 ---help--- Selects the font used in the background window (see font ID numbers in include/nuttx/nx/nxfonts.h) config EXAMPLES_NXTEXT_PUFONTID - bool "Pop-up font ID" + int "Pop-up font ID" default 0 ---help--- Selects the font used in the pop-up window (see font ID numbers -- cgit v1.2.3