]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
riscv: Add Anlogic SoC famly Kconfig support
authorJunhui Liu <junhui.liu@pigmoral.tech>
Tue, 21 Oct 2025 09:41:45 +0000 (17:41 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 12 Nov 2025 17:06:56 +0000 (17:06 +0000)
The first SoC in the Anlogic series is DR1V90, which contains a RISC-V
core from Nuclei.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/Kconfig.socs

index 848e7149e4435ad3ca138b62bc3b3c8efb594a18..25f7e58cbf745a78b0e946749aa2a770dae3eb2b 100644 (file)
@@ -7,6 +7,11 @@ config ARCH_ANDES
        help
          This enables support for Andes SoC platform hardware.
 
+config ARCH_ANLOGIC
+       bool "Anlogic SoCs"
+       help
+         This enables support for Anlogic SoC platform hardware.
+
 config ARCH_ESWIN
        bool "ESWIN SoCs"
        help