Skip to content

Commit e817838

Browse files
committed
Revert "m68k: make HPDCA and HPAPCI bools"
This reverts commit 5a66087. 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>
1 parent b601e1f commit e817838

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/m68k/Kconfig.devices

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ config AMIGA_BUILTIN_SERIAL
105105
To compile this driver as a module, choose M here.
106106

107107
config HPDCA
108-
bool "HP DCA serial support"
108+
tristate "HP DCA serial support"
109109
depends on DIO && SERIAL_8250
110110
help
111111
If you want to use the internal "DCA" serial ports on an HP300
112112
machine, say Y here.
113113

114114
config HPAPCI
115-
bool "HP APCI serial support"
115+
tristate "HP APCI serial support"
116116
depends on HP300 && SERIAL_8250
117117
help
118118
If you want to use the internal "APCI" serial ports on an HP400

0 commit comments

Comments
 (0)