diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2023-04-05 22:20:00 +0200 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2023-04-05 22:20:00 +0200 |
| commit | 73afb20716e163cdaf662af30d3597aeaacc6a0b (patch) | |
| tree | 2b37c7be8260aa3ca1df209c1a8ded4535964da2 /arch/alpha | |
| parent | bd81feb8cdbf0d9df27301c8fabbbd538519e8b3 (diff) | |
| parent | fcbfe8121a45152a3cfbe1c28c96a3b611b7347d (diff) | |
| download | linux-73afb20716e163cdaf662af30d3597aeaacc6a0b.tar.gz linux-73afb20716e163cdaf662af30d3597aeaacc6a0b.tar.bz2 linux-73afb20716e163cdaf662af30d3597aeaacc6a0b.zip | |
Merge branch 'asm-generic-io' into asm-generic
* asm-generic-io:
Kconfig: introduce HAS_IOPORT option and select it as necessary
Diffstat (limited to 'arch/alpha')
| -rw-r--r-- | arch/alpha/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 780d4673c3ca..a5c2b1aa46b0 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -27,6 +27,7 @@ config ALPHA select AUDIT_ARCH select GENERIC_CPU_VULNERABILITIES select GENERIC_SMP_IDLE_THREAD + select HAS_IOPORT select HAVE_ARCH_AUDITSYSCALL select HAVE_MOD_ARCH_SPECIFIC select MODULES_USE_ELF_RELA |
