xref: /utopia/UTPA2-700.0.x/modules/graphic/api/gop/Kconfig (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1config API_GOP
2
3tristate "GOP"
4default n
5
6---help---
7Enable compilation option for API GOP
8if API_GOP
9config GOP_POOL_ARRANGE
10	bool "Enable GOP POOL ARRANGE"
11	default y
12	help
13	  Select if you want to enable GOP POOL ARRANGE. If unsure, say 'N'.
14
15config GOP_GWIN_MISC
16	bool "Enable GOP GWIN MISC"
17	default y
18	help
19	  Select if you want to enable GOP GWIN MISC. If unsure, say 'N'.
20
21config GOP_2ND_PAL
22	bool "Enable GOP 2ND PAL"
23	default y
24	help
25	  Select if you want to enable GOP 2ND Palette. If unsure, say 'N'.
26
27config GOP_BG
28	bool "Enable GOP POOL ARRANGE"
29	default y
30	help
31	  Select if you want to enable GOP Back Ground. If unsure, say 'N'.
32
33config GOP_FADE
34	bool "Enable GOP FADE"
35	default y
36	help
37	  Select if you want to enable GOP FADE. If unsure, say 'N'.
38
39config GOP_YUV_SWAP
40	bool "Enable GOP POOL ARRANGE"
41	default y
42	help
43	  Select if you want to enable GOP YUV SWAP. If unsure, say 'N'.
44
45config GOP_CONTRAST
46	bool "Enable GOP CONTRAST"
47	default y
48	help
49	  Select if you want to enable GOP CONTRAST. If unsure, say 'N'.
50
51config GOP_VE_CAPTURE
52	bool "Enable GOP VE CAPTURE"
53	default y
54	help
55	  Select if you want to enable GOP VE CAPTURE. If unsure, say 'N'.
56
57config GOP_SCROLL
58	bool "Enable GOP SCROLL"
59	default y
60	help
61	  Select if you want to enable GOP SCROLL. If unsure, say 'N'.
62
63config GOP_TEST_PATTERN
64	bool "Enable GOP TEST PATTERN"
65	default y
66	help
67	  Select if you want to enable GOP TEST PATTERN. If unsure, say 'N'.
68
69config GOP_DISABLE_GFLIP
70	bool "Disabel GOP GFLIP"
71	default n
72	help
73	  Select if you want to disable GOP GFLIP. If unsure, say 'N'.
74
75endif
76