summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker2013-11-04 10:32:33 +0100
committerMax Filippov2014-01-14 20:57:02 +0100
commitfa72e6bbada08055e30e5b4213ba9c83458f3ef3 (patch)
treeb4c18f1b21bc4cb8e024fcd6e9c752bff75ff14c
parentxtensa: ISS: avoid simple_strtoul usage (diff)
downloadkernel-qcow2-linux-fa72e6bbada08055e30e5b4213ba9c83458f3ef3.tar.gz
kernel-qcow2-linux-fa72e6bbada08055e30e5b4213ba9c83458f3ef3.tar.xz
kernel-qcow2-linux-fa72e6bbada08055e30e5b4213ba9c83458f3ef3.zip
xtensa: remove unused XTENSA_ISS_NETWORK Kconfig parameter
This removes the XTENSA_ISS_NETWORK Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
-rw-r--r--arch/xtensa/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 70a160be3464..49d2e843552b 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -195,9 +195,6 @@ config XTENSA_CALIBRATE_CCOUNT
config SERIAL_CONSOLE
def_bool n
-config XTENSA_ISS_NETWORK
- def_bool n
-
menu "Bus options"
config PCI
@@ -224,7 +221,6 @@ config XTENSA_PLATFORM_ISS
depends on TTY
select XTENSA_CALIBRATE_CCOUNT
select SERIAL_CONSOLE
- select XTENSA_ISS_NETWORK
help
ISS is an acronym for Tensilica's Instruction Set Simulator.