summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-31 16:29:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-31 16:29:40 -0600
commitf624bf496ae21603946f73f355bd5dcc6515b230 (patch)
treef2673fbf8135ca75319f7ea9d8dd2e06bc8b99b8
parent1aa554ab19210a162ab3ba7f8a635b1f11586aa2 (diff)
Update several defconfig files. Make sure that every defconfig file that requires external graphics initialization also approprietly initializes boardctl().
-rw-r--r--nuttx/configs/lm3s6965-ek/nx/defconfig2
-rw-r--r--nuttx/configs/lm3s8962-ek/nx/defconfig2
-rw-r--r--nuttx/configs/lpcxpresso-lpc1768/nx/defconfig2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nx/defconfig2
-rw-r--r--nuttx/configs/zp214xpa/nxlines/defconfig2
5 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nx/defconfig b/nuttx/configs/lm3s6965-ek/nx/defconfig
index 3772cb87e0..0ab40431a1 100644
--- a/nuttx/configs/lm3s6965-ek/nx/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nx/defconfig
@@ -616,6 +616,8 @@ CONFIG_EXAMPLES_NX_BPP=4
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=16
CONFIG_EXAMPLES_NX_EXTERNINIT=y
+CONFIG_LIB_BOARDCTL=y
+CONFIG_BOARDCTL_GRAPHICS=y
# CONFIG_EXAMPLES_NXTERM is not set
# CONFIG_EXAMPLES_NXFFS is not set
# CONFIG_EXAMPLES_NXFLAT is not set
diff --git a/nuttx/configs/lm3s8962-ek/nx/defconfig b/nuttx/configs/lm3s8962-ek/nx/defconfig
index b046d37e77..b0adfa4737 100644
--- a/nuttx/configs/lm3s8962-ek/nx/defconfig
+++ b/nuttx/configs/lm3s8962-ek/nx/defconfig
@@ -624,6 +624,8 @@ CONFIG_EXAMPLES_NX_BPP=4
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=16
CONFIG_EXAMPLES_NX_EXTERNINIT=y
+CONFIG_LIB_BOARDCTL=y
+CONFIG_BOARDCTL_GRAPHICS=y
# CONFIG_EXAMPLES_NXTERM is not set
# CONFIG_EXAMPLES_NXFFS is not set
# CONFIG_EXAMPLES_NXFLAT is not set
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig
index a1643ec00e..5b070ffd50 100644
--- a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig
@@ -677,6 +677,8 @@ CONFIG_EXAMPLES_NX_BPP=1
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=4
CONFIG_EXAMPLES_NX_EXTERNINIT=y
+CONFIG_LIB_BOARDCTL=y
+CONFIG_BOARDCTL_GRAPHICS=y
# CONFIG_EXAMPLES_NXTERM is not set
# CONFIG_EXAMPLES_NXFFS is not set
# CONFIG_EXAMPLES_NXFLAT is not set
diff --git a/nuttx/configs/olimex-lpc1766stk/nx/defconfig b/nuttx/configs/olimex-lpc1766stk/nx/defconfig
index 28cfd758e4..d65d1f662e 100644
--- a/nuttx/configs/olimex-lpc1766stk/nx/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nx/defconfig
@@ -688,6 +688,8 @@ CONFIG_EXAMPLES_NX_BPP=8
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=16
CONFIG_EXAMPLES_NX_EXTERNINIT=y
+CONFIG_LIB_BOARDCTL=y
+CONFIG_BOARDCTL_GRAPHICS=y
# CONFIG_EXAMPLES_NXTERM is not set
# CONFIG_EXAMPLES_NXFFS is not set
# CONFIG_EXAMPLES_NXFLAT is not set
diff --git a/nuttx/configs/zp214xpa/nxlines/defconfig b/nuttx/configs/zp214xpa/nxlines/defconfig
index 739c0db4a1..0b4011c3fd 100644
--- a/nuttx/configs/zp214xpa/nxlines/defconfig
+++ b/nuttx/configs/zp214xpa/nxlines/defconfig
@@ -487,6 +487,8 @@ CONFIG_EXAMPLES_NXLINES_BORDERCOLOR=0x01
CONFIG_EXAMPLES_NXLINES_CIRCLECOLOR=0x00
CONFIG_EXAMPLES_NXLINES_BPP=1
CONFIG_EXAMPLES_NXLINES_EXTERNINIT=y
+CONFIG_LIB_BOARDCTL=y
+CONFIG_BOARDCTL_GRAPHICS=y
# CONFIG_EXAMPLES_NXTEXT is not set
# CONFIG_EXAMPLES_OSTEST is not set
# CONFIG_EXAMPLES_PASHELLO is not set