From: Michael Opdenacker Date: Mon, 4 Nov 2013 09:32:33 +0000 (+0100) Subject: xtensa: remove unused XTENSA_ISS_NETWORK Kconfig parameter X-Git-Tag: accepted/tizen/common/20141203.182822~510^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa72e6bbada08055e30e5b4213ba9c83458f3ef3;p=platform%2Fkernel%2Flinux-arm64.git 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 Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 70a160b..49d2e84 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.