summaryrefslogtreecommitdiffstats
path: root/urunlevel/my_linux/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/my_linux/Config.in')
-rw-r--r--urunlevel/my_linux/Config.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/urunlevel/my_linux/Config.in b/urunlevel/my_linux/Config.in
new file mode 100644
index 0000000..89f3c24
--- /dev/null
+++ b/urunlevel/my_linux/Config.in
@@ -0,0 +1,32 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "My Linux Utilities"
7
8config CONFIG_GETPKG
9 bool "getpkg"
10 default y
11 help
12 An implementation of the My Linux getpkg script.
13
14config CONFIG_LINUXRC
15 bool "linuxrc"
16 default y
17 help
18 An implementation of the linuxrc boot script.
19
20config CONFIG_MAN
21 bool "man"
22 default y
23 help
24 An implementation of the My Linux man script.
25
26config CONFIG_RCS
27 bool "rcS"
28 default y
29 help
30 An implementation of rcS.
31
32endmenu