Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jiri Slaby (SUSE) and committed by
Greg Kroah-Hartman
5a660871 3cf0b3c2

+2 -2
+2 -2
arch/m68k/Kconfig.devices
··· 105 105 To compile this driver as a module, choose M here. 106 106 107 107 config HPDCA 108 - tristate "HP DCA serial support" 108 + bool "HP DCA serial support" 109 109 depends on DIO && SERIAL_8250 110 110 help 111 111 If you want to use the internal "DCA" serial ports on an HP300 112 112 machine, say Y here. 113 113 114 114 config HPAPCI 115 - tristate "HP APCI serial support" 115 + bool "HP APCI serial support" 116 116 depends on HP300 && SERIAL_8250 117 117 help 118 118 If you want to use the internal "APCI" serial ports on an HP400