[PATCH RESEND 02/11] kernel/generic: remove CONFIG_FB_NOTIFY
Jonas Gorski
jonas.gorski at gmail.com
Tue Dec 12 07:48:32 PST 2023
Hi,
On Sun, 10 Dec 2023 at 18:49, Elliott Mitchell <ehem+openwrt at m5p.com> wrote:
>
> Date: Tue, 25 Apr 2023 16:23:20 -0700
>
> This option is automatically enabled by CONFIG_FB=y. There is no
> reason to specifically enable it.
Unfortunately this change will cause the symbol to appear in target
configs when using make kernel_*config. Ideally a make kernel_*config
without any changes should result in no changed files (currently it
does so for many targets).
To avoid that, I guess adding the symbol to
target/linux/generic/config-filter should do the trick so it becomes
properly ignored for config management.
Best Regards,
Jonas
More information about the openwrt-devel
mailing list