diff options
author | Shannon Zhao <shannon.zhao@linaro.org> | 2016-03-30 17:27:22 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-03-30 17:27:22 +0100 |
commit | e5a8152c9bfd3d40c37711ba5b704f277cbc0c54 (patch) | |
tree | f934ee17be4817f0f357bafa37dc498f3048ffd0 /default-configs | |
parent | 489ef4c810033e63af570c8a430af8b9858bfa5f (diff) |
hw/gpio: Add the emulation of gpio_key
This will be used by ARM virt machine as a power button.
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Message-id: 1458221140-15232-2-git-send-email-zhaoshenglong@huawei.com
[PMM: Use hyphen rather than underscore in type names;
add a comment briefly describing what the device does]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 2bcd23656b..c63cdd073d 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -111,3 +111,4 @@ CONFIG_I82801B11=y CONFIG_ACPI=y CONFIG_SMBIOS=y CONFIG_ASPEED_SOC=y +CONFIG_GPIO_KEY=y |