回复: Re: [PATCH] unicore32: Remove unneeded Kconfig entry NO_IOPORT_MAP

2014-10-01 Thread Xuetao Guan
- Paul Bolle 写道: > On Sun, 2014-09-28 at 09:49 +0800, Xuetao Guan wrote: > > Sorry for late reply. > > You replied within four days. That's rather quick, actually. > > > I checked this config, and it's only used for HAS_IOPORT_MAP in lib/Kconfig > > Sure, removing it means no different for

Re: [PATCH] unicore32: Remove unneeded Kconfig entry NO_IOPORT_MAP

2014-09-29 Thread Paul Bolle
On Sun, 2014-09-28 at 09:49 +0800, Xuetao Guan wrote: > Sorry for late reply. You replied within four days. That's rather quick, actually. > I checked this config, and it's only used for HAS_IOPORT_MAP in lib/Kconfig > Sure, removing it means no different for .config file. > I think a better way

Re: [PATCH] unicore32: Remove unneeded Kconfig entry NO_IOPORT_MAP

2014-09-27 Thread Xuetao Guan
Sorry for late reply. I checked this config, and it's only used for HAS_IOPORT_MAP in lib/Kconfig Sure, removing it means no different for .config file. I think a better way is reserving it or moving it into arch/Kconfig Cc: linux-a...@vger.kernel.org Xuetao Guan - Paul Bolle 写道: > Archite

[PATCH] unicore32: Remove unneeded Kconfig entry NO_IOPORT_MAP

2014-09-24 Thread Paul Bolle
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 --- Tested by playing with arch/unicore32/configs/unicore32_defconfig. This patch made no d