Only enable BLOCK_COMPAT if COMPAT is needed
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 13 Oct 2007 00:58:36 +0000 (17:58 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 13 Oct 2007 00:58:36 +0000 (17:58 -0700)
commit2b9e0aae1d50e880c58d46788e5e3ebd89d75d62
tree72c653644f8fecb56c543ddd89d5926aa9b83277
parentab9c232286c2b77be78441c2d8396500b045777e
Only enable BLOCK_COMPAT if COMPAT is needed

IOW, it needs to depend on both CONFIG_BLOCK and CONFIG_COMPAT.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
block/Kconfig