Re: [PATCH] ubifs: Fix 'unmet direct dependencies' config warning when !BLOCK

2017-01-04 Thread Richard Weinberger
Am 03.01.2017 um 15:31 schrieb Augusto Mecking Caringi: > When UBIFS_FS_ENCRYPTION is selected and BLOCK is not set, the following > warning is given: > > warning: (UBIFS_FS_ENCRYPTION) selects FS_ENCRYPTION which has unmet > direct dependencies (BLOCK) > > Fix it by making BLOCK a dependency of

[PATCH] ubifs: Fix 'unmet direct dependencies' config warning when !BLOCK

2017-01-03 Thread Augusto Mecking Caringi
When UBIFS_FS_ENCRYPTION is selected and BLOCK is not set, the following warning is given: warning: (UBIFS_FS_ENCRYPTION) selects FS_ENCRYPTION which has unmet direct dependencies (BLOCK) Fix it by making BLOCK a dependency of UBIFS_FS_ENCRYPTION. Signed-off-by: Augusto Mecking Caringi --- fs/