forked from Minki/linux
[MTD] [MAPS] Maps: make uclinux mapping driver depend on MTD_RAM
...since it only probes that Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
4ab1394361
commit
f324277cf7
@ -491,7 +491,7 @@ config MTD_BFIN_ASYNC
|
||||
|
||||
config MTD_UCLINUX
|
||||
tristate "Generic uClinux RAM/ROM filesystem support"
|
||||
depends on MTD_PARTITIONS && !MMU
|
||||
depends on MTD_PARTITIONS && MTD_RAM && !MMU
|
||||
help
|
||||
Map driver to support image based filesystems for uClinux.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user