Blame view

drivers/macintosh/Kconfig 9.88 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1

0f21712df   Jan Engelhardt   [POWERPC] Use men...
2
3
  menuconfig MACINTOSH_DRIVERS
  	bool "Macintosh device drivers"
45941d048   Soeren Sonnenburg   [PATCH] enable mo...
4
  	depends on PPC || MAC || X86
e2f1f1927   Olaf Hering   x86_64: Fix only ...
5
  	default y if (PPC_PMAC || MAC)
06bfb7eb1   Jan Engelhardt   Add some help tex...
6
7
8
9
10
  	---help---
  	  Say Y here to get to see options for devices used with Macintosh
  	  computers. This option alone does not add any kernel code.
  
  	  If you say N, all options in this submenu will be skipped and disabled.
0f21712df   Jan Engelhardt   [POWERPC] Use men...
11
12
  
  if MACINTOSH_DRIVERS
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
14
15
  
  config ADB
  	bool "Apple Desktop Bus (ADB) support"
64c74de7a   Olaf Hering   [PATCH] ppc64: hi...
16
  	depends on MAC || (PPC_PMAC && PPC32)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
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
  	help
  	  Apple Desktop Bus (ADB) support is for support of devices which
  	  are connected to an ADB port.  ADB devices tend to have 4 pins.
  	  If you have an Apple Macintosh prior to the iMac, an iBook or
  	  PowerBook, or a "Blue and White G3", you probably want to say Y
  	  here.  Otherwise say N.
  
  config ADB_MACII
  	bool "Include Mac II ADB driver"
  	depends on ADB && MAC
  	help
  	  Say Y here if want your kernel to support Macintosh systems that use
  	  the Mac II style ADB.  This includes the II, IIx, IIcx, SE/30, IIci,
  	  Quadra 610, Quadra 650, Quadra 700, Quadra 800, Centris 610 and
  	  Centris 650.
  
  config ADB_MACIISI
  	bool "Include Mac IIsi ADB driver"
  	depends on ADB && MAC
  	help
  	  Say Y here if want your kernel to support Macintosh systems that use
  	  the Mac IIsi style ADB.  This includes the IIsi, IIvi, IIvx, Classic
  	  II, LC, LC II, LC III, Performa 460, and the Performa 600.
  
  config ADB_IOP
  	bool "Include IOP (IIfx/Quadra 9x0) ADB driver"
  	depends on ADB && MAC
  	help
  	  The I/O Processor (IOP) is an Apple custom IC designed to provide
  	  intelligent support for I/O controllers.  It is described at
  	  <http://www.angelfire.com/ca2/dev68k/iopdesc.html> to enable direct
  	  support for it, say 'Y' here.
  
  config ADB_PMU68K
  	bool "Include PMU (Powerbook) ADB driver"
  	depends on ADB && MAC
  	help
  	  Say Y here if want your kernel to support the m68k based Powerbooks.
  	  This includes the PowerBook 140, PowerBook 145, PowerBook 150,
  	  PowerBook 160, PowerBook 165, PowerBook 165c, PowerBook 170,
  	  PowerBook 180, PowerBook, 180c, PowerBook 190cs, PowerBook 520,
  	  PowerBook Duo 210, PowerBook Duo 230, PowerBook Duo 250,
  	  PowerBook Duo 270c, PowerBook Duo 280 and PowerBook Duo 280c.
  
  # we want to change this to something like CONFIG_SYSCTRL_CUDA/PMU
  config ADB_CUDA
  	bool "Support for CUDA based Macs and PowerMacs"
  	depends on (ADB || PPC_PMAC) && !PPC_PMAC64
  	help
  	  This provides support for CUDA based Macintosh and Power Macintosh
  	  systems.  This includes many m68k based Macs (Color Classic, Mac TV,
  	  Performa 475, Performa 520, Performa 550, Performa 575,
  	  Performa 588, Quadra 605, Quadra 630, Quadra/Centris 660AV, and
  	  Quadra 840AV), most OldWorld PowerMacs, the first generation iMacs,
  	  the Blue&White G3 and the "Yikes" G4 (PCI Graphics).  All later
  	  models should use CONFIG_ADB_PMU instead.  It is safe to say Y here
  	  even if your machine doesn't have a CUDA.
  
  	  If unsure say Y.
  
  config ADB_PMU
  	bool "Support for PMU  based PowerMacs"
  	depends on PPC_PMAC
  	help
  	  On PowerBooks, iBooks, and recent iMacs and Power Macintoshes, the
  	  PMU is an embedded microprocessor whose primary function is to
  	  control system power, and battery charging on the portable models.
  	  The PMU also controls the ADB (Apple Desktop Bus) which connects to
  	  the keyboard and mouse on some machines, as well as the non-volatile
  	  RAM and the RTC (real time clock) chip.  Say Y to enable support for
  	  this device; you should do so if your machine is one of those
  	  mentioned above.
70c3967d4   Johannes Berg   [POWERPC] Convert...
89
90
91
  config ADB_PMU_LED
  	bool "Support for the Power/iBook front LED"
  	depends on ADB_PMU
649e85797   Paul Mackerras   [POWERPC] Make su...
92
  	select NEW_LEDS
70c3967d4   Johannes Berg   [POWERPC] Convert...
93
94
95
96
97
98
99
  	select LEDS_CLASS
  	help
  	  Support the front LED on Power/iBooks as a generic LED that can
  	  be triggered by any of the supported triggers. To get the
  	  behaviour of the old CONFIG_BLK_DEV_IDE_PMAC_BLINK, select this
  	  and the ide-disk LED trigger and configure appropriately through
  	  sysfs.
d1a8df913   Johannes Berg   [POWERPC] fix up ...
100
101
102
  config ADB_PMU_LED_IDE
  	bool "Use front LED as IDE LED by default"
  	depends on ADB_PMU_LED
0bae35e14   Johannes Berg   leds: fix up depe...
103
  	depends on LEDS_CLASS
d1a8df913   Johannes Berg   [POWERPC] fix up ...
104
105
106
107
108
  	select LEDS_TRIGGERS
  	select LEDS_TRIGGER_IDE_DISK
  	help
  	  This option makes the front LED default to the IDE trigger
  	  so that it blinks on IDE activity.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
109
110
111
112
113
114
115
  config PMAC_SMU
  	bool "Support for SMU  based PowerMacs"
  	depends on PPC_PMAC64
  	help
  	  This option adds support for the newer G5 iMacs and PowerMacs based
  	  on the "SMU" system control chip which replaces the old PMU.
  	  If you don't know, say Y.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
116
117
  config PMAC_APM_EMU
  	tristate "APM emulation"
b30288785   Johannes Berg   [POWERPC] apm_emu...
118
  	select APM_EMULATION
e358ae4dd   Johannes Berg   [POWERPC] Don't a...
119
  	depends on ADB_PMU && PM && PPC32
8c8709334   Benjamin Herrenschmidt   [PATCH] ppc32: Re...
120
121
122
  
  config PMAC_MEDIABAY
  	bool "Support PowerBook hotswap media bay"
bcd71fe6b   Alexander Beregalov   powerpc: Make mac...
123
  	depends on PPC_PMAC && PPC32 && BLOCK
8c8709334   Benjamin Herrenschmidt   [PATCH] ppc32: Re...
124
125
126
127
128
  	help
  	  This option adds support for older PowerBook's hotswap media bay
  	  that can contains batteries, floppy drives, or IDE devices. PCI
  	  devices are not fully supported in the bay as I never had one to
  	  try with
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
129

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
130
131
  config PMAC_BACKLIGHT
  	bool "Backlight control for LCD screens"
e01af0384   Michael Hanselmann   [PATCH] powermac:...
132
133
  	depends on ADB_PMU && FB = y && (BROKEN || !PPC64)
  	select FB_BACKLIGHT
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
134
  	help
5474c120a   Michael Hanselmann   [PATCH] Rewritten...
135
136
137
  	  Say Y here to enable Macintosh specific extensions of the generic
  	  backlight code. With this enabled, the brightness keys on older
  	  PowerBooks will be enabled so you can change the screen brightness.
0211a9c85   Frederik Schwarzer   trivial: fix an -...
138
  	  Newer models should use a userspace daemon like pbbuttonsd.
5474c120a   Michael Hanselmann   [PATCH] Rewritten...
139
140
141
142
143
144
145
146
  
  config PMAC_BACKLIGHT_LEGACY
  	bool "Provide legacy ioctl's on /dev/pmu for the backlight"
  	depends on PMAC_BACKLIGHT && (BROKEN || !PPC64)
  	help
  	  Say Y if you want to enable legacy ioctl's on /dev/pmu. This is for
  	  programs which use this old interface. New and updated programs
  	  should use the backlight classes in sysfs.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
147

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
  config ADB_MACIO
  	bool "Include MacIO (CHRP) ADB driver"
  	depends on ADB && PPC_CHRP && !PPC_PMAC64
  	help
  	  Say Y here to include direct support for the ADB controller in the
  	  Hydra chip used on PowerPC Macintoshes of the CHRP type.  (The Hydra
  	  also includes a MESH II SCSI controller, DBDMA controller, VIA chip,
  	  OpenPIC controller and two RS422/Geoports.)
  
  config INPUT_ADBHID
  	bool "Support for ADB input devices (keyboard, mice, ...)"
  	depends on ADB && INPUT=y
  	help
  	  Say Y here if you want to have ADB (Apple Desktop Bus) HID devices
  	  such as keyboards, mice, joysticks, trackpads  or graphic tablets
  	  handled by the input layer.  If you say Y here, make sure to say Y to
  	  the corresponding drivers "Keyboard support" (CONFIG_INPUT_KEYBDEV),
  	  "Mouse Support" (CONFIG_INPUT_MOUSEDEV) and "Event interface
  	  support" (CONFIG_INPUT_EVDEV) as well.
  
  	  If unsure, say Y.
  
  config MAC_EMUMOUSEBTN
429722e19   Dmitry Torokhov   Input: Mac button...
171
172
  	tristate "Support for mouse button 2+3 emulation"
  	depends on SYSCTL && INPUT
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
173
174
175
176
177
178
179
180
181
182
  	help
  	  This provides generic support for emulating the 2nd and 3rd mouse
  	  button with keypresses.  If you say Y here, the emulation is still
  	  disabled by default.  The emulation is controlled by these sysctl
  	  entries:
  	  /proc/sys/dev/mac_hid/mouse_button_emulation
  	  /proc/sys/dev/mac_hid/mouse_button2_keycode
  	  /proc/sys/dev/mac_hid/mouse_button3_keycode
  
  	  If you have an Apple machine with a 1-button mouse, say Y here.
429722e19   Dmitry Torokhov   Input: Mac button...
183
184
  	  To compile this driver as a module, choose M here: the
  	  module will be called mac_hid.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
185
186
  config THERM_WINDTUNNEL
  	tristate "Support for thermal management on Windtunnel G4s"
a28d3af2a   Benjamin Herrenschmidt   [PATCH] 2/5 power...
187
  	depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
188
189
190
191
192
193
  	help
  	  This driver provides some thermostat and fan control for the desktop
  	  G4 "Windtunnel"
  
  config THERM_ADT746X
  	tristate "Support for thermal mgmnt on laptops with ADT 746x chipset"
a28d3af2a   Benjamin Herrenschmidt   [PATCH] 2/5 power...
194
  	depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
195
196
  	help
  	  This driver provides some thermostat and fan control for the
095096038   Matt LaPlante   Fix several typos...
197
            iBook G4, and the ATI based aluminium PowerBooks, allowing slightly
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
198
199
200
201
  	  better fan behaviour by default, and some manual control.
  
  config THERM_PM72
  	tristate "Support for thermal management on PowerMac G5"
a28d3af2a   Benjamin Herrenschmidt   [PATCH] 2/5 power...
202
  	depends on I2C && I2C_POWERMAC && PPC_PMAC64
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
203
204
205
  	help
  	  This driver provides thermostat and fan control for the desktop
  	  G5 machines. 
75722d399   Benjamin Herrenschmidt   [PATCH] ppc64: Th...
206
207
  config WINDFARM
  	tristate "New PowerMac thermal control infrastructure"
6f36d17a8   Al Viro   [PATCH] m68k: win...
208
  	depends on PPC
75722d399   Benjamin Herrenschmidt   [PATCH] ppc64: Th...
209
210
211
212
  
  config WINDFARM_PM81
  	tristate "Support for thermal management on iMac G5"
  	depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU
a28d3af2a   Benjamin Herrenschmidt   [PATCH] 2/5 power...
213
  	select I2C_POWERMAC
75722d399   Benjamin Herrenschmidt   [PATCH] ppc64: Th...
214
215
216
217
218
219
  	help
  	  This driver provides thermal control for the iMacG5
  
  config WINDFARM_PM91
  	tristate "Support for thermal management on PowerMac9,1"
  	depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU
a28d3af2a   Benjamin Herrenschmidt   [PATCH] 2/5 power...
220
  	select I2C_POWERMAC
75722d399   Benjamin Herrenschmidt   [PATCH] ppc64: Th...
221
222
223
  	help
  	  This driver provides thermal control for the PowerMac9,1
            which is the recent (SMU based) single CPU desktop G5
ac171c466   Benjamin Herrenschmidt   [PATCH] powerpc: ...
224
225
226
  config WINDFARM_PM112
  	tristate "Support for thermal management on PowerMac11,2"
  	depends on WINDFARM && I2C && PMAC_SMU
e5ea0a9fc   Linus Torvalds   ppc: fix up trivi...
227
  	select I2C_POWERMAC
ac171c466   Benjamin Herrenschmidt   [PATCH] powerpc: ...
228
229
230
231
  	help
  	  This driver provides thermal control for the PowerMac11,2
  	  which are the recent dual and quad G5 machines using the
  	  970MP dual-core processor.
75722d399   Benjamin Herrenschmidt   [PATCH] ppc64: Th...
232

80ff974db   Étienne Bersac   [POWERPC] windfar...
233
234
235
236
237
238
239
  config WINDFARM_PM121
  	tristate "Support for thermal management on PowerMac12,1"
  	depends on WINDFARM && I2C && PMAC_SMU
  	select I2C_POWERMAC
  	help
  	  This driver provides thermal control for the PowerMac12,1
  	  which is the iMac G5 (iSight).
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
240
241
242
  config ANSLCD
  	tristate "Support for ANS LCD display"
  	depends on ADB_CUDA && PPC_PMAC
3e00a5aec   Benjamin Herrenschmidt   [POWERPC] Xserve ...
243
244
245
246
  config PMAC_RACKMETER
  	tristate "Support for Apple XServe front panel LEDs"
  	depends on PPC_PMAC
  	help
3dde6ad8f   David Sterba   Fix trivial typos...
247
  	  This driver provides some support to control the front panel
3e00a5aec   Benjamin Herrenschmidt   [POWERPC] Xserve ...
248
            blue LEDs "vu-meter" of the XServer macs.
bd5f47ec9   Jean Delvare   Move ams driver t...
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
  config SENSORS_AMS
  	tristate "Apple Motion Sensor driver"
  	depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  	select INPUT_POLLDEV
  	help
  	  Support for the motion sensor included in PowerBooks. Includes
  	  implementations for PMU and I2C.
  
  	  This driver can also be built as a module. If so, the module
  	  will be called ams.
  
  config SENSORS_AMS_PMU
  	bool "PMU variant"
  	depends on SENSORS_AMS && ADB_PMU
  	default y
  	help
  	  PMU variant of motion sensor, found in late 2005 PowerBooks.
  
  config SENSORS_AMS_I2C
  	bool "I2C variant"
  	depends on SENSORS_AMS && I2C
  	default y
  	help
  	  I2C variant of motion sensor, found in early 2005 PowerBooks and
  	  iBooks.
0f21712df   Jan Engelhardt   [POWERPC] Use men...
274
  endif # MACINTOSH_DRIVERS