7d4a2f2ca4
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>
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
# 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
|