From 128fe144e7b86ee53cccef7021312157fda311f0 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Fri, 20 Jun 2025 10:27:09 +0200 Subject: [PATCH] ARM: imx_v6_v7_defconfig: select CONFIG_INPUT_PWM_BEEPER The driver is required by the Engicam MicroGEA BMM board. Signed-off-by: Dario Binacchi Signed-off-by: Shawn Guo --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index f0ccb66f68414..dfe017b551498 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -181,6 +181,7 @@ CONFIG_TOUCHSCREEN_COLIBRI_VF50=y CONFIG_INPUT_MISC=y CONFIG_INPUT_MMA8450=y CONFIG_INPUT_GPIO_BEEPER=m +CONFIG_INPUT_PWM_BEEPER=y CONFIG_SERIO_SERPORT=m # CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_IMX=y -- 2.47.2