The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] unicore32: Remove unneeded Kconfig entry NO_IOPORT_MAP
@ 2014-09-24 19:13 Paul Bolle
  2014-09-28  1:49 ` Xuetao Guan 
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2014-09-24 19:13 UTC (permalink / raw)
  To: Guan Xuetao; +Cc: linux-kernel

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-01 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 19:13 [PATCH] unicore32: Remove unneeded Kconfig entry NO_IOPORT_MAP Paul Bolle
2014-09-28  1:49 ` Xuetao Guan 
2014-09-29  9:00   ` Paul Bolle
2014-10-01 14:38     ` 回复: " Xuetao Guan 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox