X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=lib%2FKconfig;h=d1573a16aa926cc2446b0629e6a5cec573de97d5;hb=738b04fba18d35cd352b7b15afefb8a7b798648e;hp=a3928d4438b5008c1fa01470de11245d1557bc33;hpb=f3f106dac0458e3010486860baba8fdc2a133e5e;p=sfrench%2Fcifs-2.6.git diff --git a/lib/Kconfig b/lib/Kconfig index a3928d4438b5..d1573a16aa92 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -399,8 +399,11 @@ config INTERVAL_TREE for more information. -config RADIX_TREE_MULTIORDER +config XARRAY_MULTI bool + help + Support entries which occupy multiple consecutive indices in the + XArray. config ASSOCIATIVE_ARRAY bool @@ -621,3 +624,6 @@ config GENERIC_LIB_CMPDI2 config GENERIC_LIB_UCMPDI2 bool + +config GENERIC_LIB_UMODDI3 + bool