summaryrefslogtreecommitdiffstats
path: root/package/luasql/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/luasql/Config.in')
-rw-r--r--package/luasql/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/luasql/Config.in b/package/luasql/Config.in
new file mode 100644
index 0000000000..4dd011a2aa
--- /dev/null
+++ b/package/luasql/Config.in
@@ -0,0 +1,21 @@
+config BR2_PACKAGE_LUASQL
+ bool "luasql"
+ help
+ LuaSQL is a simple interface from Lua to a DBMS.
+
+ http://www.keplerproject.org/luasql
+
+if BR2_PACKAGE_LUASQL
+choice
+ prompt "LuaSQL Driver"
+ help
+ Select backend driver for LuaSQL.
+
+config BR2_PACKAGE_LUASQL_DRIVER_SQLITE3
+ bool "SQLite3"
+ select BR2_PACKAGE_SQLITE
+ help
+ Select if you wish to use the SQLite3 LuaSQL driver.
+
+endchoice
+endif
OpenPOWER on IntegriCloud