# SPDX-License-Identifier: GPL-2.0-only # # Geode family framebuffer configuration # config [31mCONFIG_FB_GEODE[0m bool "AMD Geode family framebuffer support" depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m && ([31mCONFIG_X86_32[0m || ([31mCONFIG_X86[0m && [31mCONFIG_COMPILE_TEST[0m)) ---help--- Say 'Y' here to allow you to select framebuffer drivers for the AMD Geode family of processors. config [31mCONFIG_FB_GEODE_LX[0m tristate "AMD Geode LX framebuffer support" depends on [31mCONFIG_FB[0m && [31mCONFIG_FB_GEODE[0m select [31mCONFIG_FB_CFB_FILLRECT[0m select [31mCONFIG_FB_CFB_COPYAREA[0m select [31mCONFIG_FB_CFB_IMAGEBLIT[0m ---help--- Framebuffer driver for the display controller integrated into the AMD Geode LX processors. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called lxfb. If unsure, say N. config [31mCONFIG_FB_GEODE_GX[0m tristate "AMD Geode GX framebuffer support" depends on [31mCONFIG_FB[0m && [31mCONFIG_FB_GEODE[0m select [31mCONFIG_FB_CFB_FILLRECT[0m select [31mCONFIG_FB_CFB_COPYAREA[0m select [31mCONFIG_FB_CFB_IMAGEBLIT[0m ---help--- Framebuffer driver for the display controller integrated into the AMD Geode GX processors. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called gxfb. If unsure, say N. config [31mCONFIG_FB_GEODE_GX1[0m tristate "AMD Geode GX1 framebuffer support" depends on [31mCONFIG_FB[0m && [31mCONFIG_FB_GEODE[0m select [31mCONFIG_FB_CFB_FILLRECT[0m select [31mCONFIG_FB_CFB_COPYAREA[0m select [31mCONFIG_FB_CFB_IMAGEBLIT[0m ---help--- Framebuffer driver for the display controller integrated into the AMD Geode GX1 processor. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called gx1fb. If unsure, say N. |