aboutsummaryrefslogtreecommitdiff
path: root/drivers/sdio/Kconfig
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:22 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:22 +0000
commite7ab2e913536616b9f17e3323a7f2b83e808a198 (patch)
tree7e56b72e9d8e1ac85e1624fd33c6218da983714c /drivers/sdio/Kconfig
parent0a5a3e0ff3050d7baeeb40f50cf3ea7c174ef21e (diff)
atheros_2_0_sdio_stack.patch
Diffstat (limited to 'drivers/sdio/Kconfig')
-rw-r--r--drivers/sdio/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/sdio/Kconfig b/drivers/sdio/Kconfig
new file mode 100644
index 00000000000..14bf5e36a35
--- /dev/null
+++ b/drivers/sdio/Kconfig
@@ -0,0 +1,17 @@
+#
+# SDIO driver and host controller support
+#
+
+menu "SDIO support"
+
+config SDIO
+ tristate "SDIO support"
+ default m
+ ---help---
+ good luck.
+
+source "drivers/sdio/hcd/Kconfig"
+
+source "drivers/sdio/function/Kconfig"
+
+endmenu