aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
commite3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch)
tree0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /util-linux
parentda4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff)
downloadbusybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.bz2
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.src54
1 files changed, 27 insertions, 27 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index 941a47f90..90606bcae 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -10,7 +10,7 @@ INSERT
10config ACPID 10config ACPID
11 bool "acpid" 11 bool "acpid"
12 default y 12 default y
13 depends on PLATFORM_LINUX 13 select PLATFORM_LINUX
14 help 14 help
15 acpid listens to ACPI events coming either in textual form from 15 acpid listens to ACPI events coming either in textual form from
16 /proc/acpi/event (though it is marked deprecated it is still widely 16 /proc/acpi/event (though it is marked deprecated it is still widely
@@ -33,7 +33,7 @@ config FEATURE_ACPID_COMPAT
33config BLKID 33config BLKID
34 bool "blkid" 34 bool "blkid"
35 default y 35 default y
36 depends on PLATFORM_LINUX 36 select PLATFORM_LINUX
37 select VOLUMEID 37 select VOLUMEID
38 help 38 help
39 Lists labels and UUIDs of all filesystems. 39 Lists labels and UUIDs of all filesystems.
@@ -50,7 +50,7 @@ config FEATURE_BLKID_TYPE
50config DMESG 50config DMESG
51 bool "dmesg" 51 bool "dmesg"
52 default y 52 default y
53 depends on PLATFORM_LINUX 53 select PLATFORM_LINUX
54 help 54 help
55 dmesg is used to examine or control the kernel ring buffer. When the 55 dmesg is used to examine or control the kernel ring buffer. When the
56 Linux kernel prints messages to the system log, they are stored in 56 Linux kernel prints messages to the system log, they are stored in
@@ -84,7 +84,7 @@ config FEATURE_DMESG_PRETTY
84config FBSET 84config FBSET
85 bool "fbset" 85 bool "fbset"
86 default y 86 default y
87 depends on PLATFORM_LINUX 87 select PLATFORM_LINUX
88 help 88 help
89 fbset is used to show or change the settings of a Linux frame buffer 89 fbset is used to show or change the settings of a Linux frame buffer
90 device. The frame buffer device provides a simple and unique 90 device. The frame buffer device provides a simple and unique
@@ -113,7 +113,7 @@ config FEATURE_FBSET_READMODE
113config FDFLUSH 113config FDFLUSH
114 bool "fdflush" 114 bool "fdflush"
115 default y 115 default y
116 depends on PLATFORM_LINUX 116 select PLATFORM_LINUX
117 help 117 help
118 fdflush is only needed when changing media on slightly-broken 118 fdflush is only needed when changing media on slightly-broken
119 removable media drives. It is used to make Linux believe that a 119 removable media drives. It is used to make Linux believe that a
@@ -126,14 +126,14 @@ config FDFLUSH
126config FDFORMAT 126config FDFORMAT
127 bool "fdformat" 127 bool "fdformat"
128 default y 128 default y
129 depends on PLATFORM_LINUX 129 select PLATFORM_LINUX
130 help 130 help
131 fdformat is used to low-level format a floppy disk. 131 fdformat is used to low-level format a floppy disk.
132 132
133config FDISK 133config FDISK
134 bool "fdisk" 134 bool "fdisk"
135 default y 135 default y
136 depends on PLATFORM_LINUX 136 select PLATFORM_LINUX
137 help 137 help
138 The fdisk utility is used to divide hard disks into one or more 138 The fdisk utility is used to divide hard disks into one or more
139 logical disks, which are generally called partitions. This utility 139 logical disks, which are generally called partitions. This utility
@@ -209,7 +209,7 @@ config FEATURE_FDISK_ADVANCED
209config FINDFS 209config FINDFS
210 bool "findfs" 210 bool "findfs"
211 default y 211 default y
212 depends on PLATFORM_LINUX 212 select PLATFORM_LINUX
213 select VOLUMEID 213 select VOLUMEID
214 help 214 help
215 Prints the name of a filesystem with given label or UUID. 215 Prints the name of a filesystem with given label or UUID.
@@ -225,7 +225,7 @@ config FLOCK
225config FREERAMDISK 225config FREERAMDISK
226 bool "freeramdisk" 226 bool "freeramdisk"
227 default y 227 default y
228 depends on PLATFORM_LINUX 228 select PLATFORM_LINUX
229 help 229 help
230 Linux allows you to create ramdisks. This utility allows you to 230 Linux allows you to create ramdisks. This utility allows you to
231 delete them and completely free all memory that was used for the 231 delete them and completely free all memory that was used for the
@@ -248,14 +248,14 @@ config FSCK_MINIX
248config MKFS_EXT2 248config MKFS_EXT2
249 bool "mkfs_ext2" 249 bool "mkfs_ext2"
250 default y 250 default y
251 depends on PLATFORM_LINUX 251 select PLATFORM_LINUX
252 help 252 help
253 Utility to create EXT2 filesystems. 253 Utility to create EXT2 filesystems.
254 254
255config MKFS_MINIX 255config MKFS_MINIX
256 bool "mkfs_minix" 256 bool "mkfs_minix"
257 default y 257 default y
258 depends on PLATFORM_LINUX 258 select PLATFORM_LINUX
259 help 259 help
260 The minix filesystem is a nice, small, compact, read-write filesystem 260 The minix filesystem is a nice, small, compact, read-write filesystem
261 with little overhead. If you wish to be able to create minix 261 with little overhead. If you wish to be able to create minix
@@ -273,7 +273,7 @@ config FEATURE_MINIX2
273config MKFS_REISER 273config MKFS_REISER
274 bool "mkfs_reiser" 274 bool "mkfs_reiser"
275 default n 275 default n
276 depends on PLATFORM_LINUX 276 select PLATFORM_LINUX
277 help 277 help
278 Utility to create ReiserFS filesystems. 278 Utility to create ReiserFS filesystems.
279 Note: this applet needs a lot of testing and polishing. 279 Note: this applet needs a lot of testing and polishing.
@@ -281,7 +281,7 @@ config MKFS_REISER
281config MKFS_VFAT 281config MKFS_VFAT
282 bool "mkfs_vfat" 282 bool "mkfs_vfat"
283 default y 283 default y
284 depends on PLATFORM_LINUX 284 select PLATFORM_LINUX
285 help 285 help
286 Utility to create FAT32 filesystems. 286 Utility to create FAT32 filesystems.
287 287
@@ -330,7 +330,7 @@ config HD
330config HWCLOCK 330config HWCLOCK
331 bool "hwclock" 331 bool "hwclock"
332 default y 332 default y
333 depends on PLATFORM_LINUX 333 select PLATFORM_LINUX
334 help 334 help
335 The hwclock utility is used to read and set the hardware clock 335 The hwclock utility is used to read and set the hardware clock
336 on a system. This is primarily used to set the current time on 336 on a system. This is primarily used to set the current time on
@@ -369,7 +369,7 @@ config IPCRM
369config IPCS 369config IPCS
370 bool "ipcs" 370 bool "ipcs"
371 default y 371 default y
372 depends on PLATFORM_LINUX 372 select PLATFORM_LINUX
373 help 373 help
374 The ipcs utility is used to provide information on the currently 374 The ipcs utility is used to provide information on the currently
375 allocated System V interprocess (IPC) objects in the system. 375 allocated System V interprocess (IPC) objects in the system.
@@ -377,7 +377,7 @@ config IPCS
377config LOSETUP 377config LOSETUP
378 bool "losetup" 378 bool "losetup"
379 default y 379 default y
380 depends on PLATFORM_LINUX 380 select PLATFORM_LINUX
381 help 381 help
382 losetup is used to associate or detach a loop device with a regular 382 losetup is used to associate or detach a loop device with a regular
383 file or block device, and to query the status of a loop device. This 383 file or block device, and to query the status of a loop device. This
@@ -386,7 +386,7 @@ config LOSETUP
386config LSPCI 386config LSPCI
387 bool "lspci" 387 bool "lspci"
388 default y 388 default y
389 #depends on PLATFORM_LINUX 389 #select PLATFORM_LINUX
390 help 390 help
391 lspci is a utility for displaying information about PCI buses in the 391 lspci is a utility for displaying information about PCI buses in the
392 system and devices connected to them. 392 system and devices connected to them.
@@ -396,7 +396,7 @@ config LSPCI
396config LSUSB 396config LSUSB
397 bool "lsusb" 397 bool "lsusb"
398 default y 398 default y
399 #depends on PLATFORM_LINUX 399 #select PLATFORM_LINUX
400 help 400 help
401 lsusb is a utility for displaying information about USB buses in the 401 lsusb is a utility for displaying information about USB buses in the
402 system and devices connected to them. 402 system and devices connected to them.
@@ -406,7 +406,7 @@ config LSUSB
406config MDEV 406config MDEV
407 bool "mdev" 407 bool "mdev"
408 default y 408 default y
409 depends on PLATFORM_LINUX 409 select PLATFORM_LINUX
410 help 410 help
411 mdev is a mini-udev implementation for dynamically creating device 411 mdev is a mini-udev implementation for dynamically creating device
412 nodes in the /dev directory. 412 nodes in the /dev directory.
@@ -494,7 +494,7 @@ config MORE
494config MOUNT 494config MOUNT
495 bool "mount" 495 bool "mount"
496 default y 496 default y
497 depends on PLATFORM_LINUX 497 select PLATFORM_LINUX
498 help 498 help
499 All files and filesystems in Unix are arranged into one big directory 499 All files and filesystems in Unix are arranged into one big directory
500 tree. The 'mount' utility is used to graft a filesystem onto a 500 tree. The 'mount' utility is used to graft a filesystem onto a
@@ -577,7 +577,7 @@ config FEATURE_MOUNT_FSTAB
577config PIVOT_ROOT 577config PIVOT_ROOT
578 bool "pivot_root" 578 bool "pivot_root"
579 default y 579 default y
580 depends on PLATFORM_LINUX 580 select PLATFORM_LINUX
581 help 581 help
582 The pivot_root utility swaps the mount points for the root filesystem 582 The pivot_root utility swaps the mount points for the root filesystem
583 with some other mounted filesystem. This allows you to do all sorts 583 with some other mounted filesystem. This allows you to do all sorts
@@ -605,14 +605,14 @@ config RDEV
605config READPROFILE 605config READPROFILE
606 bool "readprofile" 606 bool "readprofile"
607 default y 607 default y
608 #depends on PLATFORM_LINUX 608 #select PLATFORM_LINUX
609 help 609 help
610 This allows you to parse /proc/profile for basic profiling. 610 This allows you to parse /proc/profile for basic profiling.
611 611
612config RTCWAKE 612config RTCWAKE
613 bool "rtcwake" 613 bool "rtcwake"
614 default y 614 default y
615 depends on PLATFORM_LINUX 615 select PLATFORM_LINUX
616 help 616 help
617 Enter a system sleep state until specified wakeup time. 617 Enter a system sleep state until specified wakeup time.
618 618
@@ -632,7 +632,7 @@ config SCRIPTREPLAY
632config SETARCH 632config SETARCH
633 bool "setarch" 633 bool "setarch"
634 default y 634 default y
635 depends on PLATFORM_LINUX 635 select PLATFORM_LINUX
636 help 636 help
637 The linux32 utility is used to create a 32bit environment for the 637 The linux32 utility is used to create a 32bit environment for the
638 specified program (usually a shell). It only makes sense to have 638 specified program (usually a shell). It only makes sense to have
@@ -642,7 +642,7 @@ config SETARCH
642config SWAPONOFF 642config SWAPONOFF
643 bool "swaponoff" 643 bool "swaponoff"
644 default y 644 default y
645 depends on PLATFORM_LINUX 645 select PLATFORM_LINUX
646 help 646 help
647 This option enables both the 'swapon' and the 'swapoff' utilities. 647 This option enables both the 'swapon' and the 'swapoff' utilities.
648 Once you have created some swap space using 'mkswap', you also need 648 Once you have created some swap space using 'mkswap', you also need
@@ -661,7 +661,7 @@ config FEATURE_SWAPON_PRI
661config SWITCH_ROOT 661config SWITCH_ROOT
662 bool "switch_root" 662 bool "switch_root"
663 default y 663 default y
664 depends on PLATFORM_LINUX 664 select PLATFORM_LINUX
665 help 665 help
666 The switch_root utility is used from initramfs to select a new 666 The switch_root utility is used from initramfs to select a new
667 root device. Under initramfs, you have to use this instead of 667 root device. Under initramfs, you have to use this instead of
@@ -681,7 +681,7 @@ config SWITCH_ROOT
681config UMOUNT 681config UMOUNT
682 bool "umount" 682 bool "umount"
683 default y 683 default y
684 depends on PLATFORM_LINUX 684 select PLATFORM_LINUX
685 help 685 help
686 When you want to remove a mounted filesystem from its current mount 686 When you want to remove a mounted filesystem from its current mount
687 point, for example when you are shutting down the system, the 687 point, for example when you are shutting down the system, the