omap/Kconfig: add usb options
including phy and required dma options Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
a1160fa9c5
commit
c864661d14
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue