1config API_GFX 2 3tristate "GFX" 4default n 5 6---help--- 7Enable compilation option for API GFX 8if API_GFX 9config GFX_TEXTOUT 10 bool "Enable GFX TEXTOUT" 11 default y 12 help 13 Select if you want to enable GFX TEXTOUT. If unsure, say 'N'. 14 15config GFX_TRAPZOID 16 bool "Enable GFX TRAPZOID" 17 default y 18 help 19 Select if you want to enable GFX TRAPZOID. If unsure, say 'N'. 20endif 21