Skip to content
Snippets Groups Projects
Commit c0b92cc5 authored by Niklas Schnelle's avatar Niklas Schnelle Committed by Greg Kroah-Hartman
Browse files

speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO


In a future patch HAS_IOPORT=n will result in inb()/outb() and friends
not being declared. SPEAKUP_SERIALIO thus needs to depend on HAS_IOPORT.

Reviewed-by: default avatarSamuel Thibault <samuel.thibault@ens-lyon.org>
Co-developed-by: default avatarArnd Bergmann <arnd@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@kernel.org>
Signed-off-by: default avatarNiklas Schnelle <schnelle@linux.ibm.com>
Link: https://lore.kernel.org/r/20230522105049.1467313-34-schnelle@linux.ibm.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 34ff9e51
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ if SPEAKUP ...@@ -46,6 +46,7 @@ if SPEAKUP
config SPEAKUP_SERIALIO config SPEAKUP_SERIALIO
def_bool y def_bool y
depends on ISA || COMPILE_TEST depends on ISA || COMPILE_TEST
depends on HAS_IOPORT
config SPEAKUP_SYNTH_ACNTSA config SPEAKUP_SYNTH_ACNTSA
tristate "Accent SA synthesizer support" tristate "Accent SA synthesizer support"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment