mirror of https://github.com/OpenIPC/firmware.git
34 lines
1022 B
Diff
34 lines
1022 B
Diff
diff -drupN a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
|
|
--- a/drivers/video/fbdev/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/video/fbdev/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -4,7 +4,6 @@
|
|
|
|
menuconfig FB
|
|
tristate "Support for frame buffer devices"
|
|
- select FB_CMDLINE
|
|
select FB_NOTIFY
|
|
---help---
|
|
The frame buffer device provides an abstraction for the graphics
|
|
@@ -55,7 +54,12 @@ config FIRMWARE_EDID
|
|
suffer from this problem.
|
|
|
|
config FB_CMDLINE
|
|
- bool
|
|
+ bool "Enable fbdev cmdline param"
|
|
+ depends on FB && !DISP2_SUNXI
|
|
+ default y
|
|
+ ---help---
|
|
+ Say Y, if you want to pass some parameters form cmdline to fbdev.
|
|
+ If not, say N.
|
|
|
|
config FB_NOTIFY
|
|
bool
|
|
@@ -2448,6 +2452,7 @@ config FB_SIMPLE
|
|
source "drivers/video/fbdev/omap/Kconfig"
|
|
source "drivers/video/fbdev/omap2/Kconfig"
|
|
source "drivers/video/fbdev/mmp/Kconfig"
|
|
+source "drivers/video/fbdev/sunxi/Kconfig"
|
|
|
|
config FB_SH_MOBILE_MERAM
|
|
tristate "SuperH Mobile MERAM read ahead support"
|