diff mbox series

[02/11] kernel/generic: remove CONFIG_FB_NOTIFY

Message ID c731d76de12e0ecce6e0bcba585512c829a28e60.1700010534.git.ehem+openwrt@m5p.com
State Superseded, archived
Delegated to: Chuanhong Guo
Headers show
Series Misc kernel config cleanup and small adjustments | expand

Commit Message

Elliott Mitchell Nov. 15, 2023, 1:08 a.m. UTC
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.

Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com> 04/2023
---
 target/linux/generic/config-5.15 | 1 -
 target/linux/generic/config-6.1  | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 09628ef0da..09bd33c3d6 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -1984,7 +1984,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-6.1 b/target/linux/generic/config-6.1
index 2073c40cc5..f352a869fd 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -2071,7 +2071,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