aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-11-04 04:32:33 -0500
committerMax Filippov <jcmvbkbc@gmail.com>2014-01-14 14:57:02 -0500
commitfa72e6bbada08055e30e5b4213ba9c83458f3ef3 (patch)
treeb4c18f1b21bc4cb8e024fcd6e9c752bff75ff14c
parent8be54d770bcf6f7b203a705aefed2ec845e1b748 (diff)
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
195config SERIAL_CONSOLE 195config SERIAL_CONSOLE
196 def_bool n 196 def_bool n
197 197
198config XTENSA_ISS_NETWORK
199 def_bool n
200
201menu "Bus options" 198menu "Bus options"
202 199
203config PCI 200config PCI
@@ -224,7 +221,6 @@ config XTENSA_PLATFORM_ISS
224 depends on TTY 221 depends on TTY
225 select XTENSA_CALIBRATE_CCOUNT 222 select XTENSA_CALIBRATE_CCOUNT
226 select SERIAL_CONSOLE 223 select SERIAL_CONSOLE
227 select XTENSA_ISS_NETWORK
228 help 224 help
229 ISS is an acronym for Tensilica's Instruction Set Simulator. 225 ISS is an acronym for Tensilica's Instruction Set Simulator.
230 226