summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.flash
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-13 20:40:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-10 20:11:01 +0100
commit81790eeeeb907688b725e1c42300c68b85337f16 (patch)
tree8af3406edfa524decf21686992ee388ee3c15e92 /target/linux/config/Config.in.flash
parent14ae2739783f82f112a3a964cc16911d995cd6d7 (diff)
more stuff for kinetis k70, kernel still does not work
Diffstat (limited to 'target/linux/config/Config.in.flash')
-rw-r--r--target/linux/config/Config.in.flash23
1 files changed, 22 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.flash b/target/linux/config/Config.in.flash
index ca0041688..89ed7e63f 100644
--- a/target/linux/config/Config.in.flash
+++ b/target/linux/config/Config.in.flash
@@ -5,8 +5,8 @@ menu "Flash device support"
depends on ADK_TARGET_WITH_NAND || ADK_TARGET_WITH_MTD || ADK_TARGET_QEMU
config ADK_KERNEL_MTD
- select ADK_KERNEL_GENERIC_IO
bool
+ select ADK_KERNEL_GENERIC_IO
config ADK_KERNEL_GENERIC_IO
bool
@@ -20,6 +20,12 @@ config ADK_KERNEL_MTD_NAND
config ADK_KERNEL_MTD_NAND_PLATFORM
bool
+config ADK_KERNEL_MTD_CMDLINE_PARTS
+ bool
+
+config ADK_KERNEL_MTD_CONCAT
+ bool
+
config ADK_KERNEL_MTD_CHAR
bool
@@ -108,6 +114,21 @@ config ADK_KERNEL_MTD_NAND_PLATFORM
help
platform nand driver
+config ADK_KERNEL_MTD_NAND_FSL_NFC
+ bool "NAND driver for Kinetis K70"
+ select ADK_KERNEL_MISC_FILESYSTEMS
+ select ADK_KERNEL_MTD
+ select ADK_KERNEL_MTD_PARTITIONS
+ select ADK_KERNEL_MTD_NAND
+ select ADK_KERNEL_MTD_CHAR
+ select ADK_KERNEL_MTD_CONCAT
+ select ADK_KERNEL_MTD_BLKDEVS
+ select ADK_KERNEL_MTD_BLOCK
+ select ADK_KERNEL_MTD_CMDLINE_PARTS
+ depends on ADK_TARGET_SYSTEM_KINETIS_K70
+ default y if ADK_TARGET_SYSTEM_KINETIS_K70
+ default n
+
config ADK_TARGET_MTD_SIZE
int
depends on ADK_TARGET_SYSTEM_QEMU_MICROBLAZE_S3ADSP1800 \