Kconfig (c0b630346aee0fa787cde00abe1b23d55e62f8f7) | Kconfig (c3a28bf56518953bfd3bb284907aeb98020786e6) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Geode family framebuffer configuration 4# 5config FB_GEODE 6 bool "AMD Geode family framebuffer support" 7 depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST)) 8 depends on !UML --- 15 unchanged lines hidden (view full) --- 24 To compile this driver as a module, choose M here: the module will 25 be called lxfb. 26 27 If unsure, say N. 28 29config FB_GEODE_GX 30 tristate "AMD Geode GX framebuffer support" 31 depends on FB && FB_GEODE | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Geode family framebuffer configuration 4# 5config FB_GEODE 6 bool "AMD Geode family framebuffer support" 7 depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST)) 8 depends on !UML --- 15 unchanged lines hidden (view full) --- 24 To compile this driver as a module, choose M here: the module will 25 be called lxfb. 26 27 If unsure, say N. 28 29config FB_GEODE_GX 30 tristate "AMD Geode GX framebuffer support" 31 depends on FB && FB_GEODE |
32 select FB_CFB_FILLRECT 33 select FB_CFB_COPYAREA 34 select FB_CFB_IMAGEBLIT | 32 select FB_IOMEM_HELPERS |
35 select VIDEO_NOMODESET 36 help 37 Framebuffer driver for the display controller integrated into the 38 AMD Geode GX processors. 39 40 To compile this driver as a module, choose M here: the module will be 41 called gxfb. 42 --- 15 unchanged lines hidden --- | 33 select VIDEO_NOMODESET 34 help 35 Framebuffer driver for the display controller integrated into the 36 AMD Geode GX processors. 37 38 To compile this driver as a module, choose M here: the module will be 39 called gxfb. 40 --- 15 unchanged lines hidden --- |