projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9607ff
)
riscv: Add Kconfig option for ESWIN platforms
author
Pinkesh Vaghela
<pinkesh.vaghela@einfochips.com>
Mon, 25 Aug 2025 13:24:23 +0000
(18:54 +0530)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 25 Sep 2025 06:29:05 +0000
(08:29 +0200)
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>
arch/riscv/Kconfig.socs
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig.socs
b/arch/riscv/Kconfig.socs
index
61ceae0
..
848e714
100644
(file)
--- 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