diff options
| author | David Lechner <david@lechnology.com> | 2016-11-01 22:15:55 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-02 17:52:24 +0100 |
| commit | 7d4a2f2ca43eb6b925cdf5b6b15d48ac49ee96af (patch) | |
| tree | 03a01c0b2423738e409dda76082fb2e6dd6740a4 /linux/Config.ext.in | |
| parent | c846d2e21133441e92b1ee3b98f2fc013a01db16 (diff) | |
| download | buildroot-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 'linux/Config.ext.in')
| -rw-r--r-- | linux/Config.ext.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/Config.ext.in b/linux/Config.ext.in index 5d5e7efbca..011dffb0b1 100644 --- a/linux/Config.ext.in +++ b/linux/Config.ext.in @@ -46,6 +46,16 @@ config BR2_LINUX_KERNEL_EXT_RTAI 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 bool "FB TFT drivers" |

