summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2016-09-21 18:48:47 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-22 17:31:15 +0200
commit74ed5fab6a9b6330055e98dbd419f8fe84c84633 (patch)
treeb389887452406c9094b6a2ea7d9257a54e60f67d /target/linux/config/Config.in.block
parent64f096935947315ce6fd800aeae527f51048fa91 (diff)
refactor SD card support for AVR32 Grasshopper board
- SD card support can now be enabled in the menu - SD card access LED support added
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 22fe57ff0..413efe5c7 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -458,12 +458,20 @@ config ADK_KERNEL_MMC_ATMELMCI
select ADK_KERNEL_MMC_SDHCI
select ADK_KERNEL_MMC_SDHCI_IO_ACCESSORS
select ADK_KERNEL_MMC_SDHCI_PLTFM
+ select ADK_KERNEL_BOARD_GRASSHOPPER_MMC if ADK_TARGET_SYSTEM_GRASSHOPPER
+ select ADK_KERNEL_BOARD_GRASSHOPPER_MMCLED if ADK_TARGET_SYSTEM_GRASSHOPPER
depends on ADK_TARGET_CPU_AVR32
default n
help
Atmel Multimedia Card Interface driver for AT32
and AT91 plattforms.
+config ADK_KERNEL_BOARD_GRASSHOPPER_MMC
+ bool
+
+config ADK_KERNEL_BOARD_GRASSHOPPER_MMCLED
+ bool
+
endmenu
menu "Block driver support"