mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 16:40:25 +08:00
ecf2d82159
* Synchronize the code of the rt mart branch to the master branch. * TTY device * Add lwP code from rt-smart * Add vnode in DFS, but DFS will be re-write for rt-smart * There are three libcpu for rt-smart: * arm/cortex-a, arm/aarch64 * riscv64 Co-authored-by: Rbb666 <zhangbingru@rt-thread.com> Co-authored-by: zhkag <zhkag@foxmail.com>
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
menu "MBUS Devices"
|
|
|
|
config DRIVERS_MBUS
|
|
bool "enable mbus driver"
|
|
default y
|
|
|
|
if DRIVERS_MBUS
|
|
config DRIVERS_MBUS_GPU_BW
|
|
bool "mbus gpu bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_RV_SYS_BW
|
|
bool "mbus riscv sys bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_MAHB_BW
|
|
bool "mbus mahb bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_DMA_BW
|
|
bool "mbus dma bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_CE_BW
|
|
bool "mbus ce bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_TVD_BW
|
|
bool "mbus tvd bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_CSI_BW
|
|
bool "mbus csi bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_DSP_SYS_BW
|
|
bool "mbus dsp sys bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_G2D_BW
|
|
bool "mbus g2d bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_DI_BW
|
|
bool "mbus di bandwidth"
|
|
default n
|
|
config DRIVERS_MBUS_IOMMU_BW
|
|
bool "mbus iommu bandwidth"
|
|
default n
|
|
endif
|
|
|
|
config HAL_TEST_MBUS
|
|
bool "enable mbus hal APIs test command"
|
|
depends on DRIVERS_MBUS
|
|
default n
|
|
|
|
endmenu
|