]> git.baikalelectronics.ru Git - uboot.git/commit
kconfig: Introduce HAVE_ARCH_IOMAP
authorBin Meng <bmeng.cn@gmail.com>
Mon, 15 Oct 2018 09:21:15 +0000 (02:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commit6e0ef9c4aa431602c21207e8a74d8ed35e5adab7
treef860e20b97f39bb6c64d85582866c3cdc60f8194
parent388bfd088a10d27d4c5ad29493700c3799b3668d
kconfig: Introduce HAVE_ARCH_IOMAP

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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/linux/io.h
lib/Kconfig