Files
luban-lite-t3e-pro/bsp/artinchip/drv/ge/Kconfig

38 lines
715 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
#-----------------------------
# devices local parameter
#-----------------------------
2023-11-09 20:19:51 +08:00
menu "Graphics Engine Parameter"
depends on AIC_GE_DRV
2023-08-30 16:21:18 +08:00
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
config AIC_GE_DITHER
2023-11-09 20:19:51 +08:00
depends on AIC_GE_DRV
2023-08-30 16:21:18 +08:00
bool "Dither function"
default y
help
Turning off the Dither function can save memory about 16K bytes.
config AIC_GE_CMDQ_BUF_LENGTH
depends on AIC_GE_CMDQ
int "CMDQ queue buffer"
range 1024 16384
default 2048
endmenu