On 3/10/26 1:16 PM, Mukesh Ojha wrote:
> diff --git a/kernel/meminspect/Kconfig b/kernel/meminspect/Kconfig
> index fa2b5a84b251..396510908e47 100644
> --- a/kernel/meminspect/Kconfig
> +++ b/kernel/meminspect/Kconfig
> @@ -17,3 +17,14 @@ config MEMINSPECT
>
> Note that modules using this feature must be rebuilt if option
> changes.
> +
> +config MEMINSPECT_KINFO
> + tristate "Shared memory KInfo compatible driver"
> + depends on MEMINSPECT
> + help
> + Say y here to enable the Shared memory KInfo compatible driver
Use a period (full stop) ('.') at the end of the sentence above.
> + With this driver, the registered regions are copied to a shared
> + memory zone at register time.
> + The shared memory zone is supplied via OF.
> + This driver will select only regions that are of interest,
> + and keep only addresses. The format of the list is Kinfo compatible.
--
~Randy