Re: [PATCH] xtensa: remove unused XTENSA_ISS_NETWORK Kconfig parameter

2013-11-09 Thread Max Filippov
On Mon, Nov 4, 2013 at 1:32 PM, Michael Opdenacker
 wrote:
> 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 
> ---

Thanks, taken to my xtensa tree.

-- Max
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] xtensa: remove unused XTENSA_ISS_NETWORK Kconfig parameter

2013-11-04 Thread Michael Opdenacker
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 
---
 arch/xtensa/Kconfig | 4 
 1 file changed, 4 deletions(-)

diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 8d24dcb7cdac..148bca34dfbc 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -150,9 +150,6 @@ config XTENSA_CALIBRATE_CCOUNT
 config SERIAL_CONSOLE
def_bool n
 
-config XTENSA_ISS_NETWORK
-   def_bool n
-
 menu "Bus options"
 
 config PCI
@@ -179,7 +176,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.
 
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/