xref: /OK3568_Linux_fs/buildroot/package/dbus/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DBUS
2	bool "dbus"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	# uses fork()
5	depends on BR2_USE_MMU
6	select BR2_PACKAGE_EXPAT
7	help
8	  The D-Bus message bus system.
9
10	  https://www.freedesktop.org/wiki/Software/dbus
11
12comment "dbus needs a toolchain w/ threads"
13	depends on BR2_USE_MMU
14	depends on !BR2_TOOLCHAIN_HAS_THREADS
15