Directory Files
.. 179
File Size
Kconfig 1.4 kB
Makefile 357 B
display_gx.c 4.7 kB
display_gx1.c 6.1 kB
display_gx1.h 4.4 kB
geodefb.h 846 B
gx1fb.mod.c 0 B
gx1fb_core.c 12 kB
gxfb.h 7.0 kB
gxfb.mod.c 0 B
gxfb_core.c 14 kB
lxfb.h 9.3 kB
lxfb.mod.c 0 B
lxfb_core.c 17 kB
lxfb_ops.c 21 kB
suspend_gx.c 6.0 kB
video_cs5530.c 5.6 kB
video_cs5530.h 2.6 kB
video_gx.c 9.9 kB

Linux v6.6.1 - geode

# SPDX-License-Identifier: GPL-2.0-only
#
# Geode family framebuffer configuration
#
config FB_GEODE
	bool "AMD Geode family framebuffer support"
	depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
	depends on !UML
	help
	  Say 'Y' here to allow you to select framebuffer drivers for
	  the AMD Geode family of processors.

config FB_GEODE_LX
	tristate "AMD Geode LX framebuffer support"
	depends on FB && FB_GEODE
	select FB_IOMEM_HELPERS
	select VIDEO_NOMODESET
	help
	  Framebuffer driver for the display controller integrated into the
	  AMD Geode LX processors.

	  To compile this driver as a module, choose M here: the module will
	  be called lxfb.

	  If unsure, say N.

config FB_GEODE_GX
	tristate "AMD Geode GX framebuffer support"
	depends on FB && FB_GEODE
	select FB_IOMEM_HELPERS
	select VIDEO_NOMODESET
	help
	  Framebuffer driver for the display controller integrated into the
	  AMD Geode GX processors.

	  To compile this driver as a module, choose M here: the module will be
	  called gxfb.

	  If unsure, say N.

config FB_GEODE_GX1
	tristate "AMD Geode GX1 framebuffer support"
	depends on FB && FB_GEODE
	select FB_IOMEM_HELPERS
	select VIDEO_NOMODESET
	help
	  Framebuffer driver for the display controller integrated into the
	  AMD Geode GX1 processor.

	  To compile this driver as a module, choose M here: the module will be
	  called gx1fb.

	  If unsure, say N.