lib: isolate rational fractions helper function
[pandora-kernel.git] / lib / Kconfig
index 2a9c69f..9960be0 100644 (file)
@@ -2,11 +2,17 @@
 # Library configuration
 #
 
+config BINARY_PRINTF
+       def_bool n
+
 menu "Library routines"
 
 config BITREVERSE
        tristate
 
+config RATIONAL
+       boolean
+
 config GENERIC_FIND_FIRST_BIT
        bool