Update of /cvsroot/gc-linux/linux/drivers/usb
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13650/drivers/usb
Modified Files:
Kconfig
Log Message:
Merged 2.6.25.
Queued small fixes for:
- starlet-es
- starlet-ipc
- starlet-stm
- rvl-stsd
- rvl-sthcd
- gcn-ai
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/usb/Kconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Kconfig 2 Jul 2008 20:51:21 -0000 1.1
+++ Kconfig 13 Sep 2008 19:42:57 -0000 1.2
@@ -34,6 +34,7 @@
default y if ARCH_LH7A404
default y if ARCH_S3C2410
default y if PXA27x
+ default y if PXA3xx
default y if ARCH_EP93XX
default y if ARCH_AT91
default y if ARCH_PNX4008
@@ -42,6 +43,10 @@
default y if PPC_MPC52xx
# MIPS:
default y if SOC_AU1X00
+ # SH:
+ default y if CPU_SUBTYPE_SH7720
+ default y if CPU_SUBTYPE_SH7721
+ default y if CPU_SUBTYPE_SH7763
# more:
default PCI
@@ -50,6 +55,7 @@
boolean
default y if PPC_83xx
default y if SOC_AU1200
+ default y if ARCH_IXP4XX
default PCI
# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
|