summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-05-03 08:30:06 +0300
committerBrandon Kim <brandonkim@google.com>2021-05-03 19:38:07 +0300
commit8d033f485c48a76d5130012d39674ed64dc33587 (patch)
tree8e982a547f2676c11617743ad23718221c7fc664 /meta-quanta
parent2f920b821b92e5c4d29396473d2d4f5d689d214f (diff)
downloadopenbmc-8d033f485c48a76d5130012d39674ed64dc33587.tar.xz
meta-quanta: gbs: add back CONFIG_INPUT_KEYBOARD
Add back CONFIG_INPUT_KEYBOARD because it's needed for CONFIG_KEYBOARD_GPIO Kconfig ref: https://gerrit.openbmc-project.xyz/42704 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I8cbaec4f950c9787f1c9b3526ccd92d2785b2b01
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg b/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg
index 73d52f845..221910a36 100644
--- a/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg
+++ b/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg
@@ -113,4 +113,6 @@ CONFIG_MTD_PARTITIONED_MASTER=y
# Enable phsophor-gpio-keys feature
CONFIG_INPUT_EVDEV=y
+# Need for CONFIG_KEYBOARD_GPIO Kconfig
+CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_GPIO=y