diff options
| author | Thomas Bonnefille <[email protected]> | 2024-11-12 15:57:38 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2024-12-18 13:19:15 +0800 |
| commit | 04bcc87f0dcc18c9cc6bf2bea90f8c14b44393b4 (patch) | |
| tree | f84deead66d77fae792544148404b28fc95c99a9 /arch | |
| parent | 4897de90c30d569630633241e7a1b80d4848ec21 (diff) | |
board: add support for LicheeRV Nano
The LicheeRV Nano is a small SBC using the Sophgo SG2002 RISCV SoC.
Signed-off-by: Thomas Bonnefille <[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 043d963f634..a73fe510f73 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -11,6 +11,9 @@ choice config TARGET_ANDES_AE350 bool "Support Andes ae350" +config TARGET_LICHEERV_NANO + bool "Support LicheeRV Nano Board" + config TARGET_MICROCHIP_ICICLE bool "Support Microchip PolarFire-SoC Icicle Board" @@ -92,6 +95,7 @@ source "board/sifive/unleashed/Kconfig" source "board/sifive/unmatched/Kconfig" source "board/sipeed/maix/Kconfig" source "board/sophgo/milkv_duo/Kconfig" +source "board/sophgo/licheerv_nano/Kconfig" source "board/starfive/visionfive2/Kconfig" source "board/thead/th1520_lpi4a/Kconfig" source "board/xilinx/mbv/Kconfig" |
