[source] omap/Kconfig: add usb options

LEDE Commits lede-commits at lists.infradead.org
Mon Apr 24 09:08:26 PDT 2017


lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/c864661d148cf3f9d955fc9a26a6d2c5808c0e29

commit c864661d148cf3f9d955fc9a26a6d2c5808c0e29
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Sat Apr 22 15:13:35 2017 +0200

    omap/Kconfig: add usb options
    
    including phy and required dma options
    
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 target/linux/omap/config-4.4 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4
index 1624945..231ef63 100644
--- a/target/linux/omap/config-4.4
+++ b/target/linux/omap/config-4.4
@@ -644,7 +644,7 @@ CONFIG_THERMAL_OF=y
 # CONFIG_THUMB2_KERNEL is not set
 CONFIG_TICK_CPU_ACCOUNTING=y
 CONFIG_TIMER_STATS=y
-# CONFIG_TI_CPPI41 is not set
+CONFIG_TI_CPPI41=y
 CONFIG_TI_CPSW=y
 CONFIG_TI_CPSW_ALE=y
 CONFIG_TI_CPSW_PHY_SEL=y
@@ -687,9 +687,9 @@ CONFIG_USB_EHCI_HCD_OMAP=y
 # CONFIG_USB_EHCI_HCD_PLATFORM is not set
 # CONFIG_USB_ETH is not set
 CONFIG_USB_GADGET=y
-# CONFIG_USB_INVENTRA_DMA is not set
+CONFIG_USB_INVENTRA_DMA=y
 CONFIG_USB_MUSB_AM335X_CHILD=y
-# CONFIG_USB_MUSB_AM35X is not set
+CONFIG_USB_MUSB_AM35X=y
 CONFIG_USB_MUSB_DSPS=y
 CONFIG_USB_MUSB_DUAL_ROLE=y
 # CONFIG_USB_MUSB_GADGET is not set
@@ -699,8 +699,8 @@ CONFIG_USB_MUSB_OMAP2PLUS=y
 CONFIG_USB_MUSB_TUSB6010=y
 CONFIG_USB_PHY=y
 CONFIG_USB_SUPPORT=y
-# CONFIG_USB_TI_CPPI41_DMA is not set
-# CONFIG_USB_TUSB_OMAP_DMA is not set
+CONFIG_USB_TI_CPPI41_DMA=y
+CONFIG_USB_TUSB_OMAP_DMA=y
 # CONFIG_USERIO is not set
 CONFIG_USE_OF=y
 CONFIG_VECTORS_BASE=0xffff0000



More information about the lede-commits mailing list