From patchwork Thu Feb 17 13:40:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Beulich X-Patchwork-Id: 570271 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1HDdiFt020485 for ; Thu, 17 Feb 2011 13:39:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755912Ab1BQNjn (ORCPT ); Thu, 17 Feb 2011 08:39:43 -0500 Received: from vpn.id2.novell.com ([195.33.99.129]:60659 "EHLO vpn.id2.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753724Ab1BQNjn convert rfc822-to-8bit (ORCPT ); Thu, 17 Feb 2011 08:39:43 -0500 Received: from EMEA1-MTA by vpn.id2.novell.com with Novell_GroupWise; Thu, 17 Feb 2011 13:39:41 +0000 Message-Id: <4D5D3361020000780003264D@vpn.id2.novell.com> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Thu, 17 Feb 2011 13:40:33 +0000 From: "Jan Beulich" To: Subject: [PATCH] streamline Kconfig-s under lib/ Mime-Version: 1.0 Content-Disposition: inline Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 17 Feb 2011 13:39:44 +0000 (UTC) --- 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