aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/fbdev/Kconfig28
-rw-r--r--drivers/video/fbdev/mmp/hw/Kconfig1
-rw-r--r--drivers/video/fbdev/mmp/panel/Kconfig1
-rw-r--r--drivers/video/fbdev/omap2/omapfb/dss/Kconfig7
4 files changed, 0 insertions, 37 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index 84b4b5507bf3..e413f54208f4 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -47,7 +47,6 @@ menuconfig FB
47config FIRMWARE_EDID 47config FIRMWARE_EDID
48 bool "Enable firmware EDID" 48 bool "Enable firmware EDID"
49 depends on FB 49 depends on FB
50 default n
51 ---help--- 50 ---help---
52 This enables access to the EDID transferred from the firmware. 51 This enables access to the EDID transferred from the firmware.
53 On the i386, this is from the Video BIOS. Enable this if DDC/I2C 52 On the i386, this is from the Video BIOS. Enable this if DDC/I2C
@@ -65,12 +64,10 @@ config FB_DDC
65 depends on FB 64 depends on FB
66 select I2C_ALGOBIT 65 select I2C_ALGOBIT
67 select I2C 66 select I2C
68 default n
69 67
70config FB_BOOT_VESA_SUPPORT 68config FB_BOOT_VESA_SUPPORT
71 bool 69 bool
72 depends on FB 70 depends on FB
73 default n
74 ---help--- 71 ---help---
75 If true, at least one selected framebuffer driver can take advantage 72 If true, at least one selected framebuffer driver can take advantage
76 of VESA video modes set at an early boot stage via the vga= parameter. 73 of VESA video modes set at an early boot stage via the vga= parameter.
@@ -78,7 +75,6 @@ config FB_BOOT_VESA_SUPPORT
78config FB_CFB_FILLRECT 75config FB_CFB_FILLRECT
79 tristate 76 tristate
80 depends on FB 77 depends on FB
81 default n
82 ---help--- 78 ---help---
83 Include the cfb_fillrect function for generic software rectangle 79 Include the cfb_fillrect function for generic software rectangle
84 filling. This is used by drivers that don't provide their own 80 filling. This is used by drivers that don't provide their own
@@ -87,7 +83,6 @@ config FB_CFB_FILLRECT
87config FB_CFB_COPYAREA 83config FB_CFB_COPYAREA
88 tristate 84 tristate
89 depends on FB 85 depends on FB
90 default n
91 ---help--- 86 ---help---
92 Include the cfb_copyarea function for generic software area copying. 87 Include the cfb_copyarea function for generic software area copying.
93 This is used by drivers that don't provide their own (accelerated) 88 This is used by drivers that don't provide their own (accelerated)
@@ -96,7 +91,6 @@ config FB_CFB_COPYAREA
96config FB_CFB_IMAGEBLIT 91config FB_CFB_IMAGEBLIT
97 tristate 92 tristate
98 depends on FB 93 depends on FB
99 default n
100 ---help--- 94 ---help---
101 Include the cfb_imageblit function for generic software image 95 Include the cfb_imageblit function for generic software image
102 blitting. This is used by drivers that don't provide their own 96 blitting. This is used by drivers that don't provide their own
@@ -105,7 +99,6 @@ config FB_CFB_IMAGEBLIT
105config FB_CFB_REV_PIXELS_IN_BYTE 99config FB_CFB_REV_PIXELS_IN_BYTE
106 bool 100 bool
107 depends on FB 101 depends on FB
108 default n
109 ---help--- 102 ---help---
110 Allow generic frame-buffer functions to work on displays with 1, 2 103 Allow generic frame-buffer functions to work on displays with 1, 2
111 and 4 bits per pixel depths which has opposite order of pixels in 104 and 4 bits per pixel depths which has opposite order of pixels in
@@ -114,7 +107,6 @@ config FB_CFB_REV_PIXELS_IN_BYTE
114config FB_SYS_FILLRECT 107config FB_SYS_FILLRECT
115 tristate 108 tristate
116 depends on FB 109 depends on FB
117 default n
118 ---help--- 110 ---help---
119 Include the sys_fillrect function for generic software rectangle 111 Include the sys_fillrect function for generic software rectangle
120 filling. This is used by drivers that don't provide their own 112 filling. This is used by drivers that don't provide their own
@@ -123,7 +115,6 @@ config FB_SYS_FILLRECT
123config FB_SYS_COPYAREA 115config FB_SYS_COPYAREA
124 tristate 116 tristate
125 depends on FB 117 depends on FB
126 default n
127 ---help--- 118 ---help---
128 Include the sys_copyarea function for generic software area copying. 119 Include the sys_copyarea function for generic software area copying.
129 This is used by drivers that don't provide their own (accelerated) 120 This is used by drivers that don't provide their own (accelerated)
@@ -132,7 +123,6 @@ config FB_SYS_COPYAREA
132config FB_SYS_IMAGEBLIT 123config FB_SYS_IMAGEBLIT
133 tristate 124 tristate
134 depends on FB 125 depends on FB
135 default n
136 ---help--- 126 ---help---
137 Include the sys_imageblit function for generic software image 127 Include the sys_imageblit function for generic software image
138 blitting. This is used by drivers that don't provide their own 128 blitting. This is used by drivers that don't provide their own
@@ -141,7 +131,6 @@ config FB_SYS_IMAGEBLIT
141config FB_PROVIDE_GET_FB_UNMAPPED_AREA 131config FB_PROVIDE_GET_FB_UNMAPPED_AREA
142 bool 132 bool
143 depends on FB 133 depends on FB
144 default n
145 ---help--- 134 ---help---
146 Allow generic frame-buffer to provide get_fb_unmapped_area 135 Allow generic frame-buffer to provide get_fb_unmapped_area
147 function. 136 function.
@@ -173,7 +162,6 @@ endchoice
173config FB_SYS_FOPS 162config FB_SYS_FOPS
174 tristate 163 tristate
175 depends on FB 164 depends on FB
176 default n
177 165
178config FB_DEFERRED_IO 166config FB_DEFERRED_IO
179 bool 167 bool
@@ -187,7 +175,6 @@ config FB_HECUBA
187config FB_SVGALIB 175config FB_SVGALIB
188 tristate 176 tristate
189 depends on FB 177 depends on FB
190 default n
191 ---help--- 178 ---help---
192 Common utility functions useful to fbdev drivers of VGA-based 179 Common utility functions useful to fbdev drivers of VGA-based
193 cards. 180 cards.
@@ -195,19 +182,16 @@ config FB_SVGALIB
195config FB_MACMODES 182config FB_MACMODES
196 tristate 183 tristate
197 depends on FB 184 depends on FB
198 default n
199 185
200config FB_BACKLIGHT 186config FB_BACKLIGHT
201 bool 187 bool
202 depends on FB 188 depends on FB
203 select BACKLIGHT_LCD_SUPPORT 189 select BACKLIGHT_LCD_SUPPORT
204 select BACKLIGHT_CLASS_DEVICE 190 select BACKLIGHT_CLASS_DEVICE
205 default n
206 191
207config FB_MODE_HELPERS 192config FB_MODE_HELPERS
208 bool "Enable Video Mode Handling Helpers" 193 bool "Enable Video Mode Handling Helpers"
209 depends on FB 194 depends on FB
210 default n
211 ---help--- 195 ---help---
212 This enables functions for handling video modes using the 196 This enables functions for handling video modes using the
213 Generalized Timing Formula and the EDID parser. A few drivers rely 197 Generalized Timing Formula and the EDID parser. A few drivers rely
@@ -218,7 +202,6 @@ config FB_MODE_HELPERS
218config FB_TILEBLITTING 202config FB_TILEBLITTING
219 bool "Enable Tile Blitting Support" 203 bool "Enable Tile Blitting Support"
220 depends on FB 204 depends on FB
221 default n
222 ---help--- 205 ---help---
223 This enables tile blitting. Tile blitting is a drawing technique 206 This enables tile blitting. Tile blitting is a drawing technique
224 where the screen is divided into rectangular sections (tiles), whereas 207 where the screen is divided into rectangular sections (tiles), whereas
@@ -929,7 +912,6 @@ config FB_NVIDIA_I2C
929config FB_NVIDIA_DEBUG 912config FB_NVIDIA_DEBUG
930 bool "Lots of debug output" 913 bool "Lots of debug output"
931 depends on FB_NVIDIA 914 depends on FB_NVIDIA
932 default n
933 help 915 help
934 Say Y here if you want the nVidia driver to output all sorts 916 Say Y here if you want the nVidia driver to output all sorts
935 of debugging information to provide to the maintainer when 917 of debugging information to provide to the maintainer when
@@ -976,7 +958,6 @@ config FB_RIVA_I2C
976config FB_RIVA_DEBUG 958config FB_RIVA_DEBUG
977 bool "Lots of debug output" 959 bool "Lots of debug output"
978 depends on FB_RIVA 960 depends on FB_RIVA
979 default n
980 help 961 help
981 Say Y here if you want the Riva driver to output all sorts 962 Say Y here if you want the Riva driver to output all sorts
982 of debugging information to provide to the maintainer when 963 of debugging information to provide to the maintainer when
@@ -1259,7 +1240,6 @@ config FB_RADEON_BACKLIGHT
1259config FB_RADEON_DEBUG 1240config FB_RADEON_DEBUG
1260 bool "Lots of debug output from Radeon driver" 1241 bool "Lots of debug output from Radeon driver"
1261 depends on FB_RADEON 1242 depends on FB_RADEON
1262 default n
1263 help 1243 help
1264 Say Y here if you want the Radeon driver to output all sorts 1244 Say Y here if you want the Radeon driver to output all sorts
1265 of debugging information to provide to the maintainer when 1245 of debugging information to provide to the maintainer when
@@ -1392,7 +1372,6 @@ config FB_SAVAGE_I2C
1392config FB_SAVAGE_ACCEL 1372config FB_SAVAGE_ACCEL
1393 bool "Enable Console Acceleration" 1373 bool "Enable Console Acceleration"
1394 depends on FB_SAVAGE 1374 depends on FB_SAVAGE
1395 default n
1396 help 1375 help
1397 This option will compile in console acceleration support. If 1376 This option will compile in console acceleration support. If
1398 the resulting framebuffer console has bothersome glitches, then 1377 the resulting framebuffer console has bothersome glitches, then
@@ -1449,7 +1428,6 @@ if FB_VIA
1449 1428
1450config FB_VIA_DIRECT_PROCFS 1429config FB_VIA_DIRECT_PROCFS
1451 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)" 1430 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
1452 default n
1453 help 1431 help
1454 Allow direct hardware access to some output registers via procfs. 1432 Allow direct hardware access to some output registers via procfs.
1455 This is dangerous but may provide the only chance to get the 1433 This is dangerous but may provide the only chance to get the
@@ -1458,7 +1436,6 @@ config FB_VIA_DIRECT_PROCFS
1458 1436
1459config FB_VIA_X_COMPATIBILITY 1437config FB_VIA_X_COMPATIBILITY
1460 bool "X server compatibility" 1438 bool "X server compatibility"
1461 default n
1462 help 1439 help
1463 This option reduces the functionality (power saving, ...) of the 1440 This option reduces the functionality (power saving, ...) of the
1464 framebuffer to avoid negative impact on the OpenChrome X server. 1441 framebuffer to avoid negative impact on the OpenChrome X server.
@@ -1683,7 +1660,6 @@ config FB_WM8505
1683config FB_WMT_GE_ROPS 1660config FB_WMT_GE_ROPS
1684 bool "VT8500/WM8xxx accelerated raster ops support" 1661 bool "VT8500/WM8xxx accelerated raster ops support"
1685 depends on (FB = y) && (FB_VT8500 || FB_WM8505) 1662 depends on (FB = y) && (FB_VT8500 || FB_WM8505)
1686 default n
1687 help 1663 help
1688 This adds support for accelerated raster operations on the 1664 This adds support for accelerated raster operations on the
1689 VIA VT8500 and Wondermedia 85xx series SoCs. 1665 VIA VT8500 and Wondermedia 85xx series SoCs.
@@ -1793,17 +1769,14 @@ config FB_PXA
1793 1769
1794config FB_PXA_OVERLAY 1770config FB_PXA_OVERLAY
1795 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" 1771 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
1796 default n
1797 depends on FB_PXA && (PXA27x || PXA3xx) 1772 depends on FB_PXA && (PXA27x || PXA3xx)
1798 1773
1799config FB_PXA_SMARTPANEL 1774config FB_PXA_SMARTPANEL
1800 bool "PXA Smartpanel LCD support" 1775 bool "PXA Smartpanel LCD support"
1801 default n
1802 depends on FB_PXA 1776 depends on FB_PXA
1803 1777
1804config FB_PXA_PARAMETERS 1778config FB_PXA_PARAMETERS
1805 bool "PXA LCD command line parameters" 1779 bool "PXA LCD command line parameters"
1806 default n
1807 depends on FB_PXA 1780 depends on FB_PXA
1808 ---help--- 1781 ---help---
1809 Enable the use of kernel command line or module parameters 1782 Enable the use of kernel command line or module parameters
@@ -1841,7 +1814,6 @@ config FB_MBX
1841config FB_MBX_DEBUG 1814config FB_MBX_DEBUG
1842 bool "Enable debugging info via debugfs" 1815 bool "Enable debugging info via debugfs"
1843 depends on FB_MBX && DEBUG_FS 1816 depends on FB_MBX && DEBUG_FS
1844 default n
1845 ---help--- 1817 ---help---
1846 Enable this if you want debugging information using the debug 1818 Enable this if you want debugging information using the debug
1847 filesystem (debugfs) 1819 filesystem (debugfs)
diff --git a/drivers/video/fbdev/mmp/hw/Kconfig b/drivers/video/fbdev/mmp/hw/Kconfig
index c735d133895c..fcb711143fb2 100644
--- a/drivers/video/fbdev/mmp/hw/Kconfig
+++ b/drivers/video/fbdev/mmp/hw/Kconfig
@@ -3,7 +3,6 @@ if MMP_DISP
3config MMP_DISP_CONTROLLER 3config MMP_DISP_CONTROLLER
4 bool "mmp display controller hw support" 4 bool "mmp display controller hw support"
5 depends on CPU_PXA910 || CPU_MMP2 5 depends on CPU_PXA910 || CPU_MMP2
6 default n
7 help 6 help
8 Marvell MMP display hw controller support 7 Marvell MMP display hw controller support
9 this controller is used on Marvell PXA910 and 8 this controller is used on Marvell PXA910 and
diff --git a/drivers/video/fbdev/mmp/panel/Kconfig b/drivers/video/fbdev/mmp/panel/Kconfig
index 808890f7064b..f58558795f39 100644
--- a/drivers/video/fbdev/mmp/panel/Kconfig
+++ b/drivers/video/fbdev/mmp/panel/Kconfig
@@ -2,6 +2,5 @@
2config MMP_PANEL_TPOHVGA 2config MMP_PANEL_TPOHVGA
3 bool "tpohvga panel TJ032MD01BW support" 3 bool "tpohvga panel TJ032MD01BW support"
4 depends on SPI_MASTER 4 depends on SPI_MASTER
5 default n
6 help 5 help
7 tpohvga panel support 6 tpohvga panel support
diff --git a/drivers/video/fbdev/omap2/omapfb/dss/Kconfig b/drivers/video/fbdev/omap2/omapfb/dss/Kconfig
index 6d0bb27e4f85..356b89b378d4 100644
--- a/drivers/video/fbdev/omap2/omapfb/dss/Kconfig
+++ b/drivers/video/fbdev/omap2/omapfb/dss/Kconfig
@@ -10,7 +10,6 @@ config FB_OMAP2_DSS
10 10
11config FB_OMAP2_DSS_DEBUG 11config FB_OMAP2_DSS_DEBUG
12 bool "Debug support" 12 bool "Debug support"
13 default n
14 help 13 help
15 This enables printing of debug messages. Alternatively, debug messages 14 This enables printing of debug messages. Alternatively, debug messages
16 can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting 15 can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
@@ -19,7 +18,6 @@ config FB_OMAP2_DSS_DEBUG
19config FB_OMAP2_DSS_DEBUGFS 18config FB_OMAP2_DSS_DEBUGFS
20 bool "Debugfs filesystem support" 19 bool "Debugfs filesystem support"
21 depends on DEBUG_FS 20 depends on DEBUG_FS
22 default n
23 help 21 help
24 This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables 22 This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables
25 querying about clock configuration and register configuration of dss, 23 querying about clock configuration and register configuration of dss,
@@ -28,7 +26,6 @@ config FB_OMAP2_DSS_DEBUGFS
28config FB_OMAP2_DSS_COLLECT_IRQ_STATS 26config FB_OMAP2_DSS_COLLECT_IRQ_STATS
29 bool "Collect DSS IRQ statistics" 27 bool "Collect DSS IRQ statistics"
30 depends on FB_OMAP2_DSS_DEBUGFS 28 depends on FB_OMAP2_DSS_DEBUGFS
31 default n
32 help 29 help
33 Collect DSS IRQ statistics, printable via debugfs. 30 Collect DSS IRQ statistics, printable via debugfs.
34 31
@@ -45,7 +42,6 @@ config FB_OMAP2_DSS_DPI
45config FB_OMAP2_DSS_RFBI 42config FB_OMAP2_DSS_RFBI
46 bool "RFBI support" 43 bool "RFBI support"
47 depends on BROKEN 44 depends on BROKEN
48 default n
49 help 45 help
50 MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas 46 MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas
51 Instrument's terminology). 47 Instrument's terminology).
@@ -73,7 +69,6 @@ config FB_OMAP4_DSS_HDMI
73 69
74config FB_OMAP5_DSS_HDMI 70config FB_OMAP5_DSS_HDMI
75 bool "HDMI support for OMAP5" 71 bool "HDMI support for OMAP5"
76 default n
77 select FB_OMAP2_DSS_HDMI_COMMON 72 select FB_OMAP2_DSS_HDMI_COMMON
78 help 73 help
79 HDMI Interface for OMAP5 and similar cores. This adds the High 74 HDMI Interface for OMAP5 and similar cores. This adds the High
@@ -82,7 +77,6 @@ config FB_OMAP5_DSS_HDMI
82 77
83config FB_OMAP2_DSS_SDI 78config FB_OMAP2_DSS_SDI
84 bool "SDI support" 79 bool "SDI support"
85 default n
86 help 80 help
87 SDI (Serial Display Interface) support. 81 SDI (Serial Display Interface) support.
88 82
@@ -91,7 +85,6 @@ config FB_OMAP2_DSS_SDI
91 85
92config FB_OMAP2_DSS_DSI 86config FB_OMAP2_DSS_DSI
93 bool "DSI support" 87 bool "DSI support"
94 default n
95 help 88 help
96 MIPI DSI (Display Serial Interface) support. 89 MIPI DSI (Display Serial Interface) support.
97 90