lkml.org 
[lkml]   [2008]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[Patch 1/3] via-sdmmc: Makefile, Kconfig
Date
From
Modified Makefile and Kconfig for kernel 2.6.28-rc8

BRs,
Joseph Chan


Signed-off-by: Joseph Chan <josephchan@via.com.tw>

--- a/drivers/mmc/host/Kconfig 2008-12-13 00:29:01.000000000 +0800
+++ b/drivers/mmc/host/Kconfig 2008-12-13 01:50:30.000000000 +0800
@@ -165,6 +165,18 @@

If unsure, or if your system has no SPI master driver, say N.

+config MMC_VIA_SDMMC
+ tristate "VIA SD/MMC Card Reader driver"
+ depends on PCI
+ help
+ This selects the VIA SD/MMC Card Reader driver, say Y or M here.
+ VIA provides one multi-functional card reader which integrated into
+ some motherboards manufactured by VIA.This card reader supports
+ SD/SDHC/MMC.
+
+ If unsure, say N.
+
+
config MMC_S3C
tristate "Samsung S3C SD/MMC Card Interface support"
depends on ARCH_S3C2410
--- a/drivers/mmc/host/Makefile 2008-12-13 00:32:08.000000000 +0800
+++ b/drivers/mmc/host/Makefile 2008-12-13 00:33:07.000000000 +0800
@@ -20,6 +20,7 @@
obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
obj-$(CONFIG_MMC_SPI) += mmc_spi.o
obj-$(CONFIG_MMC_S3C) += s3cmci.o
+obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o
obj-$(CONFIG_MMC_SDRICOH_CS) += sdricoh_cs.o
obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o
\
 
 \ /
  Last update: 2008-12-16 12:45    [W:0.031 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site