Files
luban-lite/bsp/artinchip/drv/ge/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

38 lines
764 B
Plaintext

#-----------------------------
# devices local parameter
#-----------------------------
choice
prompt "Select Graphics Engine Mode"
default AIC_GE_NORMAL
depends on AIC_GE_DRV
config AIC_GE_CMDQ
bool "CMD queue mode"
help
Enable CMA queue
config AIC_GE_NORMAL
bool "normal mode"
help
Disable CMD Queue
endchoice
menu "Graphics Engine Parameter"
config AIC_GE_DITHER
prompt "Select to turn on the dither function"
bool "Dither function"
default y
help
Turning off the Dither function can save memory about 16K bytes.
config AIC_GE_CMDQ_BUF_LENGTH
prompt "Set the size of cmd queue buffer"
depends on AIC_GE_CMDQ
int "CMDQ queue buffer"
range 1024 16384
default 2048
endmenu