From 74ed5fab6a9b6330055e98dbd419f8fe84c84633 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Wed, 21 Sep 2016 18:48:47 +0200 Subject: refactor SD card support for AVR32 Grasshopper board - SD card support can now be enabled in the menu - SD card access LED support added --- target/linux/config/Config.in.block | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/config/Config.in.block') 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" -- cgit v1.2.3