Changeset 15419
- Timestamp:
- 2009-04-26T07:29:18+02:00 (9 years ago)
- Location:
- trunk/target/linux/ar71xx/patches-2.6.28
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ar71xx/patches-2.6.28/003-ar71xx_usb_host.patch
r15347 r15419 1 1 --- a/drivers/usb/host/Kconfig 2 2 +++ b/drivers/usb/host/Kconfig 3 @@ -81,6 +81,1 2@@ config USB_EHCI_BIG_ENDIAN_DESC3 @@ -81,6 +81,13 @@ config USB_EHCI_BIG_ENDIAN_DESC 4 4 depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX) 5 5 default y … … 8 8 + bool "USB EHCI support for AR71xx" 9 9 + depends on USB_EHCI_HCD && ATHEROS_AR71XX 10 + default y 10 11 + help 11 12 + Support for Atheros AR71xx built-in EHCI controller … … 14 15 bool "Support for Freescale on-chip EHCI USB controller" 15 16 depends on USB_EHCI_HCD && FSL_SOC 16 @@ -140,6 +14 6,12@@ config USB_OHCI_HCD17 @@ -140,6 +147,13 @@ config USB_OHCI_HCD 17 18 To compile this driver as a module, choose M here: the 18 19 module will be called ohci-hcd. … … 21 22 + bool "USB OHCI support for Atheros AR71xx" 22 23 + depends on USB_OHCI_HCD && ATHEROS_AR71XX 24 + default y 23 25 + help 24 26 + Support for Atheros AR71xx built-in OHCI controller -
trunk/target/linux/ar71xx/patches-2.6.28/101-ksz8041_phy_driver.patch
r15347 r15419 1 1 --- a/drivers/net/phy/Kconfig 2 2 +++ b/drivers/net/phy/Kconfig 3 @@ -8 0,6 +80,11 @@ config ADM6996_PHY4 config MVSWITCH_PHY5 tristate "Driver for Marvell 88E6060 switches"3 @@ -84,6 +84,11 @@ config IP175C_PHY 4 tristate "Driver for IC+ IP175C/IP178C switches" 5 select SWCONFIG 6 6 7 7 +config MICREL_PHY … … 15 15 --- a/drivers/net/phy/Makefile 16 16 +++ b/drivers/net/phy/Makefile 17 @@ -16,6 +16,7 @@ obj-$(CONFIG_ICPLUS_PHY) += icplus.o 18 obj-$(CONFIG_ADM6996_PHY) += adm6996.o 17 @@ -17,6 +17,7 @@ obj-$(CONFIG_ADM6996_PHY) += adm6996.o 19 18 obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o 19 obj-$(CONFIG_IP175C_PHY) += ip175c.o 20 20 obj-$(CONFIG_REALTEK_PHY) += realtek.o 21 21 +obj-$(CONFIG_MICREL_PHY) += micrel.o
Note: See TracChangeset
for help on using the changeset viewer.