diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2015-10-01 11:56:15 +0100 |
---|---|---|
committer | Stephen Lawrence <stephen.lawrence@renesas.com> | 2015-10-01 11:56:15 +0100 |
commit | 432124922ff7e45f941e7c2d3e7a0c7476eaa8d9 (patch) | |
tree | eec8c51c059e533655e299c908dd3d7aa0471467 /meta-rcar-gen2/recipes-kernel | |
parent | e3b0f456ba8176253cf0d289a14bf26b1ea2134a (diff) | |
parent | d83970c8286484ef3ddcdd309c92a7f38045e659 (diff) |
Merge pull request #1 from jonathanmaw/jonathanmaw/add-uinput
Configure linux-renesas to enable INPUT_UINPUT
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux.inc | 3 |
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 |