Kconfig (36ec807b627b4c0a0a382f0ae48eac7187d14b2b) | Kconfig (8fc38062be3f692ff8816da84fde71972530bcc4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig MACINTOSH_DRIVERS 4 bool "Macintosh device drivers" 5 depends on PPC || MAC || X86 6 default y if (PPC_PMAC || MAC) 7 help 8 Say Y here to get to see options for devices used with Macintosh --- 106 unchanged lines hidden (view full) --- 115 This option adds support for older PowerBook's hotswap media bay 116 that can contains batteries, floppy drives, or IDE devices. PCI 117 devices are not fully supported in the bay as I never had one to 118 try with 119 120config PMAC_BACKLIGHT 121 bool "Backlight control for LCD screens" 122 depends on PPC_PMAC && ADB_PMU && FB = y && (BROKEN || !PPC64) | 1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig MACINTOSH_DRIVERS 4 bool "Macintosh device drivers" 5 depends on PPC || MAC || X86 6 default y if (PPC_PMAC || MAC) 7 help 8 Say Y here to get to see options for devices used with Macintosh --- 106 unchanged lines hidden (view full) --- 115 This option adds support for older PowerBook's hotswap media bay 116 that can contains batteries, floppy drives, or IDE devices. PCI 117 devices are not fully supported in the bay as I never had one to 118 try with 119 120config PMAC_BACKLIGHT 121 bool "Backlight control for LCD screens" 122 depends on PPC_PMAC && ADB_PMU && FB = y && (BROKEN || !PPC64) |
123 depends on BACKLIGHT_CLASS_DEVICE=y |
|
123 select FB_BACKLIGHT 124 help 125 Say Y here to enable Macintosh specific extensions of the generic 126 backlight code. With this enabled, the brightness keys on older 127 PowerBooks will be enabled so you can change the screen brightness. 128 Newer models should use a userspace daemon like pbbuttonsd. 129 130config PMAC_BACKLIGHT_LEGACY --- 149 unchanged lines hidden --- | 124 select FB_BACKLIGHT 125 help 126 Say Y here to enable Macintosh specific extensions of the generic 127 backlight code. With this enabled, the brightness keys on older 128 PowerBooks will be enabled so you can change the screen brightness. 129 Newer models should use a userspace daemon like pbbuttonsd. 130 131config PMAC_BACKLIGHT_LEGACY --- 149 unchanged lines hidden --- |