blob: 7eb8cebf423a439071e5afada9902c3b949ebddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
config USB_HOST_IFX
tristate "Infineon USB Host Controller Driver"
depends on USB
default n
help
Infineon USB Host Controller
config USB_HOST_IFX_B
bool "USB host mode on core 1 and 2"
depends on USB_HOST_IFX
help
Both cores run as host
#config USB_HOST_IFX_1
#config USB_HOST_IFX_2
#config IFX_DANUBE
#config IFX_AMAZON_SE
config IFX_AR9
depends on USB_HOST_IFX
bool "AR9"
config IFX_VR9
depends on USB_HOST_IFX
bool "VR9"
#config USB_HOST_IFX_FORCE_USB11
# bool "Forced USB1.1"
# depends on USB_HOST_IFX
# default n
# help
# force to be USB 1.1
#config USB_HOST_IFX_WITH_HS_ELECT_TST
# bool "With HS_Electrical Test"
# depends on USB_HOST_IFX
# default n
# help
# With USBIF HSET routines
#config USB_HOST_IFX_WITH_ISO
# bool "With ISO transfer"
# depends on USB_HOST_IFX
# default n
# help
# With USBIF ISO transfer
config USB_HOST_IFX_UNALIGNED_ADJ
bool "Adjust"
depends on USB_HOST_IFX
help
USB_HOST_IFX_UNALIGNED_ADJ
#config USB_HOST_IFX_UNALIGNED_CHK
#config USB_HOST_IFX_UNALIGNED_NONE
|