From: <abe...@us...> - 2016-04-08 16:30:00
|
Revision: 7631 http://sourceforge.net/p/astlinux/code/7631 Author: abelbeck Date: 2016-04-08 16:29:57 +0000 (Fri, 08 Apr 2016) Log Message: ----------- all kernel configs, enable USB 3.0 driver support: CONFIG_USB_XHCI_HCD=y Modified Paths: -------------- branches/1.0/project/astlinux/geni586/linux-smp.config branches/1.0/project/astlinux/geni586/linux.config branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config branches/1.0/project/astlinux/genx86_64/linux-smp.config branches/1.0/project/runnix/geni586/linux.config branches/1.0/project/runnix-iso/geni586/linux.config Modified: branches/1.0/project/astlinux/geni586/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux-smp.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/geni586/linux-smp.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2178,7 +2178,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/astlinux/geni586/linux.config =================================================================== --- branches/1.0/project/astlinux/geni586/linux.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/geni586/linux.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2165,7 +2165,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/genx86_64/linux-smp-vm.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2152,7 +2152,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/astlinux/genx86_64/linux-smp.config =================================================================== --- branches/1.0/project/astlinux/genx86_64/linux-smp.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/astlinux/genx86_64/linux-smp.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -2120,7 +2120,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/runnix/geni586/linux.config =================================================================== --- branches/1.0/project/runnix/geni586/linux.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/runnix/geni586/linux.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -1330,7 +1330,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set Modified: branches/1.0/project/runnix-iso/geni586/linux.config =================================================================== --- branches/1.0/project/runnix-iso/geni586/linux.config 2016-04-03 19:13:19 UTC (rev 7630) +++ branches/1.0/project/runnix-iso/geni586/linux.config 2016-04-08 16:29:57 UTC (rev 7631) @@ -1331,7 +1331,8 @@ # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_XHCI_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |