diff options
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r-- | miscutils/Config.src | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 2f7c50271..cadaabb65 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
@@ -10,6 +10,7 @@ INSERT | |||
10 | config ADJTIMEX | 10 | config ADJTIMEX |
11 | bool "adjtimex" | 11 | bool "adjtimex" |
12 | default y | 12 | default y |
13 | depends on PLATFORM_LINUX | ||
13 | help | 14 | help |
14 | Adjtimex reads and optionally sets adjustment parameters for | 15 | Adjtimex reads and optionally sets adjustment parameters for |
15 | the Linux clock adjustment algorithm. | 16 | the Linux clock adjustment algorithm. |
@@ -24,6 +25,7 @@ config BBCONFIG | |||
24 | config BEEP | 25 | config BEEP |
25 | bool "beep" | 26 | bool "beep" |
26 | default y | 27 | default y |
28 | depends on PLATFORM_LINUX | ||
27 | help | 29 | help |
28 | The beep applets beeps in a given freq/Hz. | 30 | The beep applets beeps in a given freq/Hz. |
29 | 31 | ||
@@ -180,6 +182,7 @@ config FEATURE_DC_LIBM | |||
180 | config DEVFSD | 182 | config DEVFSD |
181 | bool "devfsd (obsolete)" | 183 | bool "devfsd (obsolete)" |
182 | default n | 184 | default n |
185 | depends on PLATFORM_LINUX | ||
183 | select FEATURE_SYSLOG | 186 | select FEATURE_SYSLOG |
184 | help | 187 | help |
185 | This is deprecated and should NOT be used anymore. | 188 | This is deprecated and should NOT be used anymore. |
@@ -223,6 +226,7 @@ config DEVFSD_VERBOSE | |||
223 | config FEATURE_DEVFS | 226 | config FEATURE_DEVFS |
224 | bool "Use devfs names for all devices (obsolete)" | 227 | bool "Use devfs names for all devices (obsolete)" |
225 | default n | 228 | default n |
229 | depends on PLATFORM_LINUX | ||
226 | help | 230 | help |
227 | This is obsolete and should NOT be used anymore. | 231 | This is obsolete and should NOT be used anymore. |
228 | Use linux >= 2.6 (optionally with hotplug) and mdev instead! | 232 | Use linux >= 2.6 (optionally with hotplug) and mdev instead! |
@@ -242,6 +246,7 @@ config DEVMEM | |||
242 | config EJECT | 246 | config EJECT |
243 | bool "eject" | 247 | bool "eject" |
244 | default y | 248 | default y |
249 | depends on PLATFORM_LINUX | ||
245 | help | 250 | help |
246 | Used to eject cdroms. (defaults to /dev/cdrom) | 251 | Used to eject cdroms. (defaults to /dev/cdrom) |
247 | 252 | ||
@@ -256,6 +261,7 @@ config FEATURE_EJECT_SCSI | |||
256 | config FBSPLASH | 261 | config FBSPLASH |
257 | bool "fbsplash" | 262 | bool "fbsplash" |
258 | default y | 263 | default y |
264 | depends on PLATFORM_LINUX | ||
259 | help | 265 | help |
260 | Shows splash image and progress bar on framebuffer device. | 266 | Shows splash image and progress bar on framebuffer device. |
261 | Can be used during boot phase of an embedded device. ~2kb. | 267 | Can be used during boot phase of an embedded device. ~2kb. |
@@ -305,6 +311,7 @@ config FLASH_ERASEALL | |||
305 | config IONICE | 311 | config IONICE |
306 | bool "ionice" | 312 | bool "ionice" |
307 | default y | 313 | default y |
314 | depends on PLATFORM_LINUX | ||
308 | help | 315 | help |
309 | Set/set program io scheduling class and priority | 316 | Set/set program io scheduling class and priority |
310 | Requires kernel >= 2.6.13 | 317 | Requires kernel >= 2.6.13 |
@@ -405,11 +412,12 @@ config FEATURE_LESS_LINENUMS | |||
405 | default y | 412 | default y |
406 | depends on FEATURE_LESS_DASHCMD | 413 | depends on FEATURE_LESS_DASHCMD |
407 | help | 414 | help |
408 | Enable "-N" command. | 415 | Enables "-N" command. |
409 | 416 | ||
410 | config HDPARM | 417 | config HDPARM |
411 | bool "hdparm" | 418 | bool "hdparm" |
412 | default y | 419 | default y |
420 | depends on PLATFORM_LINUX | ||
413 | help | 421 | help |
414 | Get/Set hard drive parameters. Primarily intended for ATA | 422 | Get/Set hard drive parameters. Primarily intended for ATA |
415 | drives. Adds about 13k (or around 30k if you enable the | 423 | drives. Adds about 13k (or around 30k if you enable the |
@@ -471,15 +479,15 @@ config MAKEDEVS | |||
471 | help | 479 | help |
472 | 'makedevs' is a utility used to create a batch of devices with | 480 | 'makedevs' is a utility used to create a batch of devices with |
473 | one command. | 481 | one command. |
474 | . | 482 | |
475 | There are two choices for command line behaviour, the interface | 483 | There are two choices for command line behaviour, the interface |
476 | as used by LEAF/Linux Router Project, or a device table file. | 484 | as used by LEAF/Linux Router Project, or a device table file. |
477 | . | 485 | |
478 | 'leaf' is traditionally what busybox follows, it allows multiple | 486 | 'leaf' is traditionally what busybox follows, it allows multiple |
479 | devices of a particluar type to be created per command. | 487 | devices of a particluar type to be created per command. |
480 | e.g. /dev/hda[0-9] | 488 | e.g. /dev/hda[0-9] |
481 | Device properties are passed as command line arguments. | 489 | Device properties are passed as command line arguments. |
482 | . | 490 | |
483 | 'table' reads device properties from a file or stdin, allowing | 491 | 'table' reads device properties from a file or stdin, allowing |
484 | a batch of unrelated devices to be made with one command. | 492 | a batch of unrelated devices to be made with one command. |
485 | User/group names are allowed as an alternative to uid/gid. | 493 | User/group names are allowed as an alternative to uid/gid. |
@@ -526,6 +534,7 @@ config MT | |||
526 | config RAIDAUTORUN | 534 | config RAIDAUTORUN |
527 | bool "raidautorun" | 535 | bool "raidautorun" |
528 | default y | 536 | default y |
537 | depends on PLATFORM_LINUX | ||
529 | help | 538 | help |
530 | raidautorun tells the kernel md driver to | 539 | raidautorun tells the kernel md driver to |
531 | search and start RAID arrays. | 540 | search and start RAID arrays. |
@@ -533,7 +542,7 @@ config RAIDAUTORUN | |||
533 | config READAHEAD | 542 | config READAHEAD |
534 | bool "readahead" | 543 | bool "readahead" |
535 | default y | 544 | default y |
536 | depends on LFS | 545 | depends on LFS && PLATFORM_LINUX |
537 | help | 546 | help |
538 | Preload the files listed on the command line into RAM cache so that | 547 | Preload the files listed on the command line into RAM cache so that |
539 | subsequent reads on these files will not block on disk I/O. | 548 | subsequent reads on these files will not block on disk I/O. |
@@ -550,6 +559,7 @@ config READAHEAD | |||
550 | config RFKILL | 559 | config RFKILL |
551 | bool "rfkill" | 560 | bool "rfkill" |
552 | default n # doesn't build on Ubuntu 9.04 | 561 | default n # doesn't build on Ubuntu 9.04 |
562 | depends on PLATFORM_LINUX | ||
553 | help | 563 | help |
554 | Enable/disable wireless devices. | 564 | Enable/disable wireless devices. |
555 | 565 | ||
@@ -570,6 +580,7 @@ config RUNLEVEL | |||
570 | config RX | 580 | config RX |
571 | bool "rx" | 581 | bool "rx" |
572 | default y | 582 | default y |
583 | depends on PLATFORM_LINUX | ||
573 | help | 584 | help |
574 | Receive files using the Xmodem protocol. | 585 | Receive files using the Xmodem protocol. |
575 | 586 | ||
@@ -641,6 +652,7 @@ config WALL | |||
641 | config WATCHDOG | 652 | config WATCHDOG |
642 | bool "watchdog" | 653 | bool "watchdog" |
643 | default y | 654 | default y |
655 | depends on PLATFORM_LINUX | ||
644 | help | 656 | help |
645 | The watchdog utility is used with hardware or software watchdog | 657 | The watchdog utility is used with hardware or software watchdog |
646 | device drivers. It opens the specified watchdog device special file | 658 | device drivers. It opens the specified watchdog device special file |