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/plat-sim/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/plat-sim/Kconfig')
-rw-r--r-- | arch/arc/plat-sim/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arc/plat-sim/Kconfig b/arch/arc/plat-sim/Kconfig deleted file mode 100644 index ac6af96a82f3..000000000000 --- a/arch/arc/plat-sim/Kconfig +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# - -menuconfig ARC_PLAT_SIM - bool "ARC nSIM based simulation virtual platforms" - help - Support for nSIM based ARC simulation platforms - This includes the standalone nSIM (uart only) vs. System C OSCI VP |