Skip to content

Commit 5a66087

Browse files
Jiri Slaby (SUSE)gregkh
authored andcommitted
m68k: make HPDCA and HPAPCI bools
The only user -- 8250_hp300 -- tests for CONFIG_HPDCA and CONFIG_HPAPCI. It does not test for *_MODULE variants. That means that if someone sets the configs to =m, the code is not compiled at all. There is actually no point having these as tristate. Switch them to bool. Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: linux-m68k@lists.linux-m68k.org Link: https://lore.kernel.org/r/20250822104208.751191-1-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3cf0b3c commit 5a66087

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-
tristate "HP DCA serial support"
108+
bool "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-
tristate "HP APCI serial support"
115+
bool "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)