Re: [PATCH v2 2/2] arm64: defconfig: Enable UBI and UBIFS

From: Krzysztof Kozlowski
Date: Thu Jun 22 2023 - 08:51:25 EST


On 22/06/2023 14:36, kah.jing.lee@xxxxxxxxx wrote:
> From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@xxxxxxxxx>
>
> This patch is to enable UBI and UBIFS in Linux defconfig for socfpga
> Agilex and Stratix10 platform.
>
> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@xxxxxxxxx>
> Signed-off-by: Kah Jing Lee <kah.jing.lee@xxxxxxxxx>
> ---
> v2: Update subject prefix and align defconfig config place
> ---
> arch/arm64/configs/defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index a24609e14d50..8c3c6fd20d77 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -267,6 +267,7 @@ CONFIG_MTD_NAND_BRCMNAND=m
> CONFIG_MTD_NAND_FSL_IFC=y
> CONFIG_MTD_NAND_QCOM=y
> CONFIG_MTD_SPI_NOR=y
> +CONFIG_MTD_UBI=y

=m

(and wait till discussion finished)

> CONFIG_BLK_DEV_LOOP=y
> CONFIG_BLK_DEV_NBD=m
> CONFIG_VIRTIO_BLK=y
> @@ -1444,6 +1445,7 @@ CONFIG_TMPFS_POSIX_ACL=y
> CONFIG_HUGETLBFS=y
> CONFIG_CONFIGFS_FS=y
> CONFIG_EFIVAR_FS=y
> +CONFIG_UBIFS_FS=y

Also =m



Best regards,
Krzysztof