mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
17 lines
263 B
Text
17 lines
263 B
Text
choice
|
|
prompt "Select Bus"
|
|
default OWSD_USE_UBUS
|
|
depends on PACKAGE_owsd
|
|
help
|
|
Select which bus to compile owsd for
|
|
|
|
config OWSD_USE_DBUS
|
|
bool "Use DBUS"
|
|
|
|
config OWSD_USE_UBUS
|
|
bool "Use UBUS"
|
|
|
|
config OWSD_USE_DBUS_UBUS
|
|
bool "Use UBUS and DBUS"
|
|
|
|
endchoice
|