2005-03-15 20:16:00 +01:00
|
|
|
config BR2_PACKAGE_UDEV
|
|
|
|
bool "udev"
|
2011-08-15 12:43:22 +02:00
|
|
|
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
2005-03-15 20:16:00 +01:00
|
|
|
help
|
|
|
|
Userspace device daemon.
|
|
|
|
|
|
|
|
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
|
2007-01-14 01:59:10 +01:00
|
|
|
|
2011-07-22 16:51:28 +02:00
|
|
|
if BR2_PACKAGE_UDEV
|
2007-01-14 01:59:10 +01:00
|
|
|
|
2011-07-22 16:51:28 +02:00
|
|
|
config BR2_PACKAGE_UDEV_ALL_EXTRAS
|
|
|
|
bool "enable all extras"
|
2011-07-26 10:41:31 +02:00
|
|
|
depends on BR2_LARGEFILE # acl
|
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
2011-07-22 16:51:28 +02:00
|
|
|
select BR2_PACKAGE_ACL
|
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
|
|
select BR2_PACKAGE_USBUTILS
|
|
|
|
select BR2_PACKAGE_HWDATA
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2007-07-29 01:02:26 +02:00
|
|
|
help
|
2011-07-22 16:51:28 +02:00
|
|
|
Enable all extras with external dependencies like
|
|
|
|
libacl, libusb, libusb-compat, usbutils, hwdata
|
2007-05-07 06:02:31 +02:00
|
|
|
|
2011-07-27 11:51:47 +02:00
|
|
|
comment "udev extras requires a toolchain with LARGEFILE + WCHAR support"
|
|
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
2009-02-13 20:57:59 +01:00
|
|
|
|
2011-07-22 16:51:28 +02:00
|
|
|
endif
|
2011-08-15 12:43:22 +02:00
|
|
|
|
|
|
|
comment "udev requires /dev mgmnt set to udev under System configuration"
|
|
|
|
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|