162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Geode family framebuffer configuration
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ciconfig FB_GEODE
662306a36Sopenharmony_ci	bool "AMD Geode family framebuffer support"
762306a36Sopenharmony_ci	depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
862306a36Sopenharmony_ci	depends on !UML
962306a36Sopenharmony_ci	help
1062306a36Sopenharmony_ci	  Say 'Y' here to allow you to select framebuffer drivers for
1162306a36Sopenharmony_ci	  the AMD Geode family of processors.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciconfig FB_GEODE_LX
1462306a36Sopenharmony_ci	tristate "AMD Geode LX framebuffer support"
1562306a36Sopenharmony_ci	depends on FB && FB_GEODE
1662306a36Sopenharmony_ci	select FB_IOMEM_HELPERS
1762306a36Sopenharmony_ci	select VIDEO_NOMODESET
1862306a36Sopenharmony_ci	help
1962306a36Sopenharmony_ci	  Framebuffer driver for the display controller integrated into the
2062306a36Sopenharmony_ci	  AMD Geode LX processors.
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will
2362306a36Sopenharmony_ci	  be called lxfb.
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci	  If unsure, say N.
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ciconfig FB_GEODE_GX
2862306a36Sopenharmony_ci	tristate "AMD Geode GX framebuffer support"
2962306a36Sopenharmony_ci	depends on FB && FB_GEODE
3062306a36Sopenharmony_ci	select FB_IOMEM_HELPERS
3162306a36Sopenharmony_ci	select VIDEO_NOMODESET
3262306a36Sopenharmony_ci	help
3362306a36Sopenharmony_ci	  Framebuffer driver for the display controller integrated into the
3462306a36Sopenharmony_ci	  AMD Geode GX processors.
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will be
3762306a36Sopenharmony_ci	  called gxfb.
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ci	  If unsure, say N.
4062306a36Sopenharmony_ci
4162306a36Sopenharmony_ciconfig FB_GEODE_GX1
4262306a36Sopenharmony_ci	tristate "AMD Geode GX1 framebuffer support"
4362306a36Sopenharmony_ci	depends on FB && FB_GEODE
4462306a36Sopenharmony_ci	select FB_IOMEM_HELPERS
4562306a36Sopenharmony_ci	select VIDEO_NOMODESET
4662306a36Sopenharmony_ci	help
4762306a36Sopenharmony_ci	  Framebuffer driver for the display controller integrated into the
4862306a36Sopenharmony_ci	  AMD Geode GX1 processor.
4962306a36Sopenharmony_ci
5062306a36Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will be
5162306a36Sopenharmony_ci	  called gx1fb.
5262306a36Sopenharmony_ci
5362306a36Sopenharmony_ci	  If unsure, say N.
54