Title: [8150] trunk/drivers/mmc/host/Kconfig: Fix bug[#5808] choice options in Kconfig should be bool other than tristate
Revision
8150
Author
sonicz
Date
2010-01-13 05:43:20 -0500 (Wed, 13 Jan 2010)

Log Message

Fix bug[#5808] choice options in Kconfig should be bool other than tristate

Otherwise, command line configure "make config" gets confused and traps
into a infinite loop.

Modified Paths

Diff

Modified: trunk/drivers/mmc/host/Kconfig (8149 => 8150)


--- trunk/drivers/mmc/host/Kconfig	2010-01-13 08:09:27 UTC (rev 8149)
+++ trunk/drivers/mmc/host/Kconfig	2010-01-13 10:43:20 UTC (rev 8150)
@@ -167,7 +167,7 @@
 	  Choose which driver to use for the Atmel MCI Silicon
 
 config MMC_AT91
-	tristate "AT91 SD/MMC Card Interface support"
+	bool "AT91 SD/MMC Card Interface support"
 	depends on ARCH_AT91
 	help
 	  This selects the AT91 MCI controller.
@@ -175,7 +175,7 @@
 	  If unsure, say N.
 
 config MMC_ATMELMCI
-	tristate "Atmel Multimedia Card Interface support"
+	bool "Atmel Multimedia Card Interface support"
 	depends on AVR32 || ARCH_AT91
 	help
 	  This selects the Atmel Multimedia Card Interface driver. If
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to