diff options
Diffstat (limited to 'arch')
29 files changed, 43 insertions, 43 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 75de197a2fef..9596b0ab108d 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -57,7 +57,7 @@ config ARCH_FLATMEM_ENABLE | |||
57 | config MMU | 57 | config MMU |
58 | def_bool y | 58 | def_bool y |
59 | 59 | ||
60 | config NO_IOPORT | 60 | config NO_IOPORT_MAP |
61 | def_bool y | 61 | def_bool y |
62 | 62 | ||
63 | config GENERIC_CALIBRATE_DELAY | 63 | config GENERIC_CALIBRATE_DELAY |
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d7a71e3ef55f..5db05f6a0412 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -126,7 +126,7 @@ config HAVE_TCM | |||
126 | config HAVE_PROC_CPU | 126 | config HAVE_PROC_CPU |
127 | bool | 127 | bool |
128 | 128 | ||
129 | config NO_IOPORT | 129 | config NO_IOPORT_MAP |
130 | bool | 130 | bool |
131 | 131 | ||
132 | config EISA | 132 | config EISA |
@@ -410,7 +410,7 @@ config ARCH_EBSA110 | |||
410 | select ISA | 410 | select ISA |
411 | select NEED_MACH_IO_H | 411 | select NEED_MACH_IO_H |
412 | select NEED_MACH_MEMORY_H | 412 | select NEED_MACH_MEMORY_H |
413 | select NO_IOPORT | 413 | select NO_IOPORT_MAP |
414 | help | 414 | help |
415 | This is an evaluation board for the StrongARM processor available | 415 | This is an evaluation board for the StrongARM processor available |
416 | from Digital. It has limited hardware on-board, including an | 416 | from Digital. It has limited hardware on-board, including an |
@@ -428,7 +428,7 @@ config ARCH_EFM32 | |||
428 | select CPU_V7M | 428 | select CPU_V7M |
429 | select GENERIC_CLOCKEVENTS | 429 | select GENERIC_CLOCKEVENTS |
430 | select NO_DMA | 430 | select NO_DMA |
431 | select NO_IOPORT | 431 | select NO_IOPORT_MAP |
432 | select SPARSE_IRQ | 432 | select SPARSE_IRQ |
433 | select USE_OF | 433 | select USE_OF |
434 | help | 434 | help |
@@ -677,7 +677,7 @@ config ARCH_SHMOBILE_LEGACY | |||
677 | select HAVE_SMP | 677 | select HAVE_SMP |
678 | select MIGHT_HAVE_CACHE_L2X0 | 678 | select MIGHT_HAVE_CACHE_L2X0 |
679 | select MULTI_IRQ_HANDLER | 679 | select MULTI_IRQ_HANDLER |
680 | select NO_IOPORT | 680 | select NO_IOPORT_MAP |
681 | select PINCTRL | 681 | select PINCTRL |
682 | select PM_GENERIC_DOMAINS if PM | 682 | select PM_GENERIC_DOMAINS if PM |
683 | select SPARSE_IRQ | 683 | select SPARSE_IRQ |
@@ -699,7 +699,7 @@ config ARCH_RPC | |||
699 | select ISA_DMA_API | 699 | select ISA_DMA_API |
700 | select NEED_MACH_IO_H | 700 | select NEED_MACH_IO_H |
701 | select NEED_MACH_MEMORY_H | 701 | select NEED_MACH_MEMORY_H |
702 | select NO_IOPORT | 702 | select NO_IOPORT_MAP |
703 | select VIRT_TO_BUS | 703 | select VIRT_TO_BUS |
704 | help | 704 | help |
705 | On the Acorn Risc-PC, Linux can support the internal IDE disk and | 705 | On the Acorn Risc-PC, Linux can support the internal IDE disk and |
@@ -760,7 +760,7 @@ config ARCH_S3C64XX | |||
760 | select HAVE_S3C2410_I2C if I2C | 760 | select HAVE_S3C2410_I2C if I2C |
761 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 761 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
762 | select HAVE_TCM | 762 | select HAVE_TCM |
763 | select NO_IOPORT | 763 | select NO_IOPORT_MAP |
764 | select PLAT_SAMSUNG | 764 | select PLAT_SAMSUNG |
765 | select PM_GENERIC_DOMAINS if PM | 765 | select PM_GENERIC_DOMAINS if PM |
766 | select S3C_DEV_NAND | 766 | select S3C_DEV_NAND |
diff --git a/arch/arm/mach-picoxcell/Kconfig b/arch/arm/mach-picoxcell/Kconfig index eca9eb1c5931..62240f69b4ee 100644 --- a/arch/arm/mach-picoxcell/Kconfig +++ b/arch/arm/mach-picoxcell/Kconfig | |||
@@ -4,4 +4,4 @@ config ARCH_PICOXCELL | |||
4 | select ARM_VIC | 4 | select ARM_VIC |
5 | select DW_APB_TIMER_OF | 5 | select DW_APB_TIMER_OF |
6 | select HAVE_TCM | 6 | select HAVE_TCM |
7 | select NO_IOPORT | 7 | select NO_IOPORT_MAP |
diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index 3e8189186a5b..e4e505f52ba0 100644 --- a/arch/arm/mach-prima2/Kconfig +++ b/arch/arm/mach-prima2/Kconfig | |||
@@ -3,7 +3,7 @@ config ARCH_SIRF | |||
3 | select ARCH_HAS_RESET_CONTROLLER | 3 | select ARCH_HAS_RESET_CONTROLLER |
4 | select ARCH_REQUIRE_GPIOLIB | 4 | select ARCH_REQUIRE_GPIOLIB |
5 | select GENERIC_IRQ_CHIP | 5 | select GENERIC_IRQ_CHIP |
6 | select NO_IOPORT | 6 | select NO_IOPORT_MAP |
7 | select PINCTRL | 7 | select PINCTRL |
8 | select PINCTRL_SIRF | 8 | select PINCTRL_SIRF |
9 | help | 9 | help |
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index ba1cc6246778..40cf50b9940c 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
@@ -12,7 +12,7 @@ if ARCH_S3C24XX | |||
12 | config PLAT_S3C24XX | 12 | config PLAT_S3C24XX |
13 | def_bool y | 13 | def_bool y |
14 | select ARCH_REQUIRE_GPIOLIB | 14 | select ARCH_REQUIRE_GPIOLIB |
15 | select NO_IOPORT | 15 | select NO_IOPORT_MAP |
16 | select S3C_DEV_NAND | 16 | select S3C_DEV_NAND |
17 | select IRQ_DOMAIN | 17 | select IRQ_DOMAIN |
18 | help | 18 | help |
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a182008e3aeb..0f92ba8e7884 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -10,7 +10,7 @@ config ARCH_SHMOBILE_MULTI | |||
10 | select ARM_GIC | 10 | select ARM_GIC |
11 | select MIGHT_HAVE_PCI | 11 | select MIGHT_HAVE_PCI |
12 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE | 12 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |
13 | select NO_IOPORT | 13 | select NO_IOPORT_MAP |
14 | select PINCTRL | 14 | select PINCTRL |
15 | select ARCH_REQUIRE_GPIOLIB | 15 | select ARCH_REQUIRE_GPIOLIB |
16 | 16 | ||
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 80b4be36f10a..657d52d0391f 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -10,7 +10,7 @@ config ARCH_VEXPRESS | |||
10 | select HAVE_ARM_TWD if SMP | 10 | select HAVE_ARM_TWD if SMP |
11 | select HAVE_PATA_PLATFORM | 11 | select HAVE_PATA_PLATFORM |
12 | select ICST | 12 | select ICST |
13 | select NO_IOPORT | 13 | select NO_IOPORT_MAP |
14 | select PLAT_VERSATILE | 14 | select PLAT_VERSATILE |
15 | select PLAT_VERSATILE_CLCD | 15 | select PLAT_VERSATILE_CLCD |
16 | select POWER_RESET | 16 | select POWER_RESET |
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index b57e922f1614..243dfcb2ca0e 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -9,7 +9,7 @@ config PLAT_SAMSUNG | |||
9 | depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P || ARCH_EXYNOS | 9 | depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P || ARCH_EXYNOS |
10 | default y | 10 | default y |
11 | select GENERIC_IRQ_CHIP | 11 | select GENERIC_IRQ_CHIP |
12 | select NO_IOPORT | 12 | select NO_IOPORT_MAP |
13 | help | 13 | help |
14 | Base platform code for all Samsung SoC based systems | 14 | Base platform code for all Samsung SoC based systems |
15 | 15 | ||
@@ -19,7 +19,7 @@ config PLAT_S5P | |||
19 | default y | 19 | default y |
20 | select ARCH_REQUIRE_GPIOLIB | 20 | select ARCH_REQUIRE_GPIOLIB |
21 | select ARM_VIC | 21 | select ARM_VIC |
22 | select NO_IOPORT | 22 | select NO_IOPORT_MAP |
23 | select PLAT_SAMSUNG | 23 | select PLAT_SAMSUNG |
24 | select S3C_GPIO_TRACK | 24 | select S3C_GPIO_TRACK |
25 | select S5P_GPIO_DRVSTR | 25 | select S5P_GPIO_DRVSTR |
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 9711a5fd948d..8079a23e2701 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -66,7 +66,7 @@ config ARCH_PHYS_ADDR_T_64BIT | |||
66 | config MMU | 66 | config MMU |
67 | def_bool y | 67 | def_bool y |
68 | 68 | ||
69 | config NO_IOPORT | 69 | config NO_IOPORT_MAP |
70 | def_bool y | 70 | def_bool y |
71 | 71 | ||
72 | config STACKTRACE_SUPPORT | 72 | config STACKTRACE_SUPPORT |
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 7cb90a54b598..52731e221851 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -29,7 +29,7 @@ config GENERIC_CALIBRATE_DELAY | |||
29 | bool | 29 | bool |
30 | default y | 30 | default y |
31 | 31 | ||
32 | config NO_IOPORT | 32 | config NO_IOPORT_MAP |
33 | def_bool y | 33 | def_bool y |
34 | 34 | ||
35 | config FORCE_MAX_ZONEORDER | 35 | config FORCE_MAX_ZONEORDER |
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index fbc5c78c9ac7..0fd6138f6203 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig | |||
@@ -19,7 +19,7 @@ config HEXAGON | |||
19 | select GENERIC_IRQ_SHOW | 19 | select GENERIC_IRQ_SHOW |
20 | select HAVE_ARCH_KGDB | 20 | select HAVE_ARCH_KGDB |
21 | select HAVE_ARCH_TRACEHOOK | 21 | select HAVE_ARCH_TRACEHOOK |
22 | select NO_IOPORT | 22 | select NO_IOPORT_MAP |
23 | select GENERIC_IOMAP | 23 | select GENERIC_IOMAP |
24 | select GENERIC_SMP_IDLE_THREAD | 24 | select GENERIC_SMP_IDLE_THREAD |
25 | select STACKTRACE_SUPPORT | 25 | select STACKTRACE_SUPPORT |
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index ca4504424dae..9e44bbd8051e 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -28,7 +28,7 @@ config ZONE_DMA | |||
28 | bool | 28 | bool |
29 | default y | 29 | default y |
30 | 30 | ||
31 | config NO_IOPORT | 31 | config NO_IOPORT_MAP |
32 | def_bool y | 32 | def_bool y |
33 | 33 | ||
34 | config NO_DMA | 34 | config NO_DMA |
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index b2e322939256..87b7c7581b1d 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -52,7 +52,7 @@ config TIME_LOW_RES | |||
52 | bool | 52 | bool |
53 | default y | 53 | default y |
54 | 54 | ||
55 | config NO_IOPORT | 55 | config NO_IOPORT_MAP |
56 | def_bool y | 56 | def_bool y |
57 | 57 | ||
58 | config NO_DMA | 58 | config NO_DMA |
diff --git a/arch/metag/Kconfig b/arch/metag/Kconfig index b1d3c9c0eff8..499b7610eaaf 100644 --- a/arch/metag/Kconfig +++ b/arch/metag/Kconfig | |||
@@ -52,7 +52,7 @@ config GENERIC_HWEIGHT | |||
52 | config GENERIC_CALIBRATE_DELAY | 52 | config GENERIC_CALIBRATE_DELAY |
53 | def_bool y | 53 | def_bool y |
54 | 54 | ||
55 | config NO_IOPORT | 55 | config NO_IOPORT_MAP |
56 | def_bool y | 56 | def_bool y |
57 | 57 | ||
58 | source "init/Kconfig" | 58 | source "init/Kconfig" |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 16d5ab1615b1..5cd695f905a1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -175,7 +175,7 @@ config MACH_DECSTATION | |||
175 | select CPU_R4000_WORKAROUNDS if 64BIT | 175 | select CPU_R4000_WORKAROUNDS if 64BIT |
176 | select CPU_R4400_WORKAROUNDS if 64BIT | 176 | select CPU_R4400_WORKAROUNDS if 64BIT |
177 | select DMA_NONCOHERENT | 177 | select DMA_NONCOHERENT |
178 | select NO_IOPORT | 178 | select NO_IOPORT_MAP |
179 | select IRQ_CPU | 179 | select IRQ_CPU |
180 | select SYS_HAS_CPU_R3000 | 180 | select SYS_HAS_CPU_R3000 |
181 | select SYS_HAS_CPU_R4X00 | 181 | select SYS_HAS_CPU_R4X00 |
@@ -947,7 +947,7 @@ config SYNC_R4K | |||
947 | config MIPS_MACHINE | 947 | config MIPS_MACHINE |
948 | def_bool n | 948 | def_bool n |
949 | 949 | ||
950 | config NO_IOPORT | 950 | config NO_IOPORT_MAP |
951 | def_bool n | 951 | def_bool n |
952 | 952 | ||
953 | config GENERIC_ISA_DMA | 953 | config GENERIC_ISA_DMA |
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 9488209a5253..e71d712afb79 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig | |||
@@ -41,7 +41,7 @@ config RWSEM_XCHGADD_ALGORITHM | |||
41 | config GENERIC_HWEIGHT | 41 | config GENERIC_HWEIGHT |
42 | def_bool y | 42 | def_bool y |
43 | 43 | ||
44 | config NO_IOPORT | 44 | config NO_IOPORT_MAP |
45 | def_bool y | 45 | def_bool y |
46 | 46 | ||
47 | config TRACE_IRQFLAGS_SUPPORT | 47 | config TRACE_IRQFLAGS_SUPPORT |
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 953f17c8d17c..346d21678ffd 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -52,7 +52,7 @@ config KEXEC | |||
52 | config AUDIT_ARCH | 52 | config AUDIT_ARCH |
53 | def_bool y | 53 | def_bool y |
54 | 54 | ||
55 | config NO_IOPORT | 55 | config NO_IOPORT_MAP |
56 | def_bool y | 56 | def_bool y |
57 | 57 | ||
58 | config PCI_QUIRKS | 58 | config PCI_QUIRKS |
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1399383315a3..ba55e939a820 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -3,7 +3,7 @@ config SUPERH | |||
3 | select ARCH_MIGHT_HAVE_PC_PARPORT | 3 | select ARCH_MIGHT_HAVE_PC_PARPORT |
4 | select EXPERT | 4 | select EXPERT |
5 | select CLKDEV_LOOKUP | 5 | select CLKDEV_LOOKUP |
6 | select HAVE_IDE if HAS_IOPORT | 6 | select HAVE_IDE if HAS_IOPORT_MAP |
7 | select HAVE_MEMBLOCK | 7 | select HAVE_MEMBLOCK |
8 | select HAVE_MEMBLOCK_NODE_MAP | 8 | select HAVE_MEMBLOCK_NODE_MAP |
9 | select ARCH_DISCARD_MEMBLOCK | 9 | select ARCH_DISCARD_MEMBLOCK |
@@ -138,7 +138,7 @@ config ARCH_HAS_ILOG2_U32 | |||
138 | config ARCH_HAS_ILOG2_U64 | 138 | config ARCH_HAS_ILOG2_U64 |
139 | def_bool n | 139 | def_bool n |
140 | 140 | ||
141 | config NO_IOPORT | 141 | config NO_IOPORT_MAP |
142 | def_bool !PCI | 142 | def_bool !PCI |
143 | depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \ | 143 | depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \ |
144 | !SH_HP6XX && !SH_SOLUTION_ENGINE | 144 | !SH_HP6XX && !SH_SOLUTION_ENGINE |
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index eb1cf84231a2..e331e5373b8e 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -158,7 +158,7 @@ config SH_SDK7786 | |||
158 | bool "SDK7786" | 158 | bool "SDK7786" |
159 | depends on CPU_SUBTYPE_SH7786 | 159 | depends on CPU_SUBTYPE_SH7786 |
160 | select SYS_SUPPORTS_PCI | 160 | select SYS_SUPPORTS_PCI |
161 | select NO_IOPORT if !PCI | 161 | select NO_IOPORT_MAP if !PCI |
162 | select ARCH_WANT_OPTIONAL_GPIOLIB | 162 | select ARCH_WANT_OPTIONAL_GPIOLIB |
163 | select HAVE_SRAM_POOL | 163 | select HAVE_SRAM_POOL |
164 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | 164 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
@@ -204,7 +204,7 @@ config SH_URQUELL | |||
204 | depends on CPU_SUBTYPE_SH7786 | 204 | depends on CPU_SUBTYPE_SH7786 |
205 | select ARCH_REQUIRE_GPIOLIB | 205 | select ARCH_REQUIRE_GPIOLIB |
206 | select SYS_SUPPORTS_PCI | 206 | select SYS_SUPPORTS_PCI |
207 | select NO_IOPORT if !PCI | 207 | select NO_IOPORT_MAP if !PCI |
208 | 208 | ||
209 | config SH_MIGOR | 209 | config SH_MIGOR |
210 | bool "Migo-R" | 210 | bool "Migo-R" |
@@ -306,7 +306,7 @@ config SH_LBOX_RE2 | |||
306 | config SH_X3PROTO | 306 | config SH_X3PROTO |
307 | bool "SH-X3 Prototype board" | 307 | bool "SH-X3 Prototype board" |
308 | depends on CPU_SUBTYPE_SHX3 | 308 | depends on CPU_SUBTYPE_SHX3 |
309 | select NO_IOPORT if !PCI | 309 | select NO_IOPORT_MAP if !PCI |
310 | select IRQ_DOMAIN | 310 | select IRQ_DOMAIN |
311 | 311 | ||
312 | config SH_MAGIC_PANEL_R2 | 312 | config SH_MAGIC_PANEL_R2 |
@@ -333,7 +333,7 @@ config SH_POLARIS | |||
333 | 333 | ||
334 | config SH_SH2007 | 334 | config SH_SH2007 |
335 | bool "SH-2007 board" | 335 | bool "SH-2007 board" |
336 | select NO_IOPORT | 336 | select NO_IOPORT_MAP |
337 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | 337 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
338 | depends on CPU_SUBTYPE_SH7780 | 338 | depends on CPU_SUBTYPE_SH7780 |
339 | help | 339 | help |
diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h index 629db2ad7916..728c4c571f40 100644 --- a/arch/sh/include/asm/io.h +++ b/arch/sh/include/asm/io.h | |||
@@ -122,7 +122,7 @@ __BUILD_MEMORY_STRING(__raw_, l, u32) | |||
122 | 122 | ||
123 | __BUILD_MEMORY_STRING(__raw_, q, u64) | 123 | __BUILD_MEMORY_STRING(__raw_, q, u64) |
124 | 124 | ||
125 | #ifdef CONFIG_HAS_IOPORT | 125 | #ifdef CONFIG_HAS_IOPORT_MAP |
126 | 126 | ||
127 | /* | 127 | /* |
128 | * Slowdown I/O port space accesses for antique hardware. | 128 | * Slowdown I/O port space accesses for antique hardware. |
@@ -218,7 +218,7 @@ __BUILD_IOPORT_STRING(w, u16) | |||
218 | __BUILD_IOPORT_STRING(l, u32) | 218 | __BUILD_IOPORT_STRING(l, u32) |
219 | __BUILD_IOPORT_STRING(q, u64) | 219 | __BUILD_IOPORT_STRING(q, u64) |
220 | 220 | ||
221 | #else /* !CONFIG_HAS_IOPORT */ | 221 | #else /* !CONFIG_HAS_IOPORT_MAP */ |
222 | 222 | ||
223 | #include <asm/io_noioport.h> | 223 | #include <asm/io_noioport.h> |
224 | 224 | ||
diff --git a/arch/sh/include/asm/io_trapped.h b/arch/sh/include/asm/io_trapped.h index f1251d4f0ba9..4ab94ef51071 100644 --- a/arch/sh/include/asm/io_trapped.h +++ b/arch/sh/include/asm/io_trapped.h | |||
@@ -36,7 +36,7 @@ __ioremap_trapped(unsigned long offset, unsigned long size) | |||
36 | #define __ioremap_trapped(offset, size) NULL | 36 | #define __ioremap_trapped(offset, size) NULL |
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | #ifdef CONFIG_HAS_IOPORT | 39 | #ifdef CONFIG_HAS_IOPORT_MAP |
40 | extern struct list_head trapped_io; | 40 | extern struct list_head trapped_io; |
41 | 41 | ||
42 | static inline void __iomem * | 42 | static inline void __iomem * |
diff --git a/arch/sh/include/asm/machvec.h b/arch/sh/include/asm/machvec.h index eb9c20d971dd..d3324e4f372e 100644 --- a/arch/sh/include/asm/machvec.h +++ b/arch/sh/include/asm/machvec.h | |||
@@ -21,7 +21,7 @@ struct sh_machine_vector { | |||
21 | int (*mv_irq_demux)(int irq); | 21 | int (*mv_irq_demux)(int irq); |
22 | void (*mv_init_irq)(void); | 22 | void (*mv_init_irq)(void); |
23 | 23 | ||
24 | #ifdef CONFIG_HAS_IOPORT | 24 | #ifdef CONFIG_HAS_IOPORT_MAP |
25 | void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size); | 25 | void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size); |
26 | void (*mv_ioport_unmap)(void __iomem *); | 26 | void (*mv_ioport_unmap)(void __iomem *); |
27 | #endif | 27 | #endif |
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index 261c8bfd75ce..2ccf36c824c6 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile | |||
@@ -22,7 +22,7 @@ obj-y := debugtraps.o dma-nommu.o dumpstack.o \ | |||
22 | 22 | ||
23 | ifndef CONFIG_GENERIC_IOMAP | 23 | ifndef CONFIG_GENERIC_IOMAP |
24 | obj-y += iomap.o | 24 | obj-y += iomap.o |
25 | obj-$(CONFIG_HAS_IOPORT) += ioport.o | 25 | obj-$(CONFIG_HAS_IOPORT_MAP) += ioport.o |
26 | endif | 26 | endif |
27 | 27 | ||
28 | obj-$(CONFIG_SUPERH32) += sys_sh32.o | 28 | obj-$(CONFIG_SUPERH32) += sys_sh32.o |
diff --git a/arch/sh/kernel/io_trapped.c b/arch/sh/kernel/io_trapped.c index c0a9761f2f8a..f8ce36286cea 100644 --- a/arch/sh/kernel/io_trapped.c +++ b/arch/sh/kernel/io_trapped.c | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | #define TRAPPED_PAGES_MAX 16 | 23 | #define TRAPPED_PAGES_MAX 16 |
24 | 24 | ||
25 | #ifdef CONFIG_HAS_IOPORT | 25 | #ifdef CONFIG_HAS_IOPORT_MAP |
26 | LIST_HEAD(trapped_io); | 26 | LIST_HEAD(trapped_io); |
27 | EXPORT_SYMBOL_GPL(trapped_io); | 27 | EXPORT_SYMBOL_GPL(trapped_io); |
28 | #endif | 28 | #endif |
@@ -90,7 +90,7 @@ int register_trapped_io(struct trapped_io *tiop) | |||
90 | tiop->magic = IO_TRAPPED_MAGIC; | 90 | tiop->magic = IO_TRAPPED_MAGIC; |
91 | INIT_LIST_HEAD(&tiop->list); | 91 | INIT_LIST_HEAD(&tiop->list); |
92 | spin_lock_irq(&trapped_lock); | 92 | spin_lock_irq(&trapped_lock); |
93 | #ifdef CONFIG_HAS_IOPORT | 93 | #ifdef CONFIG_HAS_IOPORT_MAP |
94 | if (flags & IORESOURCE_IO) | 94 | if (flags & IORESOURCE_IO) |
95 | list_add(&tiop->list, &trapped_io); | 95 | list_add(&tiop->list, &trapped_io); |
96 | #endif | 96 | #endif |
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 31c8c6223995..85258ca43ff5 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig | |||
@@ -411,7 +411,7 @@ config PCI_DOMAINS | |||
411 | config NO_IOMEM | 411 | config NO_IOMEM |
412 | def_bool !PCI | 412 | def_bool !PCI |
413 | 413 | ||
414 | config NO_IOPORT | 414 | config NO_IOPORT_MAP |
415 | def_bool !PCI | 415 | def_bool !PCI |
416 | 416 | ||
417 | config TILE_PCI_IO | 417 | config TILE_PCI_IO |
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index 25c0dba508cc..aafad6fa1667 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig | |||
@@ -27,7 +27,7 @@ config UNICORE32 | |||
27 | config GENERIC_CSUM | 27 | config GENERIC_CSUM |
28 | def_bool y | 28 | def_bool y |
29 | 29 | ||
30 | config NO_IOPORT | 30 | config NO_IOPORT_MAP |
31 | bool | 31 | bool |
32 | 32 | ||
33 | config STACKTRACE_SUPPORT | 33 | config STACKTRACE_SUPPORT |
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index c87ae7c6e5f9..02d6d29a63c1 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -41,7 +41,7 @@ config ARCH_HAS_ILOG2_U32 | |||
41 | config ARCH_HAS_ILOG2_U64 | 41 | config ARCH_HAS_ILOG2_U64 |
42 | def_bool n | 42 | def_bool n |
43 | 43 | ||
44 | config NO_IOPORT | 44 | config NO_IOPORT_MAP |
45 | def_bool n | 45 | def_bool n |
46 | 46 | ||
47 | config HZ | 47 | config HZ |
@@ -239,7 +239,7 @@ config XTENSA_PLATFORM_XT2000 | |||
239 | config XTENSA_PLATFORM_S6105 | 239 | config XTENSA_PLATFORM_S6105 |
240 | bool "S6105" | 240 | bool "S6105" |
241 | select SERIAL_CONSOLE | 241 | select SERIAL_CONSOLE |
242 | select NO_IOPORT | 242 | select NO_IOPORT_MAP |
243 | 243 | ||
244 | config XTENSA_PLATFORM_XTFPGA | 244 | config XTENSA_PLATFORM_XTFPGA |
245 | bool "XTFPGA" | 245 | bool "XTFPGA" |
diff --git a/arch/xtensa/configs/iss_defconfig b/arch/xtensa/configs/iss_defconfig index 4f233204faf9..d57d917ff240 100644 --- a/arch/xtensa/configs/iss_defconfig +++ b/arch/xtensa/configs/iss_defconfig | |||
@@ -11,7 +11,7 @@ CONFIG_GENERIC_FIND_NEXT_BIT=y | |||
11 | CONFIG_GENERIC_HWEIGHT=y | 11 | CONFIG_GENERIC_HWEIGHT=y |
12 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 12 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
13 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 13 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
14 | CONFIG_NO_IOPORT=y | 14 | CONFIG_NO_IOPORT_MAP=y |
15 | CONFIG_HZ=100 | 15 | CONFIG_HZ=100 |
16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
17 | CONFIG_CONSTRUCTORS=y | 17 | CONFIG_CONSTRUCTORS=y |
diff --git a/arch/xtensa/configs/s6105_defconfig b/arch/xtensa/configs/s6105_defconfig index d929f77a0360..583c2b0974ca 100644 --- a/arch/xtensa/configs/s6105_defconfig +++ b/arch/xtensa/configs/s6105_defconfig | |||
@@ -11,7 +11,7 @@ CONFIG_GENERIC_FIND_NEXT_BIT=y | |||
11 | CONFIG_GENERIC_HWEIGHT=y | 11 | CONFIG_GENERIC_HWEIGHT=y |
12 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 12 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
13 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 13 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
14 | CONFIG_NO_IOPORT=y | 14 | CONFIG_NO_IOPORT_MAP=y |
15 | CONFIG_HZ=100 | 15 | CONFIG_HZ=100 |
16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
17 | 17 | ||