]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ntsync: No longer depend on BROKEN.
authorElizabeth Figura <zfigura@codeweavers.com>
Fri, 13 Dec 2024 19:35:11 +0000 (13:35 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2025 12:18:12 +0000 (13:18 +0100)
f5b335dc025cfee90957efa90dc72fada0d5abb4 ("misc: ntsync: mark driver as "broken"
to prevent from building") was committed to avoid the driver being used while
only part of its functionality was released. Since the rest of the functionality
has now been committed, revert this.

Signed-off-by: Elizabeth Figura <zfigura@codeweavers.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241213193511.457338-31-zfigura@codeweavers.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig

index 09cbe3f0ab1e56f85852c0cb50cfc03cae659d2b..fb772bfe27c3e8a4fa8e2399a6173f0674e19fe3 100644 (file)
@@ -517,7 +517,6 @@ config OPEN_DICE
 
 config NTSYNC
        tristate "NT synchronization primitive emulation"
-       depends on BROKEN
        help
          This module provides kernel support for emulation of Windows NT
          synchronization primitives. It is not a hardware driver.