aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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