From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 27 Sep 2018 06:42:44 -0700 Subject: [U-Boot] [PATCH 19/27] kconfig: Introduce HAVE_ARCH_IOMAP In-Reply-To: <1537710145-1888-20-git-send-email-bmeng.cn@gmail.com> References: <1537710145-1888-1-git-send-email-bmeng.cn@gmail.com> <1537710145-1888-20-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 September 2018 at 06:42, Bin Meng wrote: > Introduce a new Kconfig option for architecture codes to control > whether it provides io{read,write}{8,16,32} I/O accessor functions. > > Signed-off-by: Bin Meng > --- > > include/linux/io.h | 4 ++++ > lib/Kconfig | 6 ++++++ > 2 files changed, 10 insertions(+) Reviewed-by: Simon Glass