• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config DRIVERS_HDF_PLATFORM
2    bool "Enable HDF platform driver"
3        default n
4    depends on DRIVERS_HDF
5        help
6      Answer Y to enable HDF platform driver.
7
8config DRIVERS_HDF_PLATFORM_MIPI_DSI
9    bool "Enable HDF platform mipi dsi driver"
10    default n
11    depends on DRIVERS_HDF_PLATFORM
12    help
13      Answer Y to enable HDF platform mipi dsi driver.
14
15config DRIVERS_HDF_PLATFORM_MIPI_CSI
16    bool "Enable HDF platform mipi csi driver"
17    default n
18    depends on DRIVERS_HDF_PLATFORM
19    help
20      Answer Y to enable HDF platform mipi csi driver.
21
22config DRIVERS_HDF_PLATFORM_GPIO
23    bool "Enable HDF platform gpio driver"
24    default n
25    depends on DRIVERS_HDF_PLATFORM
26    help
27      Answer Y to enable HDF platform gpio driver.
28
29config DRIVERS_HDF_PLATFORM_I2C
30    bool "Enable HDF platform i2c driver"
31    default n
32    depends on DRIVERS_HDF_PLATFORM
33    help
34      Answer Y to enable HDF platform i2c driver.
35
36config USER_I2C_SUPPORT
37    bool "Enable HDF platform i2c user interface"
38    default y
39    depends on DRIVERS_HDF_PLATFORM
40    help
41      Answer N to disable HDF platform i2c user interface.
42
43config DRIVERS_HDF_PLATFORM_WATCHDOG
44    bool "Enable HDF platform watchdog driver"
45    default n
46    depends on DRIVERS_HDF_PLATFORM
47    help
48      Answer Y to enable HDF platform watchdog driver.
49
50config DRIVERS_HDF_PLATFORM_PWM
51    bool "Enable HDF platform pwm driver"
52    depends on DRIVERS_HDF_PLATFORM
53    help
54      Answer Y to enable HDF platform pwm driver.
55
56config DRIVERS_HDF_PLATFORM_UART
57    bool "Enable HDF platform uart driver"
58    depends on DRIVERS_HDF_PLATFORM
59    help
60      Answer Y to enable HDF platform uart driver.
61
62config DRIVERS_HDF_PLATFORM_SDIO
63    bool "Enable HDF platform sdio driver"
64    default n
65    depends on DRIVERS_HDF_PLATFORM && DRIVERS_HDF_PLATFORM_MMC
66    help
67      Answer Y to enable HDF platform sdio driver.
68
69config DRIVERS_HDF_PLATFORM_EMMC
70    bool "Enable HDF platform emmc driver"
71    default n
72    depends on DRIVERS_HDF_PLATFORM
73    help
74      Answer Y to enable HDF platform emmc driver.
75
76config DRIVERS_HDF_PLATFORM_MMC
77    bool "Enable HDF platform mmc driver"
78    default n
79    depends on DRIVERS_HDF_PLATFORM
80    help
81      Answer Y to enable HDF platform mmc driver.
82
83config DRIVERS_HDF_PLATFORM_SPI
84    bool "Enable HDF platform spi driver"
85    default n
86    depends on DRIVERS_HDF_PLATFORM
87    help
88      Answer Y to enable HDF platform spi driver.
89
90config DRIVERS_HDF_PLATFORM_RTC
91    bool "Enable HDF platform rtc driver"
92    default n
93    depends on DRIVERS_HDF_PLATFORM
94    help
95      Answer Y to enable HDF platform rtc driver.
96
97config PWM_HI35XX
98    bool "hi35xx pwm driver"
99    depends on PWM
100    help
101      Answer Y to enable hi35xx pwm driver
102
103config DRIVERS_HDF_PLATFORM_REGULATOR
104    bool "Enable HDF platform regulator driver"
105    default n
106    depends on DRIVERS_HDF_PLATFORM
107    help
108      Answer Y to enable HDF platform regulator driver.
109
110config DRIVERS_HDF_PLATFORM_ADC
111    bool "Enable HDF platform adc driver"
112    default n
113    depends on DRIVERS_HDF_PLATFORM
114    help
115      Answer Y to enable HDF platform adc driver.
116
117config DRIVERS_HDF_PLATFORM_TRACE
118    bool "Enable HDF platform trace driver"
119    default n
120    depends on DRIVERS_HDF_PLATFORM
121    help
122      Answer Y to enable HDF platform trace driver.
123
124config DRIVERS_HDF_PLATFORM_DUMPER
125    bool "Enable HDF platform dumper driver"
126    default n
127    depends on DRIVERS_HDF_PLATFORM
128    help
129      Answer Y to enable HDF platform dumper driver.
130
131config DRIVERS_HDF_PLATFORM_DUMPER_WRITE
132    bool "Enable HDF platform dumper write file"
133    default n
134    depends on DRIVERS_HDF_PLATFORM_DUMPER
135    help
136      Answer Y to enable HDF platform dumper  write file.
137
138config DRIVERS_HDF_PLATFORM_DUMPER_PRINT
139    bool "Enable HDF platform dumper printf"
140    default n
141    depends on DRIVERS_HDF_PLATFORM_DUMPER
142    help
143      Answer Y to enable HDF platform dumper printf.
144
145config IMX8MM_EMMC
146    bool "Enable HDF imx8mm emmc driver"
147    default n
148    depends on DRIVERS_HDF
149    help
150      Answer Y to enable HDF imx8mm emmc driver.
151
152config IMX8MM_SDIO
153    bool "Enable HDF imx8mm sdio driver"
154    default n
155    depends on DRIVERS_HDF
156    help
157      Answer Y to enable HDF imx8mm sdio driver.
158
159config DRIVERS_HDF_PLATFORM_IMX8MM_MIPI_DSI
160    bool "Enable HDF platform imx8mm mipi_dsi driver"
161    default n
162    depends on DRIVERS_HDF_PLATFORM
163    help
164      Answer Y to enable HDF platform imx8mm mipi_dsi driver.
165
166