Skip to content

Commit e4240d8

Browse files
maciej-w-rozyckigregkh
authored andcommitted
serial: dz: Enable modular build
Enable modular build since the driver now has a proper module_exit() handler. There's nothing specific to DZ hardware to prevent driver unloading and reloading from working. Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk> Link: https://patch.msgid.link/alpine.DEB.2.21.2605062331420.46195@angie.orcam.me.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7cac59d commit e4240d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ config SERIAL_MAX310X
334334
Say Y here if you want to support this ICs.
335335

336336
config SERIAL_DZ
337-
bool "DECstation DZ serial driver"
337+
tristate "DECstation DZ serial driver"
338338
depends on MACH_DECSTATION && 32BIT
339339
select SERIAL_CORE
340340
default y

0 commit comments

Comments
 (0)