1 config BR2_PACKAGE_EUDEV
3 depends on !BR2_avr32 # no epoll_create1
4 depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
5 depends on BR2_USE_MMU # uses fork()
6 depends on BR2_LARGEFILE # util-linux
7 depends on BR2_USE_WCHAR # util-linux
8 depends on !BR2_PREFER_STATIC_LIB # kmod
9 select BR2_PACKAGE_HAS_UDEV
10 select BR2_PACKAGE_UTIL_LINUX
11 select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
12 select BR2_PACKAGE_KMOD
14 Userspace device daemon. This is a standalone version,
15 independent of systemd. It is a fork maintained by Gentoo.
17 eudev requires a Linux kernel >= 2.6.34: it relies on devtmpfs
20 http://github.com/gentoo/eudev/
24 config BR2_PACKAGE_EUDEV_RULES_GEN
25 bool "enable rules generator"
27 Enable persistent rules generator
31 comment "eudev needs eudev /dev management"
33 depends on BR2_USE_MMU
34 depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
36 comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
38 depends on BR2_USE_MMU
39 depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB