Removing stuff from NOTES because it is in GENEREIC (was: git: f224591746bd - main - Add ASMC_DEBUG make option)

From: Andre Albsmeier <mail_at_fbsd2.e4m.org>
Date: Thu, 26 Mar 2026 09:05:29 UTC
I stumbled across this commit, especially:

>     While here, remove a duplicate `device vt_efifb` directive in `NOTES`
>     as it's already handled in the `GENERIC` config

Is it correct to remove something from NOTES because it is in GENERIC?

My impression was that NOTES contains ALL what can be configured into
a kernel (whether it makes sense or not). Am I wrong here?

	-Andre

On Tue, 06-Jan-2026 at 01:43:34 +0000, Enji Cooper wrote:
> The branch main has been updated by ngie:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=f224591746bdaf14ad5f63de4738a3146cc2f55f
> 
> commit f224591746bdaf14ad5f63de4738a3146cc2f55f
> Author:     Enji Cooper <ngie@FreeBSD.org>
> AuthorDate: 2026-01-04 08:27:57 +0000
> Commit:     Enji Cooper <ngie@FreeBSD.org>
> CommitDate: 2026-01-06 01:43:04 +0000
> 
>     Add ASMC_DEBUG make option
>     
>     This allows folks to enable debug statements in asmc(4) using kernel
>     configs via the `options ASMC_DEBUG` directive.
>     
>     While here, remove a duplicate `device vt_efifb` directive in `NOTES`
>     as it's already handled in the `GENERIC` config
>     
>     MFC after:      1 week
>     Differential Revision:  https://reviews.freebsd.org/D54511
> ---
...