Files
luban-lite/packages/artinchip/mpp/Kconfig

19 lines
379 B
Plaintext
Raw Normal View History

2023-08-28 09:48:01 +08:00
menuconfig LPKG_MPP
bool "aic-mpp"
default y
config AIC_MPP_PLAYER_INTERFACE
bool "Enable player interface and demo"
default n
depends on LPKG_MPP
config AIC_MPP_VIN
bool "Enable Video Input interface"
default n
depends on LPKG_MPP
config AIC_MPP_VIN_BUF_SIZE
int "Size of Video Input buffer"
default 1843264
depends on AIC_MPP_VIN