diff options
| author | Green Wan <[email protected]> | 2021-05-27 06:52:13 -0700 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2021-05-31 16:35:55 +0800 |
| commit | 70415e1e528db0856fedd4fa79b9f4a303a28c62 (patch) | |
| tree | 5a03934be4bc3c6f15178e4fe4b3746d9d2c6ae9 /arch | |
| parent | 1c07b0c562348f9254c7efa0af69995a5aaa60bb (diff) | |
board: sifive: add HiFive Unmatched board support
Add defconfig and board support for HiFive Unmatched.
Signed-off-by: Green Wan <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/riscv/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index a8a61a943b4..b3d7fd84cec 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -20,6 +20,9 @@ config TARGET_QEMU_VIRT config TARGET_SIFIVE_UNLEASHED bool "Support SiFive Unleashed Board" +config TARGET_SIFIVE_UNMATCHED + bool "Support SiFive Unmatched Board" + config TARGET_SIPEED_MAIX bool "Support Sipeed Maix Board" @@ -56,6 +59,7 @@ source "board/AndesTech/ax25-ae350/Kconfig" source "board/emulation/qemu-riscv/Kconfig" source "board/microchip/mpfs_icicle/Kconfig" source "board/sifive/unleashed/Kconfig" +source "board/sifive/unmatched/Kconfig" source "board/sipeed/maix/Kconfig" # platform-specific options below |
