lkml.org 
[lkml]   [2014]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] unicore32: Remove unneeded Kconfig entry NO_IOPORT_MAP
From
Date
Architectures only need a Kconfig entry for NO_IOPORT_MAP if it is
possible that its value will be 'y'. For unicore32 its value will always
be 'n', making it pointless. Remove it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Tested by playing with arch/unicore32/configs/unicore32_defconfig. This
patch made no difference whatsoever to the generated .config file.
Please note that it has
CONFIG_HAS_IOPORT_MAP=y

set after invoking "make oldconfig" both before and after this patch.

arch/unicore32/Kconfig | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
index 928237a7b9ca..2322cc87e7cb 100644
--- a/arch/unicore32/Kconfig
+++ b/arch/unicore32/Kconfig
@@ -27,9 +27,6 @@ config UNICORE32
config GENERIC_CSUM
def_bool y

-config NO_IOPORT_MAP
- bool
-
config STACKTRACE_SUPPORT
def_bool y

--
1.9.3


\
 
 \ /
  Last update: 2014-09-24 21:41    [W:0.063 / U:2.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site