]> Git Repo - buildroot-mgba.git/blob - package/eudev/Config.in
eudev: new package
[buildroot-mgba.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_PREFER_STATIC_LIB # kmod
9         select BR2_PACKAGE_UTIL_LINUX
10         select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
11         select BR2_PACKAGE_KMOD
12         help
13           Userspace device daemon. This is a standalone version,
14           independent of systemd. It is a fork maintained by Gentoo.
15
16           eudev requires a Linux kernel >= 2.6.34: it relies on devtmpfs
17           and inotify.
18
19           http://github.com/gentoo/eudev/
20
21 if BR2_PACKAGE_EUDEV
22
23 config BR2_PACKAGE_EUDEV_RULES_GEN
24         bool "enable rules generator"
25         help
26           Enable persistent rules generator
27
28 endif
29
30 comment "eudev needs eudev /dev management"
31         depends on !BR2_avr32
32         depends on BR2_USE_MMU
33         depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
34
35 comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
36         depends on !BR2_avr32
37         depends on BR2_USE_MMU
38         depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
This page took 0.031262 seconds and 4 git commands to generate.