No hfsplus driver in 16.0?

I need to mount some Apple HFS+ formatted disks. However it appears that the “hfsplus” kernel module is completely absent from kernel 6.12.0-160000.7-default.

It is certainly not present in /lib/modules/6.12.0-160000.7-default/kernel/fs, while it was in the the earlier 6.4 kernel shipped with 15.6. Was this intentionally removed? If so is there some way to add it back short of compiling my own kernel?

config: disable obsolete filesystems (jsc#PED-3039) · SUSE/kernel-source@d663263 · GitHub

With hfsfuse you can mount HFS+ volumes via fuse without the need for a driver in the kernel.
I haven’t tried it personally but it should work…