Kconfig (166f60dde0f3793e67bd0d76952eaa46705bbaa9) | Kconfig (bed59275810a55500e885cbdc5c2a0507f13c00e) |
---|---|
1# 2# Video configuration 3# 4 5menu "Graphics support" 6 7source "drivers/video/backlight/Kconfig" 8 --- 382 unchanged lines hidden (view full) --- 391 bool "Atari native chipset support" 392 depends on (FB = y) && ATARI && BROKEN 393 help 394 This is the frame buffer device driver for the builtin graphics 395 chipset found in Ataris. 396 397config FB_OF 398 bool "Open Firmware frame buffer device support" | 1# 2# Video configuration 3# 4 5menu "Graphics support" 6 7source "drivers/video/backlight/Kconfig" 8 --- 382 unchanged lines hidden (view full) --- 391 bool "Atari native chipset support" 392 depends on (FB = y) && ATARI && BROKEN 393 help 394 This is the frame buffer device driver for the builtin graphics 395 chipset found in Ataris. 396 397config FB_OF 398 bool "Open Firmware frame buffer device support" |
399 depends on (FB = y) && (PPC64 || PPC_OF) | 399 depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI) |
400 select FB_CFB_FILLRECT 401 select FB_CFB_COPYAREA 402 select FB_CFB_IMAGEBLIT 403 select FB_MACMODES 404 help 405 Say Y if you want support with Open Firmware for your graphics 406 board. 407 --- 1260 unchanged lines hidden --- | 400 select FB_CFB_FILLRECT 401 select FB_CFB_COPYAREA 402 select FB_CFB_IMAGEBLIT 403 select FB_MACMODES 404 help 405 Say Y if you want support with Open Firmware for your graphics 406 board. 407 --- 1260 unchanged lines hidden --- |