projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff230a
)
mtd/maps: uclinux: depend on MTD_RAM being built into the kernel
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 9 Jun 2009 10:37:18 +0000
(10:37 +0000)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 19 Sep 2009 18:47:12 +0000
(11:47 -0700)
If MTD_RAM is built as a module, the uClinux map does not work since it
can only be built in to the kernel.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/maps/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/maps/Kconfig
b/drivers/mtd/maps/Kconfig
index 7a58bd5522fd736a83584acaf9a9472b4a57e876..0f314eb430c10940bd339c6409e46ed9461302c7 100644
(file)
--- a/
drivers/mtd/maps/Kconfig
+++ b/
drivers/mtd/maps/Kconfig
@@
-486,7
+486,7
@@
config MTD_BFIN_ASYNC
config MTD_UCLINUX
bool "Generic uClinux RAM/ROM filesystem support"
- depends on MTD_PARTITIONS && MTD_RAM && !MMU
+ depends on MTD_PARTITIONS && MTD_RAM
=y
&& !MMU
help
Map driver to support image based filesystems for uClinux.