diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-10-27 18:23:44 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-10-29 19:19:30 -0400 |
commit | 4fbaf649ebbc625189e349fd6d07a4fe22a863f8 (patch) | |
tree | a3058e4092f235ff6360d9dec023435b37d93c35 | |
parent | 0b07194bb55ed836c2cc7c22e866b87a14681984 (diff) |
ARC: [plat-axs10x] auto-select AXS101 or AXS103 given the ISA config
AXS10x platform has two flavours:
- AXS101 (ARC700 cpu, ARCompact ISA)
- AXS103 (ARC HS38x cpu, ARCv2 ISA)
So depending on the ISA support configured, pre-select the AXS10x
variant.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/plat-axs10x/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/plat-axs10x/Kconfig b/arch/arc/plat-axs10x/Kconfig index c54d1ae57fe0..4e0df7b7a248 100644 --- a/arch/arc/plat-axs10x/Kconfig +++ b/arch/arc/plat-axs10x/Kconfig | |||
@@ -14,6 +14,8 @@ menuconfig ARC_PLAT_AXS10X | |||
14 | select MIGHT_HAVE_PCI | 14 | select MIGHT_HAVE_PCI |
15 | select GENERIC_IRQ_CHIP | 15 | select GENERIC_IRQ_CHIP |
16 | select GPIOLIB | 16 | select GPIOLIB |
17 | select AXS101 if ISA_ARCOMPACT | ||
18 | select AXS103 if ISA_ARCV2 | ||
17 | help | 19 | help |
18 | Support for the ARC AXS10x Software Development Platforms. | 20 | Support for the ARC AXS10x Software Development Platforms. |
19 | 21 | ||