mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c846d2e211
commit
7d4a2f2ca4
@@ -45,6 +45,16 @@ config BR2_LINUX_KERNEL_EXT_RTAI
|
||||
help
|
||||
RTAI Kernel part.
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# ev3dev Linux drivers
|
||||
config BR2_LINUX_KERNEL_EXT_EV3DEV_LINUX_DRIVERS
|
||||
bool "ev3dev Linux drivers"
|
||||
select BR2_PACKAGE_EV3DEV_LINUX_DRIVERS
|
||||
help
|
||||
Linux drivers for LEGO MINDSTORMS EV3 from the ev3dev project.
|
||||
|
||||
https://github.com/ev3dev/lego-linux-drivers
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# fbtft
|
||||
config BR2_LINUX_KERNEL_EXT_FBTFT
|
||||
|
||||
Reference in New Issue
Block a user