]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: dz: Enable modular build
authorMaciej W. Rozycki <macro@orcam.me.uk>
Wed, 6 May 2026 22:42:56 +0000 (23:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 09:52:34 +0000 (11:52 +0200)
commite4240d8845445d58b4b96f7066adfe175a61bd0c
treec1d66d7854dd9a82478cc7b5dffb811ed3765b31
parent7cac59d08a73cb866ec51a483a6f3fe0f531947c
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>
drivers/tty/serial/Kconfig