summaryrefslogtreecommitdiffstats
path: root/package/ev3dev-linux-drivers/Config.in
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2016-11-01 22:15:55 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-02 17:52:24 +0100
commit7d4a2f2ca43eb6b925cdf5b6b15d48ac49ee96af (patch)
tree03a01c0b2423738e409dda76082fb2e6dd6740a4 /package/ev3dev-linux-drivers/Config.in
parentc846d2e21133441e92b1ee3b98f2fc013a01db16 (diff)
downloadbuildroot-7d4a2f2ca43eb6b925cdf5b6b15d48ac49ee96af.tar.gz
buildroot-7d4a2f2ca43eb6b925cdf5b6b15d48ac49ee96af.zip
linux: add ev3dev extension
This adds an ev3dev Linux drivers extension that provides Linux kernel drivers for LEGO MINDSTORMS EV3 from the ev3dev project. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ev3dev-linux-drivers/Config.in')
-rw-r--r--package/ev3dev-linux-drivers/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ev3dev-linux-drivers/Config.in b/package/ev3dev-linux-drivers/Config.in
new file mode 100644
index 0000000000..9be2f282e9
--- /dev/null
+++ b/package/ev3dev-linux-drivers/Config.in
@@ -0,0 +1,12 @@
+# Prompt-less option, because this package is not doing anything except
+# downloading the ev3dev driver sources. The real work is done by a Linux
+# extension.
+config BR2_PACKAGE_EV3DEV_LINUX_DRIVERS
+ bool
+ depends on BR2_LINUX_KERNEL
+ help
+ Linux drivers for LEGO MINDSTORMS EV3
+
+ This is only the download helper for the kernel patch.
+
+ https://github.com/ev3dev/lego-linux-drivers
OpenPOWER on IntegriCloud