summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2016-11-01 22:15:56 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-02 17:52:30 +0100
commit36bd9a3cb45ef4ce59581eb9f9c557cf6ceef09b (patch)
tree07f7d3f8246ff3f4605ad57e70ef406fb4fcf1a3 /configs
parent7d4a2f2ca43eb6b925cdf5b6b15d48ac49ee96af (diff)
board/lego/ev3: Use ev3dev linux ext for ev3dev drivers
This uses the ev3dev linux extension to compile the ev3dev drivers for LEGO MINDSTORMS EV3. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/lego_ev3_defconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/lego_ev3_defconfig b/configs/lego_ev3_defconfig
index ea76d595a..543a22749 100644
--- a/configs/lego_ev3_defconfig
+++ b/configs/lego_ev3_defconfig
@@ -2,9 +2,6 @@
BR2_arm=y
BR2_arm926t=y
-# patches
-BR2_GLOBAL_PATCH_DIR="board/lego/ev3/patches"
-
# system
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
@@ -20,6 +17,7 @@ BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v4.4.19-15-ev3dev-ev3_1"
BR2_LINUX_KERNEL_DEFCONFIG="ev3dev"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/lego/ev3/linux.fragment"
BR2_LINUX_KERNEL_UIMAGE=y
+BR2_LINUX_KERNEL_EXT_EV3DEV_LINUX_DRIVERS=y
# filesystem
BR2_TARGET_ROOTFS_EXT2=y