30 lines
527 B
Plaintext
30 lines
527 B
Plaintext
config ARTINCHIP_GE
|
|
tristate "ArtInChip 2D Graphics Engine"
|
|
default n
|
|
help
|
|
This is a 2D Graphics Engine driver
|
|
choice
|
|
prompt "select 2D Graphics Engine Mode"
|
|
default ARTINCHIP_GE_NORMAL
|
|
depends on ARTINCHIP_GE
|
|
|
|
config ARTINCHIP_GE_CMDQ
|
|
bool "CMD queue mode"
|
|
help
|
|
Enable CMD Queue
|
|
|
|
config ARTINCHIP_GE_NORMAL
|
|
bool "normal mode"
|
|
help
|
|
Disable CMD Queue
|
|
|
|
endchoice
|
|
|
|
if ARTINCHIP_GE
|
|
config CTRL_GE_CLK_IN_FRAME
|
|
bool "ArtInChip GE Clock Ctrl In Frames"
|
|
default n
|
|
help
|
|
This is a GE Clock Ctrl in frames
|
|
endif
|