diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
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 |