[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:
Родитель
4ab1394361
Коммит
f324277cf7
|
@ -491,7 +491,7 @@ config MTD_BFIN_ASYNC
|
||||||
|
|
||||||
config MTD_UCLINUX
|
config MTD_UCLINUX
|
||||||
tristate "Generic uClinux RAM/ROM filesystem support"
|
tristate "Generic uClinux RAM/ROM filesystem support"
|
||||||
depends on MTD_PARTITIONS && !MMU
|
depends on MTD_PARTITIONS && MTD_RAM && !MMU
|
||||||
help
|
help
|
||||||
Map driver to support image based filesystems for uClinux.
|
Map driver to support image based filesystems for uClinux.
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче