summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.flash
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-26 20:13:43 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-26 20:15:00 +0100
commit9a334da823f917c9f38a6fbdb4fb2a3501de95a3 (patch)
tree6119a897c467e1fee67d7a42802d5e4d5243cd0c /target/linux/config/Config.in.flash
parent10b95de6fa7ef1047a7023dcb55e6f55a230e8d6 (diff)
qemu-arm-vexpress: start working on flash support
Diffstat (limited to 'target/linux/config/Config.in.flash')
-rw-r--r--target/linux/config/Config.in.flash16
1 files changed, 15 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.flash b/target/linux/config/Config.in.flash
index e44814cb3..ded3dfe6f 100644
--- a/target/linux/config/Config.in.flash
+++ b/target/linux/config/Config.in.flash
@@ -23,6 +23,9 @@ config ADK_KERNEL_MTD_NAND_PLATFORM
config ADK_KERNEL_MTD_CHAR
bool
+config ADK_KERNEL_MTD_CMDLINE_PARTS
+ bool
+
config ADK_KERNEL_MTD_BLKDEVS
bool
@@ -103,6 +106,18 @@ config ADK_KERNEL_MTD_NAND_PLATFORM
help
platform nand driver
+config ADK_KERNEL_MTD_PLATRAM
+ bool "MTD RAM driver"
+ select ADK_KERNEL_MISC_FILESYSTEMS
+ select ADK_KERNEL_MTD
+ select ADK_KERNEL_MTD_BLOCK
+ select ADK_KERNEL_MTD_CFI
+ select ADK_KERNEL_MTD_CFI_INTELEXT
+ select ADK_KERNEL_MTD_PHYSMAP
+ select ADK_KERNEL_MTD_PHYSMAP_OF
+ select ADK_KERNEL_MTD_CMDLINE_PARTS
+ default n
+
config ADK_TARGET_MTD_SIZE
int
depends on ADK_TARGET_SYSTEM_QEMU_MICROBLAZE_S3ADSP1800 \
@@ -112,4 +127,3 @@ config ADK_TARGET_MTD_SIZE
default "0"
endmenu
-