summaryrefslogtreecommitdiffstats
path: root/rules/libusbgx.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libusbgx.in')
-rw-r--r--rules/libusbgx.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/libusbgx.in b/rules/libusbgx.in
index 13252a3a7..e576f842e 100644
--- a/rules/libusbgx.in
+++ b/rules/libusbgx.in
@@ -2,6 +2,7 @@
menuconfig LIBUSBGX
bool
+ select LIBCONFIG if LIBUSBGX_SCHEMES
prompt "libusbgx "
help
libusbgx is a C library encapsulating the kernel USB gadget-configfs
@@ -9,6 +10,12 @@ menuconfig LIBUSBGX
if LIBUSBGX
+config LIBUSBGX_SCHEMES
+ bool "enable schemes support"
+ help
+ With schemes support it is possible to export/import
+ configs layout to/from declerative scheme files
+
config SHOW_GADGETS
bool "install show-gadget tool"
help