diff mbox

streamline Kconfig-s under lib/

Message ID 4D5D3361020000780003264D@vpn.id2.novell.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Beulich Feb. 17, 2011, 1:40 p.m. UTC
None
diff mbox

Patch

--- 2.6.38-rc5/lib/Kconfig
+++ 2.6.38-rc5-kconfig-lib/lib/Kconfig
@@ -3,7 +3,7 @@ 
 #
 
 config BINARY_PRINTF
-	def_bool n
+	bool
 
 menu "Library routines"
 
@@ -23,8 +23,7 @@  config GENERIC_FIND_NEXT_BIT
 	bool
 
 config GENERIC_FIND_LAST_BIT
-	bool
-	default y
+	def_bool y
 
 config CRC_CCITT
 	tristate "CRC-CCITT functions"
--- 2.6.38-rc5/lib/xz/Kconfig
+++ 2.6.38-rc5-kconfig-lib/lib/xz/Kconfig
@@ -44,11 +44,9 @@  config XZ_DEC_SPARC
 
 config XZ_DEC_BCJ
 	bool
-	default n
 
 config XZ_DEC_TEST
 	tristate "XZ decompressor tester"
-	default n
 	depends on XZ_DEC
 	help
 	  This allows passing .xz files to the in-kernel XZ decoder via