@@ -157,7 +157,7 @@ config FB_IMX
157
157
158
158
config FB_CYBER2000
159
159
tristate "CyberPro 2000/2010/5000 support"
160
- depends on FB && PCI && (BROKEN || !SPARC64)
160
+ depends on FB && PCI && HAS_IOPORT && (BROKEN || !SPARC64)
161
161
select FB_IOMEM_HELPERS
162
162
help
163
163
This enables support for the Integraphics CyberPro 20x0 and 5000
@@ -245,7 +245,7 @@ config FB_FM2
245
245
246
246
config FB_ARC
247
247
tristate "Arc Monochrome LCD board support"
248
- depends on FB && (X86 || COMPILE_TEST)
248
+ depends on FB && HAS_IOPORT && (X86 || COMPILE_TEST)
249
249
select FB_SYSMEM_HELPERS_DEFERRED
250
250
help
251
251
This enables support for the Arc Monochrome LCD board. The board
@@ -1043,7 +1043,7 @@ config FB_ATY_BACKLIGHT
1043
1043
1044
1044
config FB_S3
1045
1045
tristate "S3 Trio/Virge support"
1046
- depends on FB && PCI
1046
+ depends on FB && PCI && HAS_IOPORT
1047
1047
select FB_CFB_FILLRECT
1048
1048
select FB_CFB_COPYAREA
1049
1049
select FB_CFB_IMAGEBLIT
@@ -1104,7 +1104,7 @@ config FB_SAVAGE_ACCEL
1104
1104
1105
1105
config FB_SIS
1106
1106
tristate "SiS/XGI display support"
1107
- depends on FB && PCI
1107
+ depends on FB && PCI && HAS_IOPORT
1108
1108
select BOOT_VESA_SUPPORT if FB_SIS = y
1109
1109
select FB_CFB_FILLRECT
1110
1110
select FB_CFB_COPYAREA
@@ -1135,7 +1135,7 @@ config FB_SIS_315
1135
1135
1136
1136
config FB_VIA
1137
1137
tristate "VIA UniChrome (Pro) and Chrome9 display support"
1138
- depends on FB && PCI && GPIOLIB && I2C && (X86 || COMPILE_TEST)
1138
+ depends on FB && PCI && GPIOLIB && I2C && HAS_IOPORT && (X86 || COMPILE_TEST)
1139
1139
select FB_CFB_FILLRECT
1140
1140
select FB_CFB_COPYAREA
1141
1141
select FB_CFB_IMAGEBLIT
@@ -1174,7 +1174,7 @@ endif
1174
1174
1175
1175
config FB_NEOMAGIC
1176
1176
tristate "NeoMagic display support"
1177
- depends on FB && PCI
1177
+ depends on FB && PCI && HAS_IOPORT
1178
1178
select FB_CFB_FILLRECT
1179
1179
select FB_CFB_COPYAREA
1180
1180
select FB_CFB_IMAGEBLIT
@@ -1201,7 +1201,7 @@ config FB_KYRO
1201
1201
1202
1202
config FB_3DFX
1203
1203
tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
1204
- depends on FB && PCI
1204
+ depends on FB && PCI && HAS_IOPORT
1205
1205
select FB_CFB_FILLRECT
1206
1206
select FB_CFB_COPYAREA
1207
1207
select FB_CFB_IMAGEBLIT
@@ -1249,7 +1249,7 @@ config FB_VOODOO1
1249
1249
1250
1250
config FB_VT8623
1251
1251
tristate "VIA VT8623 support"
1252
- depends on FB && PCI
1252
+ depends on FB && PCI && HAS_IOPORT
1253
1253
select FB_CFB_FILLRECT
1254
1254
select FB_CFB_COPYAREA
1255
1255
select FB_CFB_IMAGEBLIT
@@ -1264,7 +1264,7 @@ config FB_VT8623
1264
1264
1265
1265
config FB_TRIDENT
1266
1266
tristate "Trident/CyberXXX/CyberBlade support"
1267
- depends on FB && PCI
1267
+ depends on FB && PCI && HAS_IOPORT
1268
1268
select FB_CFB_FILLRECT
1269
1269
select FB_CFB_COPYAREA
1270
1270
select FB_CFB_IMAGEBLIT
@@ -1287,7 +1287,7 @@ config FB_TRIDENT
1287
1287
1288
1288
config FB_ARK
1289
1289
tristate "ARK 2000PV support"
1290
- depends on FB && PCI
1290
+ depends on FB && PCI && HAS_IOPORT
1291
1291
select FB_CFB_FILLRECT
1292
1292
select FB_CFB_COPYAREA
1293
1293
select FB_CFB_IMAGEBLIT
@@ -1811,7 +1811,7 @@ config FB_SSD1307
1811
1811
1812
1812
config FB_SM712
1813
1813
tristate "Silicon Motion SM712 framebuffer support"
1814
- depends on FB && PCI
1814
+ depends on FB && PCI && HAS_IOPORT
1815
1815
select FB_IOMEM_HELPERS
1816
1816
help
1817
1817
Frame buffer driver for the Silicon Motion SM710, SM712, SM721
0 commit comments