summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-06 15:49:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-06 15:49:35 +0000
commite0f3124a031876d3969885a61fab2a67ea7186df (patch)
tree0cb27b3bd0bd73b50858943a9c8c0d8689020380
parent85255715db8c5d4282e413b8ffda66039663d8da (diff)
downloadnuttx-e0f3124a031876d3969885a61fab2a67ea7186df.tar.gz
nuttx-e0f3124a031876d3969885a61fab2a67ea7186df.tar.bz2
nuttx-e0f3124a031876d3969885a61fab2a67ea7186df.zip
Adding skeleton Kconfig files (part 1 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/arch/Kconfig4
-rw-r--r--nuttx/arch/arm/Kconfig4
-rw-r--r--nuttx/arch/avr/Kconfig4
-rw-r--r--nuttx/arch/hc/Kconfig4
-rw-r--r--nuttx/arch/mips/Kconfig4
-rw-r--r--nuttx/arch/rgmp/Kconfig4
-rw-r--r--nuttx/arch/sh/Kconfig4
-rw-r--r--nuttx/arch/x86/Kconfig4
-rw-r--r--nuttx/arch/z16/Kconfig4
-rw-r--r--nuttx/arch/z80/Kconfig4
-rw-r--r--nuttx/binfmt/Kconfig4
-rw-r--r--nuttx/binfmt/libnxflat/Kconfig4
-rw-r--r--nuttx/drivers/Kconfig4
-rw-r--r--nuttx/drivers/analog/Kconfig4
-rw-r--r--nuttx/drivers/bch/Kconfig4
-rw-r--r--nuttx/drivers/input/Kconfig4
-rw-r--r--nuttx/drivers/lcd/Kconfig4
-rw-r--r--nuttx/drivers/mmcsd/Kconfig4
-rw-r--r--nuttx/drivers/mtd/Kconfig4
-rw-r--r--nuttx/drivers/net/Kconfig4
-rw-r--r--nuttx/drivers/pipes/Kconfig4
-rw-r--r--nuttx/drivers/power/Kconfig4
-rw-r--r--nuttx/drivers/sensors/Kconfig4
-rw-r--r--nuttx/drivers/sercomm/Kconfig4
-rw-r--r--nuttx/drivers/serial/Kconfig4
-rw-r--r--nuttx/drivers/usbdev/Kconfig4
-rw-r--r--nuttx/drivers/usbhost/Kconfig4
-rw-r--r--nuttx/drivers/wireless/Kconfig4
-rw-r--r--nuttx/drivers/wireless/cc1101/Kconfig4
-rw-r--r--nuttx/fs/Kconfig4
-rw-r--r--nuttx/fs/fat/Kconfig4
-rw-r--r--nuttx/fs/mmap/Kconfig4
-rw-r--r--nuttx/fs/nfs/Kconfig4
-rw-r--r--nuttx/fs/nxffs/Kconfig4
-rw-r--r--nuttx/fs/romfs/Kconfig4
-rw-r--r--nuttx/graphics/Kconfig4
-rw-r--r--nuttx/lib/Kconfig4
-rw-r--r--nuttx/libxx/Kconfig4
-rw-r--r--nuttx/mm/Kconfig4
-rw-r--r--nuttx/net/Kconfig4
-rw-r--r--nuttx/sched/Kconfig4
-rw-r--r--nuttx/syscall/Kconfig4
42 files changed, 168 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/arm/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/avr/Kconfig b/nuttx/arch/avr/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/avr/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/hc/Kconfig b/nuttx/arch/hc/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/hc/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/mips/Kconfig b/nuttx/arch/mips/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/mips/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/rgmp/Kconfig b/nuttx/arch/rgmp/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/rgmp/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/sh/Kconfig b/nuttx/arch/sh/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/sh/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/x86/Kconfig b/nuttx/arch/x86/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/x86/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/z16/Kconfig b/nuttx/arch/z16/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/z16/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/arch/z80/Kconfig b/nuttx/arch/z80/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/arch/z80/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/binfmt/Kconfig b/nuttx/binfmt/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/binfmt/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/binfmt/libnxflat/Kconfig b/nuttx/binfmt/libnxflat/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/binfmt/libnxflat/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/analog/Kconfig b/nuttx/drivers/analog/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/analog/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/bch/Kconfig b/nuttx/drivers/bch/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/bch/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/input/Kconfig b/nuttx/drivers/input/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/input/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/lcd/Kconfig b/nuttx/drivers/lcd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/lcd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/mmcsd/Kconfig b/nuttx/drivers/mmcsd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/mmcsd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/mtd/Kconfig b/nuttx/drivers/mtd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/mtd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/net/Kconfig b/nuttx/drivers/net/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/net/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/pipes/Kconfig b/nuttx/drivers/pipes/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/pipes/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/power/Kconfig b/nuttx/drivers/power/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/power/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/sensors/Kconfig b/nuttx/drivers/sensors/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/sensors/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/sercomm/Kconfig b/nuttx/drivers/sercomm/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/sercomm/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/serial/Kconfig b/nuttx/drivers/serial/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/serial/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/usbdev/Kconfig b/nuttx/drivers/usbdev/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/usbdev/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/usbhost/Kconfig b/nuttx/drivers/usbhost/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/usbhost/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/wireless/Kconfig b/nuttx/drivers/wireless/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/wireless/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/drivers/wireless/cc1101/Kconfig b/nuttx/drivers/wireless/cc1101/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/drivers/wireless/cc1101/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/fs/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/fs/fat/Kconfig b/nuttx/fs/fat/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/fs/fat/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/fs/mmap/Kconfig b/nuttx/fs/mmap/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/fs/mmap/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/fs/nfs/Kconfig b/nuttx/fs/nfs/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/fs/nfs/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/fs/nxffs/Kconfig b/nuttx/fs/nxffs/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/fs/nxffs/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/fs/romfs/Kconfig b/nuttx/fs/romfs/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/fs/romfs/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/graphics/Kconfig b/nuttx/graphics/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/graphics/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/lib/Kconfig b/nuttx/lib/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/lib/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/libxx/Kconfig b/nuttx/libxx/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/libxx/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/mm/Kconfig b/nuttx/mm/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/mm/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/net/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/sched/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/nuttx/syscall/Kconfig b/nuttx/syscall/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/nuttx/syscall/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#