summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 09:55:33 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 09:55:33 +0200
commit3a089aa9afc6c74b523509ff1830007b9906290b (patch)
tree056b5c22f30da068a39e1d97570102f23f8c7e97 /target/linux/config/Config.in.block
parent3f5df9f7d15fb26da3e0bfdd073db6360fa425ef (diff)
grasshopper: move kernel symbols to target/linux/config
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block17
1 files changed, 10 insertions, 7 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 413efe5c7..80d002e3a 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -116,6 +116,12 @@ config ADK_KERNEL_PWRSEQ_EMMC
config ADK_KERNEL_PWRSEQ_SIMPLE
bool
+config ADK_KERNEL_BOARD_GRASSHOPPER_MMC
+ bool
+
+config ADK_KERNEL_BOARD_GRASSHOPPER_MMCLED
+ bool
+
menu "SATA/PATA devices support"
depends on ADK_TARGET_WITH_PATA \
|| ADK_TARGET_WITH_SATA \
@@ -460,18 +466,15 @@ config ADK_KERNEL_MMC_ATMELMCI
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
+ depends on ADK_TARGET_SYSTEM_GRASSHOPPER \
+ || ADK_TARGET_SYSTEM_ATMEL_NGW100
+ default y if ADK_TARGET_SYSTEM_GRASSHOPPER
+ default y if ADK_TARGET_SYSTEM_ATMEL_NGW100
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"