diff options
Diffstat (limited to 'extra/Configs/Config.arc')
-rw-r--r-- | extra/Configs/Config.arc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/Configs/Config.arc b/extra/Configs/Config.arc new file mode 100644 index 000000000..40ff114cf --- /dev/null +++ b/extra/Configs/Config.arc @@ -0,0 +1,23 @@ +# +# For a description of the syntax of this configuration file, +# see extra/config/Kconfig-language.txt +# +config TARGET_ARCH + default "arc" + +config FORCE_OPTIONS_FOR_ARCH + bool + default y + select ARCH_ANY_ENDIAN + +choice + prompt "Target Processor Type" + default CONFIG_ARC_CPU_700 + +config CONFIG_ARC_CPU_700 + bool "ARC700" + select ARCH_HAS_MMU + help + ARCompact ISA based ARC CPU + +endchoice |