brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 3b20420 Raw
51 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Geode family framebuffer configuration4#5config FB_GEODE6	bool "AMD Geode family framebuffer support"7	depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))8	depends on !UML9	help10	  Say 'Y' here to allow you to select framebuffer drivers for11	  the AMD Geode family of processors.12 13config FB_GEODE_LX14	tristate "AMD Geode LX framebuffer support"15	depends on FB && FB_GEODE16	select FB_IOMEM_HELPERS17	help18	  Framebuffer driver for the display controller integrated into the19	  AMD Geode LX processors.20 21	  To compile this driver as a module, choose M here: the module will22	  be called lxfb.23 24	  If unsure, say N.25 26config FB_GEODE_GX27	tristate "AMD Geode GX framebuffer support"28	depends on FB && FB_GEODE29	select FB_IOMEM_HELPERS30	help31	  Framebuffer driver for the display controller integrated into the32	  AMD Geode GX processors.33 34	  To compile this driver as a module, choose M here: the module will be35	  called gxfb.36 37	  If unsure, say N.38 39config FB_GEODE_GX140	tristate "AMD Geode GX1 framebuffer support"41	depends on FB && FB_GEODE42	select FB_IOMEM_HELPERS43	help44	  Framebuffer driver for the display controller integrated into the45	  AMD Geode GX1 processor.46 47	  To compile this driver as a module, choose M here: the module will be48	  called gx1fb.49 50	  If unsure, say N.51