From 89ddc2a2138a74181894db4d2ce43a9849f61314 Mon Sep 17 00:00:00 2001 From: Clemens Terasa <clemens.terasa@garz-fricke.com> Date: Fri, 15 Jul 2022 14:44:14 +0200 Subject: [PATCH] linux: defconfig: imx6ull: Add GPIO and PWM beeper as module Add support for GPIO and PWM beepers. This enables the on-board beeper on the SECO Northern Europe NALLLINO platform. BCS 746-000992 (cherry picked from commit ad7371e069ae0cd3c706fe635c272cfad29d8984) --- recipes-kernel/linux/linux-seconorth-5.10/imx6ullguf/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-seconorth-5.10/imx6ullguf/defconfig b/recipes-kernel/linux/linux-seconorth-5.10/imx6ullguf/defconfig index 0f2aa718..325be267 100644 --- a/recipes-kernel/linux/linux-seconorth-5.10/imx6ullguf/defconfig +++ b/recipes-kernel/linux/linux-seconorth-5.10/imx6ullguf/defconfig @@ -149,6 +149,8 @@ CONFIG_TOUCHSCREEN_STMPE=y CONFIG_TOUCHSCREEN_SX8654=y CONFIG_TOUCHSCREEN_COLIBRI_VF50=m CONFIG_INPUT_MISC=y +CONFIG_INPUT_GPIO_BEEPER=m +CONFIG_INPUT_PWM_BEEPER=m CONFIG_SERIO_SERPORT=m # CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_IMX=y -- GitLab