diff options
Diffstat (limited to 'package/ltq-dsl-app/Config.in')
-rw-r--r-- | package/ltq-dsl-app/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/ltq-dsl-app/Config.in b/package/ltq-dsl-app/Config.in new file mode 100644 index 0000000000..5b8d609af1 --- /dev/null +++ b/package/ltq-dsl-app/Config.in @@ -0,0 +1,14 @@ +menu "Configuration" + depends on PACKAGE_ltq-dsl-app + +config LTQ_DSL_ENABLE_CLI + bool "Enable CLI support" + depends on PACKAGE_ltq-dsl-app + default n + +config LTQ_DSL_ENABLE_DSL_EVENT_POLLING + bool "Include Event Polling support" + depends on PACKAGE_ltq-dsl-app + default n + +endmenu |