buildrootschalter/package/udev/Config.in

31 lines
658 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_UDEV
bool "udev"
help
Userspace device daemon.
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
config BR2_PACKAGE_UDEV_UTILS
2007-07-29 01:02:26 +02:00
bool "udev-utils"
depends on BR2_PACKAGE_UDEV
help
Adds the udevmonitor, udevinfo, and udevtest binaries
to your filesystem.
menu "Extra udev tools"
depends on BR2_PACKAGE_UDEV
config BR2_PACKAGE_UDEV_VOLUME_ID
2007-07-29 01:02:26 +02:00
bool "udev-libvolume_id"
depends on BR2_PACKAGE_UDEV
help
Build and install volume identification library.
config BR2_PACKAGE_UDEV_SCSI_ID
2007-07-29 01:02:26 +02:00
bool "udev-scsi_id"
depends on BR2_PACKAGE_UDEV_VOLUME_ID
2007-07-29 01:02:26 +02:00
help
Build and install SCSI disk identification library.
endmenu