diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-11-30 13:51:56 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-11-30 19:54:01 +0100 |
commit | b7cc40c32a8bfa6f2581a71747f6a7d491fe43ba (patch) | |
tree | 341b7d829a8449e998ab320c9eeddabb2b836377 /arch/arc/configs/axs101_defconfig | |
parent | arc: [devboards] Add support of NFSv3 ACL (diff) | |
download | linux-b7cc40c32a8bfa6f2581a71747f6a7d491fe43ba.tar.xz linux-b7cc40c32a8bfa6f2581a71747f6a7d491fe43ba.zip |
ARC: change defconfig defaults to ARCv2
Change the default defconfig (used with 'make defconfig') to the ARCv2
nsim_hs_defconfig, and also switch the default Kconfig ISA selection to
ARCv2.
This allows several default defconfigs (e.g. make defconfig, make
allnoconfig, make tinyconfig) to all work with ARCv2 by default.
Note since we change default architecture from ARCompact to ARCv2
it's required to explicitly mention architecture type in ARCompact
defconfigs otherwise ARCv2 will be implied and binaries will be
generated for ARCv2.
Cc: <stable@vger.kernel.org> # 4.4.x
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/axs101_defconfig')
-rw-r--r-- | arch/arc/configs/axs101_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/configs/axs101_defconfig b/arch/arc/configs/axs101_defconfig index 8c23bd086cd0..020d4493edfd 100644 --- a/arch/arc/configs/axs101_defconfig +++ b/arch/arc/configs/axs101_defconfig @@ -14,6 +14,7 @@ CONFIG_PERF_EVENTS=y # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_SLUB_DEBUG is not set # CONFIG_COMPAT_BRK is not set +CONFIG_ISA_ARCOMPACT=y CONFIG_MODULES=y CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_UNLOAD=y |