File tree Expand file tree Collapse file tree 17 files changed +20
-1
lines changed Expand file tree Collapse file tree 17 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ config ALPHA
27
27
select AUDIT_ARCH
28
28
select GENERIC_CPU_VULNERABILITIES
29
29
select GENERIC_SMP_IDLE_THREAD
30
+ select HAS_IOPORT
30
31
select HAVE_ARCH_AUDITSYSCALL
31
32
select HAVE_MOD_ARCH_SPECIFIC
32
33
select MODULES_USE_ELF_RELA
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ config ARM
70
70
select GENERIC_SCHED_CLOCK
71
71
select GENERIC_SMP_IDLE_THREAD
72
72
select HARDIRQS_SW_RESEND
73
+ select HAS_IOPORT
73
74
select HAVE_ARCH_AUDITSYSCALL if AEABI && !OABI_COMPAT
74
75
select HAVE_ARCH_BITREVERSE if (CPU_32v7M || CPU_32v7) && !CPU_32v6
75
76
select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL && !CPU_ENDIAN_BE32 && MMU
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ config ARM64
145
145
select GENERIC_GETTIMEOFDAY
146
146
select GENERIC_VDSO_TIME_NS
147
147
select HARDIRQS_SW_RESEND
148
+ select HAS_IOPORT
148
149
select HAVE_MOVE_PMD
149
150
select HAVE_MOVE_PUD
150
151
select HAVE_PCI
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ config IA64
25
25
select PCI_DOMAINS if PCI
26
26
select PCI_MSI
27
27
select PCI_SYSCALL if PCI
28
+ select HAS_IOPORT
28
29
select HAVE_ASM_MODVERSIONS
29
30
select HAVE_UNSTABLE_SCHED_CLOCK
30
31
select HAVE_EXIT_THREAD
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ config LOONGARCH
80
80
select GENERIC_SMP_IDLE_THREAD
81
81
select GENERIC_TIME_VSYSCALL
82
82
select GPIOLIB
83
+ select HAS_IOPORT
83
84
select HAVE_ARCH_AUDITSYSCALL
84
85
select HAVE_ARCH_MMAP_RND_BITS if MMU
85
86
select HAVE_ARCH_SECCOMP_FILTER
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ config M68K
18
18
select GENERIC_CPU_DEVICES
19
19
select GENERIC_IOMAP
20
20
select GENERIC_IRQ_SHOW
21
+ select HAS_IOPORT if PCI || ISA || ATARI_ROM_ISA
21
22
select HAVE_ARCH_SECCOMP
22
23
select HAVE_ARCH_SECCOMP_FILTER
23
24
select HAVE_ASM_MODVERSIONS
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ config MICROBLAZE
21
21
select GENERIC_IRQ_SHOW
22
22
select GENERIC_PCI_IOMAP
23
23
select GENERIC_SCHED_CLOCK
24
+ select HAS_IOPORT if PCI
24
25
select HAVE_ARCH_HASH
25
26
select HAVE_ARCH_KGDB
26
27
select HAVE_ARCH_SECCOMP
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ config MIPS
47
47
select GENERIC_SMP_IDLE_THREAD
48
48
select GENERIC_TIME_VSYSCALL
49
49
select GUP_GET_PXX_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
50
+ select HAS_IOPORT if !NO_IOPORT_MAP || ISA
50
51
select HAVE_ARCH_COMPILER_H
51
52
select HAVE_ARCH_JUMP_LABEL
52
53
select HAVE_ARCH_KGDB if MIPS_FP_SUPPORT
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ config PARISC
47
47
select MODULES_USE_ELF_RELA
48
48
select CLONE_BACKWARDS
49
49
select TTY # Needed for pdc_cons.c
50
+ select HAS_IOPORT if PCI || EISA
50
51
select HAVE_DEBUG_STACKOVERFLOW
51
52
select HAVE_ARCH_AUDITSYSCALL
52
53
select HAVE_ARCH_HASH
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ config PPC
188
188
select GENERIC_SMP_IDLE_THREAD
189
189
select GENERIC_TIME_VSYSCALL
190
190
select GENERIC_VDSO_TIME_NS
191
+ select HAS_IOPORT if PCI
191
192
select HAVE_ARCH_AUDITSYSCALL
192
193
select HAVE_ARCH_HUGE_VMALLOC if HAVE_ARCH_HUGE_VMAP
193
194
select HAVE_ARCH_HUGE_VMAP if PPC_RADIX_MMU || PPC_8xx
You can’t perform that action at this time.
0 commit comments