2
1

Config.in 983 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config BR2_PACKAGE_UDEV
  2. bool "udev"
  3. help
  4. Userspace device daemon.
  5. ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
  6. config BR2_PACKAGE_UDEV_UTILS
  7. bool "udev-utils"
  8. depends on BR2_PACKAGE_UDEV
  9. help
  10. Adds the udevmonitor, udevinfo, and udevtest binaries
  11. to your filesystem.
  12. menu "Extra udev tools"
  13. depends on BR2_PACKAGE_UDEV
  14. config BR2_PACKAGE_UDEV_VOLUME_ID
  15. bool "udev-libvolume_id"
  16. depends on BR2_PACKAGE_UDEV
  17. help
  18. Build and install volume identification library.
  19. config BR2_PACKAGE_UDEV_SCSI_ID
  20. bool "udev-scsi_id"
  21. depends on BR2_PACKAGE_UDEV_VOLUME_ID
  22. help
  23. Build and install SCSI disk identification library.
  24. config BR2_PACKAGE_UDEV_PATH_ID
  25. bool "udev-path_id"
  26. depends on BR2_PACKAGE_UDEV_VOLUME_ID
  27. help
  28. Install udev's unique device path generation program path_id.
  29. config BR2_PACKAGE_UDEV_FIRMWARE_SH
  30. bool "udev-firmware_sh"
  31. depends on BR2_PACKAGE_UDEV_VOLUME_ID
  32. help
  33. Install udev's firmware loading script firmware.sh.
  34. endmenu