From 2bf59d2fc5fb9ee8f8a61e26fc0bada4791d674c Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Wed, 9 Mar 2022 10:26:06 +0800 Subject: [PATCH] arm64: configs: update rk3588_nvr.config 1) make ARCH=arm64 rockchip_linux_defconfig 2) cp .config tmp.config 3) make ARCH=arm64 rockchip_linux_defconfig rk3588_nvr.config 4) ./scripts/diffconfig -m tmp.config .config > arch/arm64/configs/rk3588_nvr.config Signed-off-by: Lei Chen Change-Id: I18bddf7a5cfda7a8ef43d07e7637b03624255c47 --- arch/arm64/configs/rk3588_nvr.config | 44 +++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/rk3588_nvr.config b/arch/arm64/configs/rk3588_nvr.config index e012c45da5ff..0421ec5c75c3 100644 --- a/arch/arm64/configs/rk3588_nvr.config +++ b/arch/arm64/configs/rk3588_nvr.config @@ -28,7 +28,49 @@ CONFIG_INPUT_MOUSEDEV=y # CONFIG_USB_CONFIGFS_MASS_STORAGE is not set # CONFIG_USB_SERIAL is not set # CONFIG_WLAN is not set +CONFIG_ASYNC_CORE=y +CONFIG_ASYNC_MEMCPY=y +CONFIG_ASYNC_PQ=y +CONFIG_ASYNC_RAID6_RECOV=y +# CONFIG_ASYNC_RAID6_TEST is not set +CONFIG_ASYNC_XOR=y +# CONFIG_BCM_SBA_RAID is not set +CONFIG_INLINE_READ_LOCK=y +CONFIG_INLINE_READ_LOCK_BH=y +CONFIG_INLINE_READ_LOCK_IRQ=y +CONFIG_INLINE_READ_LOCK_IRQSAVE=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_BH=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK_IRQRESTORE=y +CONFIG_INLINE_SPIN_LOCK=y +CONFIG_INLINE_SPIN_LOCK_BH=y +CONFIG_INLINE_SPIN_LOCK_IRQ=y +CONFIG_INLINE_SPIN_LOCK_IRQSAVE=y +CONFIG_INLINE_SPIN_TRYLOCK=y +CONFIG_INLINE_SPIN_TRYLOCK_BH=y +CONFIG_INLINE_SPIN_UNLOCK_BH=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE=y +CONFIG_INLINE_WRITE_LOCK=y +CONFIG_INLINE_WRITE_LOCK_BH=y +CONFIG_INLINE_WRITE_LOCK_IRQ=y +CONFIG_INLINE_WRITE_LOCK_IRQSAVE=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_BH=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE=y +# CONFIG_INPUT_MOUSEDEV_PSAUX is not set CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 -CONFIG_MD_RAID456=y +CONFIG_MD_AUTODETECT=y +# CONFIG_MD_FAULTY is not set +# CONFIG_MD_LINEAR is not set CONFIG_MD_MULTIPATH=y +# CONFIG_MD_RAID0 is not set +# CONFIG_MD_RAID1 is not set +# CONFIG_MD_RAID10 is not set +CONFIG_MD_RAID456=y +CONFIG_RAID6_PQ=y +CONFIG_RAID6_PQ_BENCHMARK=y +CONFIG_XOR_BLOCKS=y