x86/Kconfig: Disable CONFIG_CRC_T10DIF in defconfigs
authorJosh Triplett <josh@joshtriplett.org>
Mon, 3 Sep 2012 05:21:13 +0000 (22:21 -0700)
committerIngo Molnar <mingo@kernel.org>
Wed, 5 Sep 2012 08:43:11 +0000 (10:43 +0200)
CONFIG_CRC_T10DIF explicitly states that it exists only for use
by out-of-tree modules; anything in-kernel that needs it selects
it.  Thus, compile it out by default.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/3aaff7a0af1320427952d411a21b8ded29747a1f.1346649518.git.josh@joshtriplett.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig

index 2701b8a877529676c6054e26b332121fea9d51bf..d833bb6d016131d437b1ac262c58e55690e0121d 100644 (file)
@@ -311,4 +311,3 @@ CONFIG_SECURITY_SELINUX_BOOTPARAM=y
 CONFIG_SECURITY_SELINUX_DISABLE=y
 CONFIG_CRYPTO_AES_586=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
-CONFIG_CRC_T10DIF=y
index c17614efb98fe7a6ae814e0cca0a6eee1b31ec3a..7ddcd99b24010de921eb48c417d44f8f80e6e6d2 100644 (file)
@@ -309,4 +309,3 @@ CONFIG_SECURITY_SELINUX=y
 CONFIG_SECURITY_SELINUX_BOOTPARAM=y
 CONFIG_SECURITY_SELINUX_DISABLE=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
-CONFIG_CRC_T10DIF=y
This page took 0.033508 seconds and 5 git commands to generate.