[ARM] 5163/1: pxa27x_udc: Allow choosing the bits in UP2OCR_SEOS
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig
index ba3d104994d914643e4c673b1058e0c4a57cd813..8cc8e8722a3fac4f363125f2009fbf65d50cca58 100644 (file)
@@ -7,6 +7,12 @@ menu "Library routines"
 config BITREVERSE
        tristate
 
+config GENERIC_FIND_FIRST_BIT
+       def_bool n
+
+config GENERIC_FIND_NEXT_BIT
+       def_bool n
+
 config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@ -141,4 +147,7 @@ config HAS_DMA
 config CHECK_SIGNATURE
        bool
 
+config HAVE_LMB
+       boolean
+
 endmenu