aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Lawrence <stephen.lawrence@renesas.com>2015-10-01 11:56:15 +0100
committerStephen Lawrence <stephen.lawrence@renesas.com>2015-10-01 11:56:15 +0100
commit432124922ff7e45f941e7c2d3e7a0c7476eaa8d9 (patch)
treeeec8c51c059e533655e299c908dd3d7aa0471467
parente3b0f456ba8176253cf0d289a14bf26b1ea2134a (diff)
parentd83970c8286484ef3ddcdd309c92a7f38045e659 (diff)
Merge pull request #1 from jonathanmaw/jonathanmaw/add-uinput
Configure linux-renesas to enable INPUT_UINPUT
-rw-r--r--meta-rcar-gen2/recipes-kernel/linux/linux.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux.inc b/meta-rcar-gen2/recipes-kernel/linux/linux.inc
index 560bf98..886c2a9 100644
--- a/meta-rcar-gen2/recipes-kernel/linux/linux.inc
+++ b/meta-rcar-gen2/recipes-kernel/linux/linux.inc
@@ -118,6 +118,9 @@ do_configure_prepend() {
kernel_configure_variable QUOTA y
kernel_configure_variable BT y
+ # add uinput for automated testing
+ kernel_configure_variable INPUT_MISC y
+ kernel_configure_variable INPUT_UINPUT y
# Keep this the last line
# Remove all modified configs and add the rest to .config