[PATCH 1/9] kernel/generic: remove CONFIG_FB_NOTIFY
Hauke Mehrtens
hauke at hauke-m.de
Sun Jun 25 09:41:04 PDT 2023
On 4/26/23 01:23, Elliott Mitchell wrote:
> I don't know what version of Linux this option disappeared at, but
> it is clearly gone now.
>
> Signed-off-by: Elliott Mitchell <ehem+openwrt at m5p.com>
> ---
> target/linux/generic/config-5.10 | 1 -
> target/linux/generic/config-5.15 | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
> index cde0fdb0a0..f6f1fb0278 100644
> --- a/target/linux/generic/config-5.10
> +++ b/target/linux/generic/config-5.10
> @@ -1892,7 +1892,6 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
> # CONFIG_FB_MXS is not set
> # CONFIG_FB_N411 is not set
> # CONFIG_FB_NEOMAGIC is not set
> -CONFIG_FB_NOTIFY=y
> # CONFIG_FB_NVIDIA is not set
> # CONFIG_FB_OF is not set
> # CONFIG_FB_OMAP2 is not set
> diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
> index 239a645231..ac75a480a1 100644
> --- a/target/linux/generic/config-5.15
> +++ b/target/linux/generic/config-5.15
> @@ -1979,7 +1979,6 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
> # CONFIG_FB_MXS is not set
> # CONFIG_FB_N411 is not set
> # CONFIG_FB_NEOMAGIC is not set
> -CONFIG_FB_NOTIFY=y
> # CONFIG_FB_NVIDIA is not set
> # CONFIG_FB_OF is not set
> # CONFIG_FB_OMAP2 is not set
Some targets are activating CONFIG_FB=y, for these targets we also want
to activate CONFIG_FB_NOTIFY for some reason. If a target does not set
CONFIG_FB, it will also not set CONFIG_FB_NOTIFY
Hauke
More information about the openwrt-devel
mailing list