summaryrefslogtreecommitdiffstats
path: root/urunlevel/my_linux/Config.in
blob: 89f3c247511b74cc80be2e1e9332d4eb940840a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

menu "My Linux Utilities"

config CONFIG_GETPKG
	bool "getpkg"
	default y
	help
	  An implementation of the My Linux getpkg script.

config CONFIG_LINUXRC
	bool "linuxrc"
	default y
	help
	  An implementation of the linuxrc boot script.

config CONFIG_MAN
	bool "man"
	default y
	help
	  An implementation of the My Linux man script.

config CONFIG_RCS
	bool "rcS"
	default y
	help
	  An implementation of rcS.

endmenu