From a9a9e651ee82349e2e1e4cb4c699af3781f56230 Mon Sep 17 00:00:00 2001 From: yang_hongliang Date: Wed, 2 Mar 2022 10:31:06 +0800 Subject: [PATCH] enable pwm and uart hdf drivers Signed-off-by: yang_hongliang --- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 568498c..8f7fc74 100644 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -5814,8 +5814,8 @@ CONFIG_DRIVERS_HDF_PLATFORM=y CONFIG_DRIVERS_HDF_PLATFORM_GPIO=y CONFIG_DRIVERS_HDF_PLATFORM_I2C=y # CONFIG_DRIVERS_HDF_PLATFORM_WATCHDOG is not set -# CONFIG_DRIVERS_HDF_PLATFORM_PWM is not set -# CONFIG_DRIVERS_HDF_PLATFORM_UART is not set +CONFIG_DRIVERS_HDF_PLATFORM_PWM=y +CONFIG_DRIVERS_HDF_PLATFORM_UART=y # CONFIG_DRIVERS_HDF_PLATFORM_SDIO is not set # CONFIG_DRIVERS_HDF_PLATFORM_EMMC is not set # CONFIG_DRIVERS_HDF_PLATFORM_MMC is not set -- Gitee