udev: convert to virtual package
[buildroot-gz.git] / package / eudev / Config.in
blobbfad99a271493cfbabcb1d737608d15b150807e9
1 config BR2_PACKAGE_EUDEV
2         bool "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
13         help
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
18           and inotify.
20           http://github.com/gentoo/eudev/
22 if BR2_PACKAGE_EUDEV
24 config BR2_PACKAGE_EUDEV_RULES_GEN
25         bool "enable rules generator"
26         help
27           Enable persistent rules generator
29 endif
31 comment "eudev needs eudev /dev management"
32         depends on !BR2_avr32
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"
37         depends on !BR2_avr32
38         depends on BR2_USE_MMU
39         depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB