Kconfig (525f20b75572cef65e422be2c929b9a09018360c) | Kconfig (d88e49ad27f0973d69218bc4aee2f872f7c3e095) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6menuconfig FB 7 tristate "Support for frame buffer device drivers" 8 select FB_CORE --- 208 unchanged lines hidden (view full) --- 217 default y 218 select FB_CFB_FILLRECT 219 select FB_CFB_IMAGEBLIT 220 221config FB_Q40 222 bool 223 depends on (FB = y) && Q40 224 default y | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6menuconfig FB 7 tristate "Support for frame buffer device drivers" 8 select FB_CORE --- 208 unchanged lines hidden (view full) --- 217 default y 218 select FB_CFB_FILLRECT 219 select FB_CFB_IMAGEBLIT 220 221config FB_Q40 222 bool 223 depends on (FB = y) && Q40 224 default y |
225 select FB_CFB_FILLRECT 226 select FB_CFB_COPYAREA 227 select FB_CFB_IMAGEBLIT | 225 select FB_IOMEM_HELPERS |
228 229config FB_AMIGA 230 tristate "Amiga native chipset support" 231 depends on FB && AMIGA 232 help 233 This is the frame buffer device driver for the builtin graphics 234 chipset found in Amigas. 235 --- 1755 unchanged lines hidden --- | 226 227config FB_AMIGA 228 tristate "Amiga native chipset support" 229 depends on FB && AMIGA 230 help 231 This is the frame buffer device driver for the builtin graphics 232 chipset found in Amigas. 233 --- 1755 unchanged lines hidden --- |