Files
luban-lite-t3e-pro/packages/artinchip/mpp/Kconfig
刘可亮 0a13af6a1d V1.0.5
2024-06-04 19:00:30 +08:00

36 lines
852 B
Plaintext

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
select LPKG_USING_MAD
select AIC_AUDIO_DRV
select RT_USING_PTHREADS
config AIC_MPP_VIN
bool "Enable Video Input interface"
default n
depends on LPKG_MPP
config AIC_MPP_VIN_DEV
bool "Enable Video Input interface of DevMode"
default n
depends on LPKG_MPP && !AIC_MPP_VIN && AIC_USING_DE
config AIC_MPP_VIN_BUF_SIZE
int "Size of Video Input buffer"
default 1843264
depends on LPKG_MPP && (AIC_MPP_VIN || AIC_MPP_VIN_DEV)
config AIC_MPP_FB_TEST
bool "Install MPP FB test programs"
default n
depends on LPKG_MPP
config AIC_MPP_AVI_DEMUX
bool "enable avi demux"
default n
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE