diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-08 11:05:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-08 11:05:16 +0200 |
commit | e81783899d7d19cad567b68e115fcb37880e427b (patch) | |
tree | bcaed9c0101abd3f92be84cb0ffb901e5b11e16e | |
parent | b601e1f41edd4667062aa7cccb4e5199814979a3 (diff) |
Revert "m68k: make HPDCA and HPAPCI bools"
This reverts commit 5a66087107b80ac4e58a94f37d9b8d12e22b4071.
m68k patches shouldn't go through the tty tree without the m68k
maintainer acking them first.
Cc: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/m68k/Kconfig.devices | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices index e277f1bd2de1..e6e3efac1840 100644 --- a/arch/m68k/Kconfig.devices +++ b/arch/m68k/Kconfig.devices @@ -105,14 +105,14 @@ config AMIGA_BUILTIN_SERIAL To compile this driver as a module, choose M here. config HPDCA - bool "HP DCA serial support" + tristate "HP DCA serial support" depends on DIO && SERIAL_8250 help If you want to use the internal "DCA" serial ports on an HP300 machine, say Y here. config HPAPCI - bool "HP APCI serial support" + tristate "HP APCI serial support" depends on HP300 && SERIAL_8250 help If you want to use the internal "APCI" serial ports on an HP400 |