1config API_XC 2 3tristate "XC" 4default n 5 6---help--- 7Enable compilation option for API XC 8 9---help--- 10Enable compilation option for API XC 11if API_XC 12config XC_SEAMLESS_SCALING 13 bool "Enable XC SEAMLESS SCALING" 14 default n 15 help 16 Select if you want to enable XC SEAMLESS SCALING. If unsure, say 'N'. 17 18config XC_4K2K_PATCH_ENABLE 19 bool "Enable XC 4K2K Patch" 20 default n 21 help 22 Select if you want to enable XC 4K2K patch. If unsure, say 'N'. 23 24endif 25 26