[linux-yocto] [PATCH 1/1][yocto-kernel-cache][yocto-4.4] features/input: Add keyboard-gpio feature

Bruce Ashfield bruce.ashfield at windriver.com
Mon Jun 27 19:33:40 PDT 2016


On 2016-06-27 8:15 PM, California Sullivan wrote:
> This feature adds keyboard-gpio support to the kernel. We also add a
> specific implementation by default. More can be added as necessary.

merged to 4.4 (and master).

Bruce

>
> Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
> ---
>  features/input/keyboard-gpio.cfg | 8 ++++++++
>  features/input/keyboard-gpio.scc | 6 ++++++
>  2 files changed, 14 insertions(+)
>  create mode 100644 features/input/keyboard-gpio.cfg
>  create mode 100644 features/input/keyboard-gpio.scc
>
> diff --git a/features/input/keyboard-gpio.cfg b/features/input/keyboard-gpio.cfg
> new file mode 100644
> index 0000000..c86a5fc
> --- /dev/null
> +++ b/features/input/keyboard-gpio.cfg
> @@ -0,0 +1,8 @@
> +# Dependencies
> +CONFIG_INPUT_MISC=y
> +
> +# The main feature
> +CONFIG_KEYBOARD_GPIO=m
> +
> +# Implementations
> +CONFIG_INPUT_SOC_BUTTON_ARRAY=m
> diff --git a/features/input/keyboard-gpio.scc b/features/input/keyboard-gpio.scc
> new file mode 100644
> index 0000000..aad85ab
> --- /dev/null
> +++ b/features/input/keyboard-gpio.scc
> @@ -0,0 +1,6 @@
> +define KFEATURE_DESCRIPTION "Enable keyboard gpio devices"
> +define KFEATURE_COMPATIBILITY board
> +
> +kconf hardware keyboard-gpio.cfg
> +
> +include input.scc
>



More information about the linux-yocto mailing list