From 3fa2d160a6b86c640efb66db19fb78e1a205710b Mon Sep 17 00:00:00 2001 From: Suguru Saito Date: Mon, 27 Dec 2021 00:53:39 +0900 Subject: [PATCH] sharp: add PWM_BEEPER and SubLCD to brain_2g_defconfig --- arch/arm/configs/brain_2g_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/brain_2g_defconfig b/arch/arm/configs/brain_2g_defconfig index e0ea9148ae9b..3f4d95c125c9 100644 --- a/arch/arm/configs/brain_2g_defconfig +++ b/arch/arm/configs/brain_2g_defconfig @@ -206,3 +206,5 @@ CONFIG_STACKTRACE=y CONFIG_STRICT_DEVMEM=y CONFIG_DEBUG_USER=y CONFIG_TOUCHSCREEN_SX8654=y +CONFIG_INPUT_PWM_BEEPER=y +CONFIG_TINYDRM_BRAIN_ST7586=y