summaryrefslogtreecommitdiff
path: root/target/avr32
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2016-09-21 18:55:33 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-22 17:31:39 +0200
commit588c5036aee9bb2e36aec57d6f9cf58db08aa8ab (patch)
tree601a429ac857dc03b4e95470ac9bd98841cdc3c9 /target/avr32
parent66f4e9f664515dbcb5a702f9800e3a99d0fe4d41 (diff)
add support for on board MTD flash of AVR32 Grasshopper board
Diffstat (limited to 'target/avr32')
-rw-r--r--target/avr32/kernel/grasshopper10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/avr32/kernel/grasshopper b/target/avr32/kernel/grasshopper
index ced820163..1a3a7b38b 100644
--- a/target/avr32/kernel/grasshopper
+++ b/target/avr32/kernel/grasshopper
@@ -8,3 +8,13 @@ CONFIG_SERIAL_ATMEL=y
CONFIG_SERIAL_ATMEL_CONSOLE=y
CONFIG_SERIAL_ATMEL_PDC=y
CONFIG_BOARD_GRASSHOPPER_USART1=y
+CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
+CONFIG_MTD_BLKDEVS=y
+CONFIG_MTD_CFI=y
+CONFIG_MTD_CFI_INTELEXT=y
+CONFIG_MTD_CFI_AMDSTD=y
+CONFIG_MTD_CFI_STAA=y
+CONFIG_MTD_PHYSMAP=y
+CONFIG_MTD_PHYSMAP_OF=y
+CONFIG_MTD_CMDLINE_PARTS=y