]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/eudev/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / eudev / Config.in
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_STATIC_LIBS # 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.
16
17           eudev requires a Linux kernel >= 2.6.34: it relies on devtmpfs
18           and inotify.
19
20           http://dev.gentoo.org/~blueness/eudev
21
22 if BR2_PACKAGE_EUDEV
23
24 config BR2_PACKAGE_PROVIDES_UDEV
25         default "eudev"
26
27 config BR2_PACKAGE_EUDEV_RULES_GEN
28         bool "enable rules generator"
29         help
30           Enable persistent rules generator
31
32 endif
33
34 comment "eudev needs eudev /dev management"
35         depends on !BR2_avr32
36         depends on BR2_USE_MMU
37         depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
38
39 comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
40         depends on !BR2_avr32
41         depends on BR2_USE_MMU
42         depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS