From a705379b2eebaca12a1b016ab2aa42735bfa7f8d Mon Sep 17 00:00:00 2001 From: David Wu Date: Mon, 5 Feb 2024 18:36:02 +0800 Subject: [PATCH] arm64: config: rockchip_linux_defconfig: Enable LSM6DSX config Because the board of RK3576-iotest uses the i3c peripheral, it is easy to enable this driver for testing. Change-Id: I457ff6285d6627d8c11a0bbbda7261c9f5b19432 Signed-off-by: David Wu --- arch/arm64/configs/rockchip_linux_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_linux_defconfig b/arch/arm64/configs/rockchip_linux_defconfig index 91ab61340290..ceb837a0fff4 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -546,6 +546,7 @@ CONFIG_ARM_ROCKCHIP_DMC_DEVFREQ=y CONFIG_DEVFREQ_EVENT_ROCKCHIP_NOCP=y CONFIG_IIO=y CONFIG_ROCKCHIP_SARADC=y +CONFIG_IIO_ST_LSM6DSX=y CONFIG_SENSORS_ISL29018=y CONFIG_SENSORS_TSL2563=y CONFIG_TSL2583=y