Kconfig (0337966d121ebebf73a1c346123e8112796e684e) | Kconfig (c16a85a5aad47d712860b42f0ca989b0cb62257a) |
---|---|
1 2menuconfig MACINTOSH_DRIVERS 3 bool "Macintosh device drivers" 4 depends on PPC || MAC || X86 5 default y if (PPC_PMAC || MAC) 6 ---help--- 7 Say Y here to get to see options for devices used with Macintosh 8 computers. This option alone does not add any kernel code. --- 51 unchanged lines hidden (view full) --- 60 most Old World PowerMacs, the first generation iMacs, the 61 Blue & White G3 and the "Yikes" G4 (PCI Graphics). All later 62 models should use CONFIG_ADB_PMU instead. It is safe to say Y 63 here even if your machine doesn't have a Cuda or Egret device. 64 65 If unsure say Y. 66 67config ADB_PMU | 1 2menuconfig MACINTOSH_DRIVERS 3 bool "Macintosh device drivers" 4 depends on PPC || MAC || X86 5 default y if (PPC_PMAC || MAC) 6 ---help--- 7 Say Y here to get to see options for devices used with Macintosh 8 computers. This option alone does not add any kernel code. --- 51 unchanged lines hidden (view full) --- 60 most Old World PowerMacs, the first generation iMacs, the 61 Blue & White G3 and the "Yikes" G4 (PCI Graphics). All later 62 models should use CONFIG_ADB_PMU instead. It is safe to say Y 63 here even if your machine doesn't have a Cuda or Egret device. 64 65 If unsure say Y. 66 67config ADB_PMU |
68 bool "Support for PMU based PowerMacs" | 68 bool "Support for PMU based PowerMacs and PowerBooks" |
69 depends on PPC_PMAC 70 help 71 On PowerBooks, iBooks, and recent iMacs and Power Macintoshes, the 72 PMU is an embedded microprocessor whose primary function is to 73 control system power, and battery charging on the portable models. 74 The PMU also controls the ADB (Apple Desktop Bus) which connects to 75 the keyboard and mouse on some machines, as well as the non-volatile 76 RAM and the RTC (real time clock) chip. Say Y to enable support for --- 207 unchanged lines hidden --- | 69 depends on PPC_PMAC 70 help 71 On PowerBooks, iBooks, and recent iMacs and Power Macintoshes, the 72 PMU is an embedded microprocessor whose primary function is to 73 control system power, and battery charging on the portable models. 74 The PMU also controls the ADB (Apple Desktop Bus) which connects to 75 the keyboard and mouse on some machines, as well as the non-volatile 76 RAM and the RTC (real time clock) chip. Say Y to enable support for --- 207 unchanged lines hidden --- |