Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Geode family framebuffer configuration
0004 #
0005 config FB_GEODE
0006         bool "AMD Geode family framebuffer support"
0007         depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
0008         help
0009           Say 'Y' here to allow you to select framebuffer drivers for
0010           the AMD Geode family of processors.
0011 
0012 config FB_GEODE_LX
0013         tristate "AMD Geode LX framebuffer support"
0014         depends on FB && FB_GEODE
0015         select FB_CFB_FILLRECT
0016         select FB_CFB_COPYAREA
0017         select FB_CFB_IMAGEBLIT
0018         help
0019           Framebuffer driver for the display controller integrated into the
0020           AMD Geode LX processors.
0021 
0022           To compile this driver as a module, choose M here: the module will
0023           be called lxfb.
0024 
0025           If unsure, say N.
0026 
0027 config FB_GEODE_GX
0028         tristate "AMD Geode GX framebuffer support"
0029         depends on FB && FB_GEODE
0030         select FB_CFB_FILLRECT
0031         select FB_CFB_COPYAREA
0032         select FB_CFB_IMAGEBLIT
0033         help
0034           Framebuffer driver for the display controller integrated into the
0035           AMD Geode GX processors.
0036 
0037           To compile this driver as a module, choose M here: the module will be
0038           called gxfb.
0039 
0040           If unsure, say N.
0041 
0042 config FB_GEODE_GX1
0043         tristate "AMD Geode GX1 framebuffer support"
0044         depends on FB && FB_GEODE
0045         select FB_CFB_FILLRECT
0046         select FB_CFB_COPYAREA
0047         select FB_CFB_IMAGEBLIT
0048         help
0049           Framebuffer driver for the display controller integrated into the
0050           AMD Geode GX1 processor.
0051 
0052           To compile this driver as a module, choose M here: the module will be
0053           called gx1fb.
0054 
0055           If unsure, say N.