X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=block%2FKconfig;h=e97934eececacbbf4e62d96da3887b624bffeedd;hb=43d23f36297d030194c5c82a0593eb7eddcb4fbb;hp=60be1e0455daddb636998a03eb6d47e60d1eae81;hpb=3872b284087081ee5cb0e4630954c2f7a2153cf5;p=pandora-kernel.git diff --git a/block/Kconfig b/block/Kconfig index 60be1e0455da..e97934eececa 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -65,6 +65,16 @@ config BLK_DEV_BSG If unsure, say Y. +config BLK_DEV_BSGLIB + bool "Block layer SG support v4 helper lib" + default n + select BLK_DEV_BSG + help + Subsystems will normally enable this if needed. Users will not + normally need to manually enable this. + + If unsure, say N. + config BLK_DEV_INTEGRITY bool "Block layer data integrity support" ---help---