fs/ubifs: factorize all the "depends on" into "if...endif" blocks
authorMark Jackson <mpfj-list@newflow.co.uk>
Wed, 24 Apr 2013 21:55:35 +0000 (21:55 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 25 Apr 2013 20:45:46 +0000 (22:45 +0200)
commita3e3909bce549beacddee2b3fcb69a16e7cbb55f
treee9bdb42f6575150841a2ecaa83f4f452ce36e524
parent9a4b2642aa0534d21b9377e763e8431e6eade115
fs/ubifs: factorize all the "depends on" into "if...endif" blocks

Factorize all the "depends on" into "if...endif" blocks

All the UBIFS options use "depends on BR2_TARGET_ROOTFS_UBIFS" but
we can simplify the config file by enclosing them in an "if..endif"
block.

Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/ubifs/Config.in