@@ -47,7 +47,6 @@ menuconfig FB
47
47
config FIRMWARE_EDID
48
48
bool "Enable firmware EDID"
49
49
depends on FB
50
- default n
51
50
---help---
52
51
This enables access to the EDID transferred from the firmware.
53
52
On the i386, this is from the Video BIOS. Enable this if DDC/I2C
@@ -65,20 +64,17 @@ config FB_DDC
65
64
depends on FB
66
65
select I2C_ALGOBIT
67
66
select I2C
68
- default n
69
67
70
68
config FB_BOOT_VESA_SUPPORT
71
69
bool
72
70
depends on FB
73
- default n
74
71
---help---
75
72
If true, at least one selected framebuffer driver can take advantage
76
73
of VESA video modes set at an early boot stage via the vga= parameter.
77
74
78
75
config FB_CFB_FILLRECT
79
76
tristate
80
77
depends on FB
81
- default n
82
78
---help---
83
79
Include the cfb_fillrect function for generic software rectangle
84
80
filling. This is used by drivers that don't provide their own
@@ -87,7 +83,6 @@ config FB_CFB_FILLRECT
87
83
config FB_CFB_COPYAREA
88
84
tristate
89
85
depends on FB
90
- default n
91
86
---help---
92
87
Include the cfb_copyarea function for generic software area copying.
93
88
This is used by drivers that don't provide their own (accelerated)
@@ -96,7 +91,6 @@ config FB_CFB_COPYAREA
96
91
config FB_CFB_IMAGEBLIT
97
92
tristate
98
93
depends on FB
99
- default n
100
94
---help---
101
95
Include the cfb_imageblit function for generic software image
102
96
blitting. This is used by drivers that don't provide their own
@@ -105,7 +99,6 @@ config FB_CFB_IMAGEBLIT
105
99
config FB_CFB_REV_PIXELS_IN_BYTE
106
100
bool
107
101
depends on FB
108
- default n
109
102
---help---
110
103
Allow generic frame-buffer functions to work on displays with 1, 2
111
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
114
107
config FB_SYS_FILLRECT
115
108
tristate
116
109
depends on FB
117
- default n
118
110
---help---
119
111
Include the sys_fillrect function for generic software rectangle
120
112
filling. This is used by drivers that don't provide their own
@@ -123,7 +115,6 @@ config FB_SYS_FILLRECT
123
115
config FB_SYS_COPYAREA
124
116
tristate
125
117
depends on FB
126
- default n
127
118
---help---
128
119
Include the sys_copyarea function for generic software area copying.
129
120
This is used by drivers that don't provide their own (accelerated)
@@ -132,7 +123,6 @@ config FB_SYS_COPYAREA
132
123
config FB_SYS_IMAGEBLIT
133
124
tristate
134
125
depends on FB
135
- default n
136
126
---help---
137
127
Include the sys_imageblit function for generic software image
138
128
blitting. This is used by drivers that don't provide their own
@@ -141,7 +131,6 @@ config FB_SYS_IMAGEBLIT
141
131
config FB_PROVIDE_GET_FB_UNMAPPED_AREA
142
132
bool
143
133
depends on FB
144
- default n
145
134
---help---
146
135
Allow generic frame-buffer to provide get_fb_unmapped_area
147
136
function.
@@ -173,7 +162,6 @@ endchoice
173
162
config FB_SYS_FOPS
174
163
tristate
175
164
depends on FB
176
- default n
177
165
178
166
config FB_DEFERRED_IO
179
167
bool
@@ -187,27 +175,23 @@ config FB_HECUBA
187
175
config FB_SVGALIB
188
176
tristate
189
177
depends on FB
190
- default n
191
178
---help---
192
179
Common utility functions useful to fbdev drivers of VGA-based
193
180
cards.
194
181
195
182
config FB_MACMODES
196
183
tristate
197
184
depends on FB
198
- default n
199
185
200
186
config FB_BACKLIGHT
201
187
bool
202
188
depends on FB
203
189
select BACKLIGHT_LCD_SUPPORT
204
190
select BACKLIGHT_CLASS_DEVICE
205
- default n
206
191
207
192
config FB_MODE_HELPERS
208
193
bool "Enable Video Mode Handling Helpers"
209
194
depends on FB
210
- default n
211
195
---help---
212
196
This enables functions for handling video modes using the
213
197
Generalized Timing Formula and the EDID parser. A few drivers rely
@@ -218,7 +202,6 @@ config FB_MODE_HELPERS
218
202
config FB_TILEBLITTING
219
203
bool "Enable Tile Blitting Support"
220
204
depends on FB
221
- default n
222
205
---help---
223
206
This enables tile blitting. Tile blitting is a drawing technique
224
207
where the screen is divided into rectangular sections (tiles), whereas
@@ -929,7 +912,6 @@ config FB_NVIDIA_I2C
929
912
config FB_NVIDIA_DEBUG
930
913
bool "Lots of debug output"
931
914
depends on FB_NVIDIA
932
- default n
933
915
help
934
916
Say Y here if you want the nVidia driver to output all sorts
935
917
of debugging information to provide to the maintainer when
@@ -976,7 +958,6 @@ config FB_RIVA_I2C
976
958
config FB_RIVA_DEBUG
977
959
bool "Lots of debug output"
978
960
depends on FB_RIVA
979
- default n
980
961
help
981
962
Say Y here if you want the Riva driver to output all sorts
982
963
of debugging information to provide to the maintainer when
@@ -1259,7 +1240,6 @@ config FB_RADEON_BACKLIGHT
1259
1240
config FB_RADEON_DEBUG
1260
1241
bool "Lots of debug output from Radeon driver"
1261
1242
depends on FB_RADEON
1262
- default n
1263
1243
help
1264
1244
Say Y here if you want the Radeon driver to output all sorts
1265
1245
of debugging information to provide to the maintainer when
@@ -1392,7 +1372,6 @@ config FB_SAVAGE_I2C
1392
1372
config FB_SAVAGE_ACCEL
1393
1373
bool "Enable Console Acceleration"
1394
1374
depends on FB_SAVAGE
1395
- default n
1396
1375
help
1397
1376
This option will compile in console acceleration support. If
1398
1377
the resulting framebuffer console has bothersome glitches, then
@@ -1449,7 +1428,6 @@ if FB_VIA
1449
1428
1450
1429
config FB_VIA_DIRECT_PROCFS
1451
1430
bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
1452
- default n
1453
1431
help
1454
1432
Allow direct hardware access to some output registers via procfs.
1455
1433
This is dangerous but may provide the only chance to get the
@@ -1458,7 +1436,6 @@ config FB_VIA_DIRECT_PROCFS
1458
1436
1459
1437
config FB_VIA_X_COMPATIBILITY
1460
1438
bool "X server compatibility"
1461
- default n
1462
1439
help
1463
1440
This option reduces the functionality (power saving, ...) of the
1464
1441
framebuffer to avoid negative impact on the OpenChrome X server.
@@ -1683,7 +1660,6 @@ config FB_WM8505
1683
1660
config FB_WMT_GE_ROPS
1684
1661
bool "VT8500/WM8xxx accelerated raster ops support"
1685
1662
depends on (FB = y) && (FB_VT8500 || FB_WM8505)
1686
- default n
1687
1663
help
1688
1664
This adds support for accelerated raster operations on the
1689
1665
VIA VT8500 and Wondermedia 85xx series SoCs.
@@ -1793,17 +1769,14 @@ config FB_PXA
1793
1769
1794
1770
config FB_PXA_OVERLAY
1795
1771
bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
1796
- default n
1797
1772
depends on FB_PXA && (PXA27x || PXA3xx)
1798
1773
1799
1774
config FB_PXA_SMARTPANEL
1800
1775
bool "PXA Smartpanel LCD support"
1801
- default n
1802
1776
depends on FB_PXA
1803
1777
1804
1778
config FB_PXA_PARAMETERS
1805
1779
bool "PXA LCD command line parameters"
1806
- default n
1807
1780
depends on FB_PXA
1808
1781
---help---
1809
1782
Enable the use of kernel command line or module parameters
@@ -1841,7 +1814,6 @@ config FB_MBX
1841
1814
config FB_MBX_DEBUG
1842
1815
bool "Enable debugging info via debugfs"
1843
1816
depends on FB_MBX && DEBUG_FS
1844
- default n
1845
1817
---help---
1846
1818
Enable this if you want debugging information using the debug
1847
1819
filesystem (debugfs)
0 commit comments