* [PATCH] ARM64: add GPIO keys to the defconfig
@ 2015-06-04 11:41 Linus Walleij
2015-06-04 14:08 ` Shannon Zhao
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2015-06-04 11:41 UTC (permalink / raw)
To: linux-arm-kernel
The Juno board, and likely many other boards, likes to use simple
GPIO keys for input events. Enabled this in the default
ARM64 defconfig.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Hi ARM SoC folks, please apply this directly to the defconfig
branch so we can have GPIO keys on our ARM64 machines.
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2ed7449d9273..b8760c31d0d3 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -94,6 +94,7 @@ CONFIG_SMC91X=y
CONFIG_SMSC911X=y
# CONFIG_WLAN is not set
CONFIG_INPUT_EVDEV=y
+CONFIG_KEYBOARD_GPIO=y
# CONFIG_SERIO_SERPORT is not set
CONFIG_SERIO_AMBAKMI=y
CONFIG_LEGACY_PTY_COUNT=16
--
1.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM64: add GPIO keys to the defconfig
2015-06-04 11:41 [PATCH] ARM64: add GPIO keys to the defconfig Linus Walleij
@ 2015-06-04 14:08 ` Shannon Zhao
2015-06-11 21:19 ` Kevin Hilman
0 siblings, 1 reply; 3+ messages in thread
From: Shannon Zhao @ 2015-06-04 14:08 UTC (permalink / raw)
To: linux-arm-kernel
On 2015/6/4 19:41, Linus Walleij wrote:
> The Juno board, and likely many other boards, likes to use simple
> GPIO keys for input events. Enabled this in the default
> ARM64 defconfig.
>
This is also useful for QEMU to support external poweroff on ARM.
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Hi ARM SoC folks, please apply this directly to the defconfig
> branch so we can have GPIO keys on our ARM64 machines.
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 2ed7449d9273..b8760c31d0d3 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -94,6 +94,7 @@ CONFIG_SMC91X=y
> CONFIG_SMSC911X=y
> # CONFIG_WLAN is not set
> CONFIG_INPUT_EVDEV=y
> +CONFIG_KEYBOARD_GPIO=y
> # CONFIG_SERIO_SERPORT is not set
> CONFIG_SERIO_AMBAKMI=y
> CONFIG_LEGACY_PTY_COUNT=16
>
--
Shannon
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM64: add GPIO keys to the defconfig
2015-06-04 14:08 ` Shannon Zhao
@ 2015-06-11 21:19 ` Kevin Hilman
0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2015-06-11 21:19 UTC (permalink / raw)
To: linux-arm-kernel
Shannon Zhao <shannon.zhao@linaro.org> writes:
> On 2015/6/4 19:41, Linus Walleij wrote:
>> The Juno board, and likely many other boards, likes to use simple
>> GPIO keys for input events. Enabled this in the default
>> ARM64 defconfig.
>>
>
> This is also useful for QEMU to support external poweroff on ARM.
>
> Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
>
Applied to next/defconfig with Shannon's ack.
Kevin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-11 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 11:41 [PATCH] ARM64: add GPIO keys to the defconfig Linus Walleij
2015-06-04 14:08 ` Shannon Zhao
2015-06-11 21:19 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).