# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_USB_ISP1760[0m tristate "NXP ISP 1760/1761 support" depends on [31mCONFIG_USB[0m || [31mCONFIG_USB_GADGET[0m help Say Y or [31mCONFIG_M[0m here if your system as an ISP1760 [31mCONFIG_USB[0m host controller or an ISP1761 [31mCONFIG_USB[0m dual-role controller. This driver does not support isochronous transfers or OTG. This [31mCONFIG_USB[0m controller is usually attached to a non-DMA-Master capable bus. NXP's eval kit brings this chip on [31mCONFIG_PCI[0m card where the chip itself is behind a PLB to simulate such a bus. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called isp1760. config [31mCONFIG_USB_ISP1760_HCD[0m bool config [31mCONFIG_USB_ISP1761_UDC[0m bool if [31mCONFIG_USB_ISP1760[0m choice bool "ISP1760 Mode Selection" default [31mCONFIG_USB_ISP1760_DUAL_ROLE[0m if ([31mCONFIG_USB[0m && [31mCONFIG_USB_GADGET[0m) default [31mCONFIG_USB_ISP1760_HOST_ROLE[0m if ([31mCONFIG_USB[0m && ![31mCONFIG_USB_GADGET[0m) default [31mCONFIG_USB_ISP1760_GADGET_ROLE[0m if (![31mCONFIG_USB[0m && [31mCONFIG_USB_GADGET[0m) config [31mCONFIG_USB_ISP1760_HOST_ROLE[0m bool "Host only mode" depends on [31mCONFIG_USB[0m=y || [31mCONFIG_USB[0m=[31mCONFIG_USB_ISP1760[0m select [31mCONFIG_USB_ISP1760_HCD[0m help Select this if you want to use the ISP1760 in host mode only. The gadget function will be disabled. config [31mCONFIG_USB_ISP1760_GADGET_ROLE[0m bool "Gadget only mode" depends on [31mCONFIG_USB_GADGET[0m=y || [31mCONFIG_USB_GADGET[0m=[31mCONFIG_USB_ISP1760[0m select [31mCONFIG_USB_ISP1761_UDC[0m help Select this if you want to use the ISP1760 in peripheral mode only. The host function will be disabled. config [31mCONFIG_USB_ISP1760_DUAL_ROLE[0m bool "Dual Role mode" depends on [31mCONFIG_USB[0m=y || [31mCONFIG_USB[0m=[31mCONFIG_USB_ISP1760[0m depends on [31mCONFIG_USB_GADGET[0m=y || [31mCONFIG_USB_GADGET[0m=[31mCONFIG_USB_ISP1760[0m select [31mCONFIG_USB_ISP1760_HCD[0m select [31mCONFIG_USB_ISP1761_UDC[0m help Select this if you want to use the ISP1760 in both host and peripheral modes. endchoice endif |