aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 01:29:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 01:29:27 +0000
commit26da04787883aa336e636e4e955f1d4718f02131 (patch)
tree8ecbbd6e1932f16fba94e7afd1b13f66a815cbc7 /nuttx/Kconfig
parent4c432c716a57b1f6a7c7609a7bc36b6e0a49e2e0 (diff)
downloadpx4-firmware-26da04787883aa336e636e4e955f1d4718f02131.tar.gz
px4-firmware-26da04787883aa336e636e4e955f1d4718f02131.tar.bz2
px4-firmware-26da04787883aa336e636e4e955f1d4718f02131.zip
Hook in graphics/Kconfig
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5187 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index f920e4984..520f09ebf 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -339,6 +339,10 @@ menu "File Systems"
source fs/Kconfig
endmenu
+menu "Graphics Support"
+source graphics/Kconfig
+endmenu
+
menu "Memory Management"
source mm/Kconfig
endmenu