Title: [3894] trunk/drivers: SDIO/keypad does not exist on BF544 parts
Revision
3894
Author
vapier
Date
2007-11-18 19:22:46 -0600 (Sun, 18 Nov 2007)

Log Message

SDIO/keypad does not exist on BF544 parts

Diffstat

 input/keyboard/Kconfig |    2 +-
 mmc/host/Kconfig       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified Paths


Diff

Modified: trunk/drivers/input/keyboard/Kconfig (3893 => 3894)


--- trunk/drivers/input/keyboard/Kconfig	2007-11-19 01:19:22 UTC (rev 3893)
+++ trunk/drivers/input/keyboard/Kconfig	2007-11-19 01:22:46 UTC (rev 3894)
@@ -255,7 +255,7 @@
 
 config KEYBOARD_BFIN
 	tristate "Blackfin BF54x keypad support"
-	depends on (BF54x)
+	depends on (BF54x && !BF544)
 	help
 	  Say Y here if you want to use the BF54x keypad.
 

Modified: trunk/drivers/mmc/host/Kconfig (3893 => 3894)


--- trunk/drivers/mmc/host/Kconfig	2007-11-19 01:19:22 UTC (rev 3893)
+++ trunk/drivers/mmc/host/Kconfig	2007-11-19 01:22:46 UTC (rev 3894)
@@ -102,7 +102,7 @@
 
 config SDH_BFIN
 	tristate "Blackfin Secure Digital Host support"
-	depends on MMC && BF54x
+	depends on MMC && (BF54x && !BF544)
 	help
 	  Say Y or M to enable Secure Digital Host interface on BF54x series
 	  processor.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to