Kconfig (c3a28bf56518953bfd3bb284907aeb98020786e6) | Kconfig (a41410a04cd9fe6e19ba5cb4065e89fd2d4aa20a) |
---|---|
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 9 help 10 Say 'Y' here to allow you to select framebuffer drivers for 11 the AMD Geode family of processors. 12 13config FB_GEODE_LX 14 tristate "AMD Geode LX framebuffer support" 15 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 9 help 10 Say 'Y' here to allow you to select framebuffer drivers for 11 the AMD Geode family of processors. 12 13config FB_GEODE_LX 14 tristate "AMD Geode LX framebuffer support" 15 depends on FB && FB_GEODE |
16 select FB_CFB_FILLRECT 17 select FB_CFB_COPYAREA 18 select FB_CFB_IMAGEBLIT | 16 select FB_IOMEM_HELPERS |
19 select VIDEO_NOMODESET 20 help 21 Framebuffer driver for the display controller integrated into the 22 AMD Geode LX processors. 23 24 To compile this driver as a module, choose M here: the module will 25 be called lxfb. 26 --- 29 unchanged lines hidden --- | 17 select VIDEO_NOMODESET 18 help 19 Framebuffer driver for the display controller integrated into the 20 AMD Geode LX processors. 21 22 To compile this driver as a module, choose M here: the module will 23 be called lxfb. 24 --- 29 unchanged lines hidden --- |