[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <59512f64-6d7c-14d7-579a-a04572b27cff@infradead.org>
Date: Mon, 31 Jul 2023 14:54:58 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Daniel Golle <daniel@...rotopia.org>,
Richard Weinberger <richard@....at>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Vignesh Raghavendra <vigneshr@...com>,
linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org
Subject: Re: [PATCH 6/6] mtd: ubi: provide NVMEM layer over UBI volumes
On 7/31/23 12:14, Daniel Golle wrote:
> diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
> index 2ed77b7b3fcb5..45d939bbfa853 100644
> --- a/drivers/mtd/ubi/Kconfig
> +++ b/drivers/mtd/ubi/Kconfig
> @@ -104,4 +104,16 @@ config MTD_UBI_BLOCK
>
> If in doubt, say "N".
>
> +config MTD_UBI_NVMEM
> + tristate "UBI virtual NVMEM"
> + default n
> + depends on NVMEM
> + help
> + This option enabled an additional driver exposing UBI volumes as NVMEM
enables
> + providers, intended for platforms where UBI is part of the firmware
> + specification and used to store also e.g. MAC addresses or board-
> + specific Wi-Fi calibration data.
> +
> + If in doubt, say "N".
and Kconfig help text should be indented with one tab + 2 spaces
according to coding-style.rst.
> +
> endif # MTD_UBI
--
~Randy
Powered by blists - more mailing lists