diff options
author | Niklas Schnelle <schnelle@linux.ibm.com> | 2024-04-04 12:58:40 +0200 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2024-05-09 22:30:50 +0300 |
commit | 6155153601183061cbc54516f4db843cb80f2e02 (patch) | |
tree | c190343612932a6b025ea95dce403b446ea76641 /ipc | |
parent | 45db3ab70092637967967bfd8e6144017638563c (diff) | |
download | lwn-6155153601183061cbc54516f4db843cb80f2e02.tar.gz lwn-6155153601183061cbc54516f4db843cb80f2e02.zip |
char: tpm: handle HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at
compile time. We thus need to add this dependency and ifdef sections of
code using inb()/outb() as alternative access methods.
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Co-developed-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Acked-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions