linuxOS_AP06/buildroot/package/rockchip/ipc/rkipc/Config.in
2025-06-03 12:28:32 +08:00

50 lines
1.2 KiB
Plaintext

config BR2_PACKAGE_RKIPC
bool "rockchip rkipc"
select BR2_PACKAGE_CAMERA_ENGINE_RKAIQ
select BR2_PACKAGE_WPA_SUPPLICANT
select BR2_PACKAGE_FREETYPE
help
rockchip rkipc
choice
prompt "Platform type"
default BR2_PACKAGE_RKIPC_RK3588
help
Select a platform type.
config BR2_PACKAGE_RKIPC_RK3576
bool "Compile for rk3576 ipc"
select BR2_PACKAGE_ROCKIT
select BR2_PACKAGE_ROCKCHIP_RGA
depends on BR2_PACKAGE_RKIPC
config BR2_PACKAGE_RKIPC_RK3576_MULTI_IPC
bool "Compile for rk3576 multi ipc"
select BR2_PACKAGE_ROCKIT
select BR2_PACKAGE_ROCKCHIP_RGA
depends on BR2_PACKAGE_RKIPC
config BR2_PACKAGE_RKIPC_RK3588
bool "Compile for rk3588 ipc"
select BR2_PACKAGE_ROCKIT
select BR2_PACKAGE_ROCKCHIP_RGA
depends on BR2_PACKAGE_RKIPC
config BR2_PACKAGE_RKIPC_RK3588_MULTI_IPC
bool "Compile for rk3588 multi ipc"
select BR2_PACKAGE_ROCKIT
select BR2_PACKAGE_ROCKCHIP_RGA
depends on BR2_PACKAGE_RKIPC
config BR2_PACKAGE_RKIPC_RV1126
bool "Compile for rv1126 ipc"
select BR2_PACKAGE_RKMEDIA
depends on BR2_PACKAGE_RKIPC
config BR2_PACKAGE_RKIPC_RV1126_BATTERY_IPC
bool "Compile for rv1126 battery ipc"
select BR2_PACKAGE_ROCKIT
select BR2_PACKAGE_VENDOR_STORAGE
depends on BR2_PACKAGE_RKIPC
endchoice