From 4fde87cb13a29c06e0b4c2cba86445492098fbc2 Mon Sep 17 00:00:00 2001 From: GuanXuetao Date: Sun, 27 Feb 2011 12:46:06 +0800 Subject: unicore32: replace unicore32-specific iomap functions with generic lib implementation 1. define and enable CONFIG_GENERIC_IOMAP 2. define unicore32-specific PCI_IOBASE for asm-generic/io.h 3. define HAVE_ARCH_PIO_SIZE and unicore32-specific PIO_* macros 4. remove all unicore32-specific iomap functions Signed-off-by: Guan Xuetao Reviewed-and-Acked-by: Arnd Bergmann --- arch/unicore32/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/unicore32/Kconfig') diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index 7f65018e64ac..4a36db45fb3d 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -30,6 +30,9 @@ config GENERIC_CLOCKEVENTS config GENERIC_CSUM def_bool y +config GENERIC_IOMAP + def_bool y + config NO_IOPORT bool -- cgit v1.2.3