summaryrefslogtreecommitdiffstats
path: root/drivers/video/Config.in
blob: 9fb8d39050ac36b1123b784979cdb15c052277cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
#
# Video configuration
#

if [ "$CONFIG_FB" = "y" ]; then
  define_bool CONFIG_DUMMY_CONSOLE y
  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
    if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_PCI" = "y" ]; then
      tristate 'Cirrus Logic suport (experimental)' CONFIG_FB_CLGEN
      tristate 'Permedia2 support (experimental)' CONFIG_FB_PM2
      if [ "$CONFIG_FB_PM2" = "y" ]; then
        if [ "$CONFIG_PCI" = "y" ]; then
          bool '  enable FIFO disconnect feature' CONFIG_FB_PM2_FIFO_DISCONNECT
          bool '  generic Permedia2 PCI board support' CONFIG_FB_PM2_PCI
        fi
        if [ "$CONFIG_AMIGA" = "y" ]; then
          bool '  Phase5 CVisionPPC/BVisionPPC support' CONFIG_FB_PM2_CVPPC
        fi
      fi
    fi
  fi
  if [ "$CONFIG_ARCH_ACORN" = "y" ]; then
    bool 'Acorn VIDC support' CONFIG_FB_ACORN
  fi
  if [ "$CONFIG_ARCH_NETWINDER" = "y" ]; then
    tristate 'Cyber2000 support' CONFIG_FB_CYBER2000
  fi
  if [ "$CONFIG_APOLLO" = "y" ]; then
    define_bool CONFIG_FB_APOLLO y
  fi
  if [ "$CONFIG_Q40" = "y" ]; then
    define_bool CONFIG_FB_Q40 y
  fi
  if [ "$CONFIG_AMIGA" = "y" ]; then
    bool 'Amiga native chipset support' CONFIG_FB_AMIGA
    if [ "$CONFIG_FB_AMIGA" != "n" ]; then
      bool 'Amiga OCS chipset support' CONFIG_FB_AMIGA_OCS
      bool 'Amiga ECS chipset support' CONFIG_FB_AMIGA_ECS
      bool 'Amiga AGA chipset support' CONFIG_FB_AMIGA_AGA
    fi
  fi
  if [ "$CONFIG_ZORRO" = "y" ]; then
    tristate 'Amiga CyberVision support' CONFIG_FB_CYBER
    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
      bool 'Amiga CyberVision3D support (experimental)' CONFIG_FB_VIRGE
      tristate 'Amiga RetinaZ3 support' CONFIG_FB_RETINAZ3
      bool 'Amiga FrameMaster II/Rainbow II support (experimental)' CONFIG_FB_FM2
    fi
  fi
  if [ "$CONFIG_ATARI" = "y" ]; then
    bool 'Atari native chipset support' CONFIG_FB_ATARI
    tristate 'ATI Mach64 display support' CONFIG_FB_ATY
  fi
  if [ "$CONFIG_PPC" = "y" ]; then
    bool 'Open Firmware frame buffer device support' CONFIG_FB_OF
    if [ "$CONFIG_FB_OF" = "y" ]; then
      bool 'Apple "control" display support' CONFIG_FB_CONTROL
      bool 'Apple "platinum" display support' CONFIG_FB_PLATINUM
      bool 'Apple "valkyrie" display support' CONFIG_FB_VALKYRIE
      tristate 'ATI Mach64 display support' CONFIG_FB_ATY
      bool 'IMS Twin Turbo display support' CONFIG_FB_IMSTT
      bool 'Chips 65550 display support' CONFIG_FB_CT65550
      bool 'S3 Trio display support' CONFIG_FB_S3TRIO
    fi
    tristate 'VGA 16-color graphics console' CONFIG_FB_VGA16
  fi
  if [ "$CONFIG_MAC" = "y" ]; then
    define_bool CONFIG_FB_MAC y
  fi
  if [ "$CONFIG_HP300" = "y" ]; then
    define_bool CONFIG_FB_HP300 y
  fi
  if [ "$ARCH" = "alpha" ]; then
    tristate 'TGA framebuffer support' CONFIG_FB_TGA
  fi
  if [ "$ARCH" = "i386" ]; then
    bool 'VESA VGA graphics console' CONFIG_FB_VESA
    tristate 'VGA 16-color graphics console' CONFIG_FB_VGA16
    define_bool CONFIG_VIDEO_SELECT y
  fi
  if [ "$CONFIG_VISWS" = "y" ]; then
    tristate 'SGI Visual Workstation framebuffer support' CONFIG_FB_SGIVW
  fi
  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
    if [ "$CONFIG_PCI" != "n" ]; then
      tristate 'Matrox acceleration' CONFIG_FB_MATROX
      if  [ "$CONFIG_FB_MATROX" != "n" ]; then
        bool '  Millennium I/II support' CONFIG_FB_MATROX_MILLENIUM
        bool '  Mystique support' CONFIG_FB_MATROX_MYSTIQUE
        bool '  G100/G200/G400 support' CONFIG_FB_MATROX_G100
        bool '  Multihead support' CONFIG_FB_MATROX_MULTIHEAD
      fi
      tristate 'ATI Mach64 display support' CONFIG_FB_ATY
    fi
  fi
  if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
    bool 'SBUS and UPA framebuffers' CONFIG_FB_SBUS
    if [ "$CONFIG_FB_SBUS" != "n" ]; then
      if [ "$ARCH" = "sparc64" ]; then
	bool '  Creator/Creator3D support' CONFIG_FB_CREATOR
      fi
      bool '  CGsix (GX,TurboGX) support' CONFIG_FB_CGSIX
      bool '  BWtwo support' CONFIG_FB_BWTWO
      bool '  CGthree support' CONFIG_FB_CGTHREE
      if [ "$ARCH" = "sparc" ]; then
        bool '  TCX (SS4/SS5 only) support' CONFIG_FB_TCX
	bool '  CGfourteen (SX) support' CONFIG_FB_CGFOURTEEN
        bool '  P9100 (Sparcbook 3 only) support' CONFIG_FB_P9100
      fi
      bool '  Leo (ZX) support' CONFIG_FB_LEO
    fi
  fi
  if [ "$ARCH" = "sparc" ]; then
    if [ "$CONFIG_PCI" != "n" ]; then
      bool 'PCI framebuffers' CONFIG_FB_PCI
      if [ "$CONFIG_FB_PCI" != "n" ]; then
        bool '  IGA 168x display support' CONFIG_FB_IGA
      fi
    fi
  fi
  if [ "$ARCH" = "sparc64" ]; then
    if [ "$CONFIG_PCI" != "n" ]; then
      bool 'PCI framebuffers' CONFIG_FB_PCI
      if [ "$CONFIG_FB_PCI" != "n" ]; then
        tristate '  ATI Mach64 display support' CONFIG_FB_ATY
      fi
    fi
  fi
  tristate 'Virtual Frame Buffer support (ONLY FOR TESTING!)' CONFIG_FB_VIRTUAL

  bool 'Advanced low level driver options' CONFIG_FBCON_ADVANCED
  if [ "$CONFIG_FBCON_ADVANCED" = "y" ]; then
    tristate 'Monochrome support' CONFIG_FBCON_MFB
    tristate '2 bpp packed pixels support' CONFIG_FBCON_CFB2
    tristate '4 bpp packed pixels support' CONFIG_FBCON_CFB4
    tristate '8 bpp packed pixels support' CONFIG_FBCON_CFB8
    tristate '16 bpp packed pixels support' CONFIG_FBCON_CFB16
    tristate '24 bpp packed pixels support' CONFIG_FBCON_CFB24
    tristate '32 bpp packed pixels support' CONFIG_FBCON_CFB32
    tristate 'Amiga bitplanes support' CONFIG_FBCON_AFB
    tristate 'Amiga interleaved bitplanes support' CONFIG_FBCON_ILBM
    tristate 'Atari interleaved bitplanes (2 planes) support' CONFIG_FBCON_IPLAN2P2
    tristate 'Atari interleaved bitplanes (4 planes) support' CONFIG_FBCON_IPLAN2P4
    tristate 'Atari interleaved bitplanes (8 planes) support' CONFIG_FBCON_IPLAN2P8
#   tristate 'Atari interleaved bitplanes (16 planes) support' CONFIG_FBCON_IPLAN2P16
    tristate 'Mac variable bpp packed pixels support' CONFIG_FBCON_MAC
    tristate 'VGA 16-color planar support' CONFIG_FBCON_VGA_PLANES
    tristate 'VGA characters/attributes support' CONFIG_FBCON_VGA
  else
    # Guess what we need
    if [ "$CONFIG_FB_ACORN" = "y" -o "$CONFIG_FB_AMIGA" = "y" -o \
	 "$CONFIG_FB_ATARI" = "y" -o "$CONFIG_FB_CYBER" = "y" -o \
	 "$CONFIG_FB_MAC" = "y" -o "$CONFIG_FB_RETINAZ3" = "y" -o \
	 "$CONFIG_FB_VIRGE" = "y" -o "$CONFIG_FB_VIRTUAL" = "y" -o \
	 "$CONFIG_FB_BWTWO" = "y" -o "$CONFIG_FB_CLGEN" = "y" ]; then
      define_bool CONFIG_FBCON_MFB y
    else
      if [ "$CONFIG_FB_ACORN" = "m" -o "$CONFIG_FB_AMIGA" = "m" -o \
	   "$CONFIG_FB_ATARI" = "m" -o "$CONFIG_FB_CYBER" = "m" -o \
	   "$CONFIG_FB_MAC" = "m" -o "$CONFIG_FB_RETINAZ3" = "m" -o \
	   "$CONFIG_FB_VIRGE" = "m" -o "$CONFIG_FB_VIRTUAL" = "m" -o \
	   "$CONFIG_FB_BWTWO" = "m" -o "$CONFIG_FB_CLGEN" = "m" ]; then
	define_bool CONFIG_FBCON_MFB m
      fi
    fi
    if [ "$CONFIG_FB_ACORN" = "y" -o "$CONFIG_FB_MAC" = "y" -o \
	 "$CONFIG_FB_VIRTUAL" = "y" ]; then
      define_bool CONFIG_FBCON_CFB2 y
      define_bool CONFIG_FBCON_CFB4 y
    else
      if [ "$CONFIG_FB_ACORN" = "m" -o "$CONFIG_FB_MAC" = "m" -o \
	   "$CONFIG_FB_VIRTUAL" = "m" ]; then
	define_bool CONFIG_FBCON_CFB2 m
	define_bool CONFIG_FBCON_CFB4 m
      fi
    fi
    if [ "$CONFIG_FB_ACORN" = "y" -o "$CONFIG_FB_ATARI" = "y" -o \
	 "$CONFIG_FB_ATY" = "y" -o "$CONFIG_FB_MAC" = "y" -o \
	 "$CONFIG_FB_OF" = "y" -o "$CONFIG_FB_TGA" = "y" -o \
	 "$CONFIG_FB_VESA" = "y" -o "$CONFIG_FB_VIRTUAL" = "y" -o \
	 "$CONFIG_FB_TCX" = "y" -o "$CONFIG_FB_CGTHREE" = "y" -o \
	 "$CONFIG_FB_CONTROL" = "y" -o "$CONFIG_FB_CLGEN" = "y" -o \
	 "$CONFIG_FB_CGFOURTEEN" = "y" -o "$CONFIG_FB_G364" = "y" -o \
	 "$CONFIG_FB_VIRGE" = "y" -o "$CONFIG_FB_CYBER" = "y" -o \
	 "$CONFIG_FB_VALKYRIE" = "y" -o "$CONFIG_FB_PLATINUM" = "y" -o \
         "$CONFIG_FB_IGA" = "y" -o "$CONFIG_FB_MATROX" = "y" -o \
	 "$CONFIG_FB_CT65550" = "y" -o "$CONFIG_FB_PM2" = "y" -o \
	 "$CONFIG_FB_P9100" = "y" -o \
	 "$CONFIG_FB_SGIVW" = "y" -o "$CONFIG_FB_CYBER2000" = "y" ]; then
      define_bool CONFIG_FBCON_CFB8 y
    else
      if [ "$CONFIG_FB_ACORN" = "m" -o "$CONFIG_FB_ATARI" = "m" -o \
	   "$CONFIG_FB_ATY" = "m" -o "$CONFIG_FB_MAC" = "m" -o \
	   "$CONFIG_FB_OF" = "m" -o "$CONFIG_FB_TGA" = "m" -o \
	   "$CONFIG_FB_VESA" = "m" -o "$CONFIG_FB_VIRTUAL" = "m" -o \
	   "$CONFIG_FB_TCX" = "m" -o "$CONFIG_FB_CGTHREE" = "m" -o \
	   "$CONFIG_FB_CONTROL" = "m" -o "$CONFIG_FB_CLGEN" = "m" -o \
	   "$CONFIG_FB_CGFOURTEEN" = "m" -o "$CONFIG_FB_G364" = "m" -o \
	   "$CONFIG_FB_VIRGE" = "m" -o "$CONFIG_FB_CYBER" = "m" -o \
	   "$CONFIG_FB_VALKYRIE" = "m" -o "$CONFIG_FB_PLATINUM" = "m" -o \
           "$CONFIG_FB_IGA" = "m" -o "$CONFIG_FB_MATROX" = "m" -o \
	   "$CONFIG_FB_CT65550" = "m" -o "$CONFIG_FB_PM2" = "m" -o \
	   "$CONFIG_FB_P9100" = "m" -o \
	   "$CONFIG_FB_SGIVW" = "m" -o "$CONFIG_FB_CYBER2000" = "m" ]; then
	define_bool CONFIG_FBCON_CFB8 m
      fi
    fi
    if [ "$CONFIG_FB_ATARI" = "y" -o "$CONFIG_FB_ATY" = "y" -o \
	 "$CONFIG_FB_MAC" = "y" -o "$CONFIG_FB_VESA" = "y" -o \
	 "$CONFIG_FB_VIRTUAL" = "y" -o "$CONFIG_FB_TBOX" = "y" -o \
	 "$CONFIG_FB_Q40" = "y" -o \
	 "$CONFIG_FB_CONTROL" = "y" -o "$CONFIG_FB_CLGEN" = "y" -o \
	 "$CONFIG_FB_VIRGE" = "y" -o "$CONFIG_FB_CYBER" = "y" -o \
	 "$CONFIG_FB_VALKYRIE" = "y" -o "$CONFIG_FB_PLATINUM" = "y" -o \
	 "$CONFIG_FB_CT65550" = "y" -o "$CONFIG_FB_MATROX" = "y" -o \
	 "$CONFIG_FB_PM2" = "y" -o "$CONFIG_FB_SGIVW" = "y" -o \
	 "$CONFIG_FB_CYBER2000" = "y" ]; then
      define_bool CONFIG_FBCON_CFB16 y
    else
      if [ "$CONFIG_FB_ATARI" = "m" -o "$CONFIG_FB_ATY" = "m" -o \
	   "$CONFIG_FB_MAC" = "m" -o "$CONFIG_FB_VESA" = "m" -o \
	   "$CONFIG_FB_VIRTUAL" = "m" -o "$CONFIG_FB_TBOX" = "m" -o \
	 "$CONFIG_FB_Q40" = "m" -o \
	   "$CONFIG_FB_CONTROL" = "m" -o "$CONFIG_FB_CLGEN" = "m" -o \
	   "$CONFIG_FB_VIRGE" = "m" -o "$CONFIG_FB_CYBER" = "m" -o \
 	   "$CONFIG_FB_VALKYRIE" = "m" -o "$CONFIG_FB_PLATINUM" = "m" -o \
	   "$CONFIG_FB_CT65550" = "m" -o "$CONFIG_FB_MATROX" = "m" -o \
	   "$CONFIG_FB_PM2" = "y" -o "$CONFIG_FB_SGIVW" = "m" -o \
	   "$CONFIG_FB_CYBER2000" = "m" ]; then
	define_bool CONFIG_FBCON_CFB16 m
      fi
    fi
    if [ "$CONFIG_FB_ATY" = "y" -o "$CONFIG_FB_VIRTUAL" = "y" -o \
	 "$CONFIG_FB_CLGEN" = "y" -o "$CONFIG_FB_VESA" = "y" -o \
	  "$CONFIG_FB_MATROX" = "y" -o "$CONFIG_FB_PM2" = "y" -o \
	 "$CONFIG_FB_CYBER2000" = "y" ]; then
      define_bool CONFIG_FBCON_CFB24 y
    else
      if [ "$CONFIG_FB_ATY" = "m" -o "$CONFIG_FB_VIRTUAL" = "m" -o \
	   "$CONFIG_FB_CLGEN" = "m" -o "$CONFIG_FB_VESA" = "m" -o \
	   "$CONFIG_FB_MATROX" = "m" -o "$CONFIG_FB_PM2" = "m" -o \
	   "$CONFIG_FB_CYBER2000" = "m" ]; then
	define_bool CONFIG_FBCON_CFB24 m
      fi
    fi
    if [ "$CONFIG_FB_ATARI" = "y" -o "$CONFIG_FB_ATY" = "y" -o \
	 "$CONFIG_FB_VESA" = "y" -o "$CONFIG_FB_VIRTUAL" = "y" -o \
	 "$CONFIG_FB_CONTROL" = "y" -o "$CONFIG_FB_CLGEN" = "y" -o \
	 "$CONFIG_FB_TGA" = "y" -o "$CONFIG_FB_PLATINUM" = "y" -o \
	 "$CONFIG_FB_MATROX" = "y" -o "$CONFIG_FB_PM2" = "y" -o \
	 "$CONFIG_FB_FM2" = "y" -o "$CONFIG_FB_SGIVW" = "y" ]; then
      define_bool CONFIG_FBCON_CFB32 y
    else
      if [ "$CONFIG_FB_ATARI" = "m" -o "$CONFIG_FB_ATY" = "m" -o \
	   "$CONFIG_FB_VESA" = "m" -o "$CONFIG_FB_VIRTUAL" = "m" -o \
	   "$CONFIG_FB_CONTROL" = "m" -o "$CONFIG_FB_CLGEN" = "m" -o \
	   "$CONFIG_FB_TGA" = "m" -o "$CONFIG_FB_PLATINUM" = "m" -o \
	   "$CONFIG_FB_MATROX" = "m" -o "$CONFIG_FB_PM2" = "m" -o \
           "$CONFIG_FB_SGIVW" = "m" ]; then
	define_bool CONFIG_FBCON_CFB32 m
      fi
    fi
    if [ "$CONFIG_FB_AMIGA" = "y" ]; then
      define_bool CONFIG_FBCON_AFB y
      define_bool CONFIG_FBCON_ILBM y
    else
      if [ "$CONFIG_FB_AMIGA" = "m" ]; then
	define_bool CONFIG_FBCON_AFB m
	define_bool CONFIG_FBCON_ILBM m
      fi
    fi
    if [ "$CONFIG_FB_ATARI" = "y" ]; then
      define_bool CONFIG_FBCON_IPLAN2P2 y
      define_bool CONFIG_FBCON_IPLAN2P4 y
      define_bool CONFIG_FBCON_IPLAN2P8 y
#     define_bool CONFIG_FBCON_IPLAN2P16 y
    else
      if [ "$CONFIG_FB_ATARI" = "m" ]; then
	define_bool CONFIG_FBCON_IPLAN2P2 m
	define_bool CONFIG_FBCON_IPLAN2P4 m
	define_bool CONFIG_FBCON_IPLAN2P8 m
#	define_bool CONFIG_FBCON_IPLAN2P16 m
      fi
    fi
    if [ "$CONFIG_FB_MAC" = "y" -o "$CONFIG_FB_VIRTUAL" = "y" ]; then
      define_bool CONFIG_FBCON_MAC  y
    else
      if [ "$CONFIG_FB_MAC" = "m" -o "$CONFIG_FB_VIRTUAL" = "m" ]; then
	define_bool CONFIG_FBCON_MAC  m
      fi
    fi
    if [ "$CONFIG_FB_VGA16" = "y" ]; then
      define_bool CONFIG_FBCON_VGA_PLANES y
    else
      if [ "$CONFIG_FB_VGA16" = "m" ]; then
	define_bool CONFIG_FBCON_VGA_PLANES m
      fi
    fi
    if [ "$CONFIG_FB_MDA" = "y" -o "$CONFIG_FB_VGA" = "y" ]; then
      define_bool CONFIG_FBCON_VGA y
    else
      if [ "$CONFIG_FB_MDA" = "m" -o "$CONFIG_FB_VGA" = "m" ]; then
	define_bool CONFIG_FBCON_VGA m
      fi
    fi
  fi
  bool 'Support only 8 pixels wide fonts' CONFIG_FBCON_FONTWIDTH8_ONLY
  if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
    bool 'Sparc console 8x16 font' CONFIG_FONT_SUN8x16
    if [ "$CONFIG_FBCON_FONTWIDTH8_ONLY" = "n" ]; then
      bool 'Sparc console 12x22 font (not supported by all drivers)' CONFIG_FONT_SUN12x22
    fi
    bool 'Select other fonts' CONFIG_FBCON_FONTS
    if [ "$CONFIG_FBCON_FONTS" = "y" ]; then
      bool '  VGA 8x8 font' CONFIG_FONT_8x8
      bool '  VGA 8x16 font' CONFIG_FONT_8x16
      if [ "$CONFIG_FBCON_FONTWIDTH8_ONLY" = "n" ]; then
        bool '  Mac console 6x11 font (not supported by all drivers)' CONFIG_FONT_6x11
      fi
      bool '  Pearl (old m68k) console 8x8 font' CONFIG_FONT_PEARL_8x8
      bool '  Acorn console 8x8 font' CONFIG_FONT_ACORN_8x8
    fi
  else
    bool 'Select compiled-in fonts' CONFIG_FBCON_FONTS
    if [ "$CONFIG_FBCON_FONTS" = "y" ]; then
      bool '  VGA 8x8 font' CONFIG_FONT_8x8
      bool '  VGA 8x16 font' CONFIG_FONT_8x16
      bool '  Sparc console 8x16 font' CONFIG_FONT_SUN8x16
      if [ "$CONFIG_FBCON_FONTWIDTH8_ONLY" = "n" ]; then
        bool '  Sparc console 12x22 font (not supported by all drivers)' CONFIG_FONT_SUN12x22
        bool '  Mac console 6x11 font (not supported by all drivers)' CONFIG_FONT_6x11
      fi
      bool '  Pearl (old m68k) console 8x8 font' CONFIG_FONT_PEARL_8x8
      bool '  Acorn console 8x8 font' CONFIG_FONT_ACORN_8x8
    else
      define_bool CONFIG_FONT_8x8 y
      define_bool CONFIG_FONT_8x16 y
      if [ "$CONFIG_MAC" = "y" ]; then
	if [ "$CONFIG_FBCON_FONTWIDTH8_ONLY" = "n" ]; then
          define_bool CONFIG_FONT_6x11 y
        fi
      fi
      if [ "$CONFIG_AMIGA" = "y" ]; then
        define_bool CONFIG_FONT_PEARL_8x8 y
      fi
      if [ "$CONFIG_ARM" = "y" -a "$CONFIG_ARCH_ACORN" = "y" ]; then
        define_bool CONFIG_FONT_ACORN_8x8 y
      fi
    fi
  fi
fi