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