diff options
Diffstat (limited to 'board/synopsys/Kconfig')
-rw-r--r-- | board/synopsys/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/board/synopsys/Kconfig b/board/synopsys/Kconfig new file mode 100644 index 00000000000..22034c19f1b --- /dev/null +++ b/board/synopsys/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ARCANGEL4 + +config SYS_CPU + string + default "arc700" + +config SYS_VENDOR + string + default "synopsys" + +config SYS_CONFIG_NAME + string + default "arcangel4" + +endif + +if TARGET_ARCANGEL4_BE + +config SYS_CPU + string + default "arc700" + +config SYS_VENDOR + string + default "synopsys" + +config SYS_CONFIG_NAME + string + default "arcangel4-be" + +endif |