From 373c6c375708400a78afffd4597b4eca7c903153 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 6 Apr 2012 16:33:17 +0000 Subject: Adding skeleton Kconfig files (part 3 of 2) git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4566 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- apps/vsn/Kconfig | 4 ++++ apps/vsn/poweroff/Kconfig | 4 ++++ apps/vsn/ramtron/Kconfig | 4 ++++ apps/vsn/sdcard/Kconfig | 4 ++++ apps/vsn/sysinfo/Kconfig | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 apps/vsn/Kconfig create mode 100644 apps/vsn/poweroff/Kconfig create mode 100644 apps/vsn/ramtron/Kconfig create mode 100644 apps/vsn/sdcard/Kconfig create mode 100644 apps/vsn/sysinfo/Kconfig (limited to 'apps/vsn') diff --git a/apps/vsn/Kconfig b/apps/vsn/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/apps/vsn/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/apps/vsn/poweroff/Kconfig b/apps/vsn/poweroff/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/apps/vsn/poweroff/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/apps/vsn/ramtron/Kconfig b/apps/vsn/ramtron/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/apps/vsn/ramtron/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/apps/vsn/sdcard/Kconfig b/apps/vsn/sdcard/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/apps/vsn/sdcard/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/apps/vsn/sysinfo/Kconfig b/apps/vsn/sysinfo/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/apps/vsn/sysinfo/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# -- cgit v1.2.3