b4f949f3eff609f52640e6053992e47b4676f10d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / busybox / Config.in
1 config BR2_PACKAGE_BUSYBOX
2         bool "BusyBox"
3         default y
4         help
5           The Swiss Army Knife of embedded Linux. It slices, it dices, it
6           makes Julian Fries.
7
8           http://busybox.net/
9
10           Most people will answer Y.
11
12 if BR2_PACKAGE_BUSYBOX
13
14 config BR2_PACKAGE_BUSYBOX_CONFIG
15         string "BusyBox configuration file to use?"
16         default "package/busybox/busybox.config"
17         help
18           Some people may wish to use their own modified BusyBox configuration
19           file, and will specify their config file location with this option.
20
21           Most people will just use the default BusyBox configuration file.
22
23 config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
24         bool "Show packages that are also provided by busybox"
25         help
26           Show packages in menuconfig that are potentially also provided
27           by busybox.
28
29 config BR2_PACKAGE_BUSYBOX_WATCHDOG
30         bool "Install the watchdog daemon startup script"
31         help
32           Install the watchdog daemon startup script,
33           that just start at the boot the busybox watchdog daemon.
34
35 if BR2_PACKAGE_BUSYBOX_WATCHDOG
36
37 config BR2_PACKAGE_BUSYBOX_WATCHDOG_PERIOD
38         string "Delay between reset"
39         default "5"
40         help
41           Select the number of seconds between each
42           reset of the watchdog (default 5)
43
44           Use ms suffix to specify milliseconds (e.g. 500ms)
45
46 endif
47
48 endif
49
50 if !BR2_PACKAGE_BUSYBOX # kconfig doesn't support else
51
52 # add dummy config so the stuff with busybox alternatives are shown
53 # when busybox is disabled
54 config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
55         default y
56 endif