diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-07-28 14:23:50 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-08-04 11:19:47 +0300 |
commit | 33460f86ad2c982f3172a10b17948ccaf923f07f (patch) | |
tree | 78b269c68925cd699e5a61d22e47e530ae6cd4a6 /arch/arc/Kconfig | |
parent | f862b31514bad66e48d9d4ff6036ee051cf36a6f (diff) | |
download | linux-33460f86ad2c982f3172a10b17948ccaf923f07f.tar.xz |
ARC: [plat-sim] Include this platform unconditionally
Essentially remove CONFIG_ARC_PLAT_SIM
There is no need for any platform specific code, just the board DTS
match strings which we can include unconditionally
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index a5459698f0ee..7db85ab00c52 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -96,7 +96,6 @@ menu "ARC Architecture Configuration" menu "ARC Platform/SoC/Board" -source "arch/arc/plat-sim/Kconfig" source "arch/arc/plat-tb10x/Kconfig" source "arch/arc/plat-axs10x/Kconfig" #New platform adds here |