diff options
author | Pinkesh Vaghela <pinkesh.vaghela@einfochips.com> | 2025-08-25 18:54:23 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2025-09-25 08:29:05 +0200 |
commit | faaf0ea59713732b66100d8b5440fe40e48b3847 (patch) | |
tree | c047b01aed38d3f5dac8392df05878f15f953ff1 | |
parent | b9607ff0f86ad310f4a5e6ac985b1e89d78fd3ec (diff) |
riscv: Add Kconfig option for ESWIN platforms
Create a config option to build ESWIN SoC specific resources
Signed-off-by: Pinkesh Vaghela <pinkesh.vaghela@einfochips.com>
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250825132427.1618089-3-pinkesh.vaghela@einfochips.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/riscv/Kconfig.socs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 61ceae0aa27a..848e7149e443 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -7,6 +7,12 @@ config ARCH_ANDES help This enables support for Andes SoC platform hardware. +config ARCH_ESWIN + bool "ESWIN SoCs" + help + This enables support for ESWIN SoC platform hardware, + including the ESWIN EIC7700 SoC. + config ARCH_MICROCHIP_POLARFIRE def_bool ARCH_MICROCHIP |