summaryrefslogtreecommitdiffstats
path: root/rules/rauc.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rauc.in')
-rw-r--r--rules/rauc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/rauc.in b/rules/rauc.in
index 96afc9092..653939a8b 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -15,6 +15,16 @@ menuconfig RAUC
if RAUC
+config RAUC_SERVICE
+ bool
+ prompt "Enable service (D-Bus) support"
+ depends on DBUS
+ default y
+ help
+ Compiles RAUC to act as a separate daemon and comand line interface
+ that communicate with each other via D-Bus interface.
+ Only deactivate this if you have a system that does not provide D-Bus!
+
config RAUC_NETWORK
bool
prompt "Enable network support"