add ch438 for xidatong-riscv64 board

This commit is contained in:
Liu_Weichao
2022-09-01 09:20:15 +08:00
parent b5b3cb9ca7
commit 5de4b9eec0
18 changed files with 1466 additions and 348 deletions
@@ -1,3 +1,10 @@
menuconfig BSP_USING_CH438
bool "Using CH438 device"
default n
if BSP_USING_CH438
source "$BSP_DIR/third_party_driver/ch438/Kconfig"
endif
menuconfig BSP_USING_DMA
bool "Using DMA device"
default y
@@ -32,7 +39,7 @@ endif
menuconfig BSP_USING_PLIC
bool "Using PLIC device"
default n
default y
if BSP_USING_PLIC
source "$BSP_DIR/third_party_driver/plic/Kconfig"
endif