summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-17 07:38:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-17 07:38:33 -0600
commit4127e317213457fb9d3e41d0c1f4ead6f0d46d6a (patch)
tree016806f7335525a6d10d1d027069684ef9282ca2
parent16a2758fd3c9f58d593f248414279d1e8602ddf4 (diff)
downloadpx4-nuttx-upstream.tar.gz
px4-nuttx-upstream.tar.bz2
px4-nuttx-upstream.zip
Use menconfig instead of configupstream
-rw-r--r--nuttx/configs/stm32f429i-disco/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f429i-disco/Kconfig b/nuttx/configs/stm32f429i-disco/Kconfig
index a4dff4abd..bc97e0703 100644
--- a/nuttx/configs/stm32f429i-disco/Kconfig
+++ b/nuttx/configs/stm32f429i-disco/Kconfig
@@ -133,7 +133,7 @@ config PM_SLEEP_WAKEUP_NSEC
---help---
Number of additional nanoseconds to wait in PM_SLEEP before going to PM_STANDBY mode.
-config STM32F429I_DISCO_ILI9341
+menuconfig STM32F429I_DISCO_ILI9341
bool "LCD driver for ILI9341 Liquid Crystal Display Controller"
default n
---help---