|
@@ -33,8 +33,7 @@ config CRAMFS_BLOCKDEV
|
|
|
|
|
|
config CRAMFS_MTD
|
|
config CRAMFS_MTD
|
|
bool "Support CramFs image directly mapped in physical memory"
|
|
bool "Support CramFs image directly mapped in physical memory"
|
|
- depends on CRAMFS && MTD
|
|
|
|
- depends on CRAMFS=m || MTD=y
|
|
|
|
|
|
+ depends on CRAMFS && CRAMFS <= MTD
|
|
default y if !CRAMFS_BLOCKDEV
|
|
default y if !CRAMFS_BLOCKDEV
|
|
help
|
|
help
|
|
This option allows the CramFs driver to load data directly from
|
|
This option allows the CramFs driver to load data directly from
|