aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDzmitry Sankouski2023-04-01 12:28:43 +0300
committerTom Rini2023-05-03 09:05:24 -0400
commita2612d7c55f00c29b937cabcb59dfcbf52ad3c65 (patch)
tree121aa067c092b3d077c780051e3d98d1fc008f55 /configs
parent6a0c30610c77f7e2d089933a9899d8e894663db4 (diff)
starqltechn: use button keyboard driver
Button keyboard driver used to navigate bootmenu entries. Add gpio buttons, button keyboard driver. Add gpio keys dts bindings. Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/starqltechn_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/starqltechn_defconfig b/configs/starqltechn_defconfig
index 599d9260583..92e7254c73f 100644
--- a/configs/starqltechn_defconfig
+++ b/configs/starqltechn_defconfig
@@ -20,9 +20,12 @@ CONFIG_SYS_PBSIZE=532
CONFIG_CMD_GPIO=y
CONFIG_CMD_BMP=y
# CONFIG_NET is not set
+CONFIG_BUTTON=y
CONFIG_CLK=y
CONFIG_MSM_GPIO=y
CONFIG_QCOM_PMIC_GPIO=y
+CONFIG_DM_KEYBOARD=y
+CONFIG_BUTTON_KEYBOARD=y
CONFIG_PINCTRL=y
CONFIG_DM_PMIC=y
CONFIG_PMIC_QCOM=y