| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 |  | 
|  | 2 | menu "Macintosh device drivers" | 
|  | 3 | depends on PPC || MAC | 
|  | 4 |  | 
|  | 5 | config ADB | 
|  | 6 | bool "Apple Desktop Bus (ADB) support" | 
| Olaf Hering | 64c74de | 2005-07-27 11:44:16 -0700 | [diff] [blame] | 7 | depends on MAC || (PPC_PMAC && PPC32) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | help | 
|  | 9 | Apple Desktop Bus (ADB) support is for support of devices which | 
|  | 10 | are connected to an ADB port.  ADB devices tend to have 4 pins. | 
|  | 11 | If you have an Apple Macintosh prior to the iMac, an iBook or | 
|  | 12 | PowerBook, or a "Blue and White G3", you probably want to say Y | 
|  | 13 | here.  Otherwise say N. | 
|  | 14 |  | 
|  | 15 | config ADB_MACII | 
|  | 16 | bool "Include Mac II ADB driver" | 
|  | 17 | depends on ADB && MAC | 
|  | 18 | help | 
|  | 19 | Say Y here if want your kernel to support Macintosh systems that use | 
|  | 20 | the Mac II style ADB.  This includes the II, IIx, IIcx, SE/30, IIci, | 
|  | 21 | Quadra 610, Quadra 650, Quadra 700, Quadra 800, Centris 610 and | 
|  | 22 | Centris 650. | 
|  | 23 |  | 
|  | 24 | config ADB_MACIISI | 
|  | 25 | bool "Include Mac IIsi ADB driver" | 
|  | 26 | depends on ADB && MAC | 
|  | 27 | help | 
|  | 28 | Say Y here if want your kernel to support Macintosh systems that use | 
|  | 29 | the Mac IIsi style ADB.  This includes the IIsi, IIvi, IIvx, Classic | 
|  | 30 | II, LC, LC II, LC III, Performa 460, and the Performa 600. | 
|  | 31 |  | 
|  | 32 | config ADB_IOP | 
|  | 33 | bool "Include IOP (IIfx/Quadra 9x0) ADB driver" | 
|  | 34 | depends on ADB && MAC | 
|  | 35 | help | 
|  | 36 | The I/O Processor (IOP) is an Apple custom IC designed to provide | 
|  | 37 | intelligent support for I/O controllers.  It is described at | 
|  | 38 | <http://www.angelfire.com/ca2/dev68k/iopdesc.html> to enable direct | 
|  | 39 | support for it, say 'Y' here. | 
|  | 40 |  | 
|  | 41 | config ADB_PMU68K | 
|  | 42 | bool "Include PMU (Powerbook) ADB driver" | 
|  | 43 | depends on ADB && MAC | 
|  | 44 | help | 
|  | 45 | Say Y here if want your kernel to support the m68k based Powerbooks. | 
|  | 46 | This includes the PowerBook 140, PowerBook 145, PowerBook 150, | 
|  | 47 | PowerBook 160, PowerBook 165, PowerBook 165c, PowerBook 170, | 
|  | 48 | PowerBook 180, PowerBook, 180c, PowerBook 190cs, PowerBook 520, | 
|  | 49 | PowerBook Duo 210, PowerBook Duo 230, PowerBook Duo 250, | 
|  | 50 | PowerBook Duo 270c, PowerBook Duo 280 and PowerBook Duo 280c. | 
|  | 51 |  | 
|  | 52 | # we want to change this to something like CONFIG_SYSCTRL_CUDA/PMU | 
|  | 53 | config ADB_CUDA | 
|  | 54 | bool "Support for CUDA based Macs and PowerMacs" | 
|  | 55 | depends on (ADB || PPC_PMAC) && !PPC_PMAC64 | 
|  | 56 | help | 
|  | 57 | This provides support for CUDA based Macintosh and Power Macintosh | 
|  | 58 | systems.  This includes many m68k based Macs (Color Classic, Mac TV, | 
|  | 59 | Performa 475, Performa 520, Performa 550, Performa 575, | 
|  | 60 | Performa 588, Quadra 605, Quadra 630, Quadra/Centris 660AV, and | 
|  | 61 | Quadra 840AV), most OldWorld PowerMacs, the first generation iMacs, | 
|  | 62 | the Blue&White G3 and the "Yikes" G4 (PCI Graphics).  All later | 
|  | 63 | models should use CONFIG_ADB_PMU instead.  It is safe to say Y here | 
|  | 64 | even if your machine doesn't have a CUDA. | 
|  | 65 |  | 
|  | 66 | If unsure say Y. | 
|  | 67 |  | 
|  | 68 | config ADB_PMU | 
|  | 69 | bool "Support for PMU  based PowerMacs" | 
|  | 70 | depends on PPC_PMAC | 
|  | 71 | help | 
|  | 72 | On PowerBooks, iBooks, and recent iMacs and Power Macintoshes, the | 
|  | 73 | PMU is an embedded microprocessor whose primary function is to | 
|  | 74 | control system power, and battery charging on the portable models. | 
|  | 75 | The PMU also controls the ADB (Apple Desktop Bus) which connects to | 
|  | 76 | the keyboard and mouse on some machines, as well as the non-volatile | 
|  | 77 | RAM and the RTC (real time clock) chip.  Say Y to enable support for | 
|  | 78 | this device; you should do so if your machine is one of those | 
|  | 79 | mentioned above. | 
|  | 80 |  | 
| Johannes Berg | 70c3967 | 2006-06-21 12:11:16 +0200 | [diff] [blame] | 81 | config ADB_PMU_LED | 
|  | 82 | bool "Support for the Power/iBook front LED" | 
|  | 83 | depends on ADB_PMU | 
| Paul Mackerras | 649e857 | 2006-06-28 13:57:16 +1000 | [diff] [blame] | 84 | select NEW_LEDS | 
| Johannes Berg | 70c3967 | 2006-06-21 12:11:16 +0200 | [diff] [blame] | 85 | select LEDS_CLASS | 
|  | 86 | help | 
|  | 87 | Support the front LED on Power/iBooks as a generic LED that can | 
|  | 88 | be triggered by any of the supported triggers. To get the | 
|  | 89 | behaviour of the old CONFIG_BLK_DEV_IDE_PMAC_BLINK, select this | 
|  | 90 | and the ide-disk LED trigger and configure appropriately through | 
|  | 91 | sysfs. | 
|  | 92 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | config PMAC_SMU | 
|  | 94 | bool "Support for SMU  based PowerMacs" | 
|  | 95 | depends on PPC_PMAC64 | 
|  | 96 | help | 
|  | 97 | This option adds support for the newer G5 iMacs and PowerMacs based | 
|  | 98 | on the "SMU" system control chip which replaces the old PMU. | 
|  | 99 | If you don't know, say Y. | 
|  | 100 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | config PMAC_APM_EMU | 
|  | 102 | tristate "APM emulation" | 
| Benjamin Herrenschmidt | 8c87093 | 2005-06-27 14:36:34 -0700 | [diff] [blame] | 103 | depends on PPC_PMAC && PPC32 && PM | 
|  | 104 |  | 
|  | 105 | config PMAC_MEDIABAY | 
|  | 106 | bool "Support PowerBook hotswap media bay" | 
|  | 107 | depends on PPC_PMAC && PPC32 | 
|  | 108 | help | 
|  | 109 | This option adds support for older PowerBook's hotswap media bay | 
|  | 110 | that can contains batteries, floppy drives, or IDE devices. PCI | 
|  | 111 | devices are not fully supported in the bay as I never had one to | 
|  | 112 | try with | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | config PMAC_BACKLIGHT | 
|  | 115 | bool "Backlight control for LCD screens" | 
| Michael Hanselmann | e01af03 | 2006-07-10 04:44:45 -0700 | [diff] [blame^] | 116 | depends on ADB_PMU && FB = y && (BROKEN || !PPC64) | 
|  | 117 | select FB_BACKLIGHT | 
|  | 118 | select BACKLIGHT_CLASS_DEVICE | 
|  | 119 | select BACKLIGHT_LCD_SUPPORT | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | help | 
| Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 121 | Say Y here to enable Macintosh specific extensions of the generic | 
|  | 122 | backlight code. With this enabled, the brightness keys on older | 
|  | 123 | PowerBooks will be enabled so you can change the screen brightness. | 
|  | 124 | Newer models should use an userspace daemon like pbbuttonsd. | 
|  | 125 |  | 
|  | 126 | config PMAC_BACKLIGHT_LEGACY | 
|  | 127 | bool "Provide legacy ioctl's on /dev/pmu for the backlight" | 
|  | 128 | depends on PMAC_BACKLIGHT && (BROKEN || !PPC64) | 
|  | 129 | help | 
|  | 130 | Say Y if you want to enable legacy ioctl's on /dev/pmu. This is for | 
|  | 131 | programs which use this old interface. New and updated programs | 
|  | 132 | should use the backlight classes in sysfs. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | config ADB_MACIO | 
|  | 135 | bool "Include MacIO (CHRP) ADB driver" | 
|  | 136 | depends on ADB && PPC_CHRP && !PPC_PMAC64 | 
|  | 137 | help | 
|  | 138 | Say Y here to include direct support for the ADB controller in the | 
|  | 139 | Hydra chip used on PowerPC Macintoshes of the CHRP type.  (The Hydra | 
|  | 140 | also includes a MESH II SCSI controller, DBDMA controller, VIA chip, | 
|  | 141 | OpenPIC controller and two RS422/Geoports.) | 
|  | 142 |  | 
|  | 143 | config INPUT_ADBHID | 
|  | 144 | bool "Support for ADB input devices (keyboard, mice, ...)" | 
|  | 145 | depends on ADB && INPUT=y | 
|  | 146 | help | 
|  | 147 | Say Y here if you want to have ADB (Apple Desktop Bus) HID devices | 
|  | 148 | such as keyboards, mice, joysticks, trackpads  or graphic tablets | 
|  | 149 | handled by the input layer.  If you say Y here, make sure to say Y to | 
|  | 150 | the corresponding drivers "Keyboard support" (CONFIG_INPUT_KEYBDEV), | 
|  | 151 | "Mouse Support" (CONFIG_INPUT_MOUSEDEV) and "Event interface | 
|  | 152 | support" (CONFIG_INPUT_EVDEV) as well. | 
|  | 153 |  | 
|  | 154 | If unsure, say Y. | 
|  | 155 |  | 
|  | 156 | config MAC_EMUMOUSEBTN | 
|  | 157 | bool "Support for mouse button 2+3 emulation" | 
|  | 158 | depends on INPUT_ADBHID | 
|  | 159 | help | 
|  | 160 | This provides generic support for emulating the 2nd and 3rd mouse | 
|  | 161 | button with keypresses.  If you say Y here, the emulation is still | 
|  | 162 | disabled by default.  The emulation is controlled by these sysctl | 
|  | 163 | entries: | 
|  | 164 | /proc/sys/dev/mac_hid/mouse_button_emulation | 
|  | 165 | /proc/sys/dev/mac_hid/mouse_button2_keycode | 
|  | 166 | /proc/sys/dev/mac_hid/mouse_button3_keycode | 
|  | 167 |  | 
|  | 168 | If you have an Apple machine with a 1-button mouse, say Y here. | 
|  | 169 |  | 
|  | 170 | config THERM_WINDTUNNEL | 
|  | 171 | tristate "Support for thermal management on Windtunnel G4s" | 
| Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 172 | depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | help | 
|  | 174 | This driver provides some thermostat and fan control for the desktop | 
|  | 175 | G4 "Windtunnel" | 
|  | 176 |  | 
|  | 177 | config THERM_ADT746X | 
|  | 178 | tristate "Support for thermal mgmnt on laptops with ADT 746x chipset" | 
| Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 179 | depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 180 | help | 
|  | 181 | This driver provides some thermostat and fan control for the | 
|  | 182 | iBook G4, and the ATI based aluminium PowerBooks, allowing slighlty | 
|  | 183 | better fan behaviour by default, and some manual control. | 
|  | 184 |  | 
|  | 185 | config THERM_PM72 | 
|  | 186 | tristate "Support for thermal management on PowerMac G5" | 
| Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 187 | depends on I2C && I2C_POWERMAC && PPC_PMAC64 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | help | 
|  | 189 | This driver provides thermostat and fan control for the desktop | 
|  | 190 | G5 machines. | 
|  | 191 |  | 
| Benjamin Herrenschmidt | 75722d3 | 2005-11-07 16:08:17 +1100 | [diff] [blame] | 192 | config WINDFARM | 
|  | 193 | tristate "New PowerMac thermal control infrastructure" | 
| Al Viro | 6f36d17 | 2006-06-23 02:05:03 -0700 | [diff] [blame] | 194 | depends on PPC | 
| Benjamin Herrenschmidt | 75722d3 | 2005-11-07 16:08:17 +1100 | [diff] [blame] | 195 |  | 
|  | 196 | config WINDFARM_PM81 | 
|  | 197 | tristate "Support for thermal management on iMac G5" | 
|  | 198 | depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU | 
| Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 199 | select I2C_POWERMAC | 
| Benjamin Herrenschmidt | 75722d3 | 2005-11-07 16:08:17 +1100 | [diff] [blame] | 200 | help | 
|  | 201 | This driver provides thermal control for the iMacG5 | 
|  | 202 |  | 
|  | 203 | config WINDFARM_PM91 | 
|  | 204 | tristate "Support for thermal management on PowerMac9,1" | 
|  | 205 | depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU | 
| Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 206 | select I2C_POWERMAC | 
| Benjamin Herrenschmidt | 75722d3 | 2005-11-07 16:08:17 +1100 | [diff] [blame] | 207 | help | 
|  | 208 | This driver provides thermal control for the PowerMac9,1 | 
|  | 209 | which is the recent (SMU based) single CPU desktop G5 | 
|  | 210 |  | 
| Benjamin Herrenschmidt | ac171c4 | 2006-02-08 16:42:51 +1100 | [diff] [blame] | 211 | config WINDFARM_PM112 | 
|  | 212 | tristate "Support for thermal management on PowerMac11,2" | 
|  | 213 | depends on WINDFARM && I2C && PMAC_SMU | 
| Linus Torvalds | e5ea0a9 | 2006-02-08 07:51:17 -0800 | [diff] [blame] | 214 | select I2C_POWERMAC | 
| Benjamin Herrenschmidt | ac171c4 | 2006-02-08 16:42:51 +1100 | [diff] [blame] | 215 | help | 
|  | 216 | This driver provides thermal control for the PowerMac11,2 | 
|  | 217 | which are the recent dual and quad G5 machines using the | 
|  | 218 | 970MP dual-core processor. | 
| Benjamin Herrenschmidt | 75722d3 | 2005-11-07 16:08:17 +1100 | [diff] [blame] | 219 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | config ANSLCD | 
|  | 221 | tristate "Support for ANS LCD display" | 
|  | 222 | depends on ADB_CUDA && PPC_PMAC | 
|  | 223 |  | 
|  | 224 | endmenu |