lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 16 Dec 2008 19:41:16 +0800
From:	<JosephChan@....com.tw>
To:	<linux-kernel@...r.kernel.org>
Cc:	<JosephChan@....com.tw>
Subject: [Patch 1/3] via-sdmmc: Makefile, Kconfig

Modified Makefile and Kconfig for kernel 2.6.28-rc8

BRs,
Joseph Chan


Signed-off-by: Joseph Chan <josephchan@....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
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ