• 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 DRIVERS_HDF_PLATFORM_WATCHDOG
37    bool "Enable HDF platform watchdog driver"
38    default n
39    depends on DRIVERS_HDF_PLATFORM
40    help
41      Answer Y to enable HDF platform watchdog driver.
42
43config DRIVERS_HDF_PLATFORM_PWM
44    bool "Enable HDF platform pwm driver"
45    depends on DRIVERS_HDF_PLATFORM
46    help
47      Answer Y to enable HDF platform pwm driver.
48
49config DRIVERS_HDF_PLATFORM_UART
50    bool "Enable HDF platform uart driver"
51    depends on DRIVERS_HDF_PLATFORM
52    help
53      Answer Y to enable HDF platform uart driver.
54
55config DRIVERS_HDF_PLATFORM_SDIO
56    bool "Enable HDF platform sdio driver"
57    default n
58    depends on DRIVERS_HDF_PLATFORM && DRIVERS_HDF_PLATFORM_MMC
59    help
60      Answer Y to enable HDF platform sdio driver.
61
62config DRIVERS_HDF_PLATFORM_EMMC
63    bool "Enable HDF platform emmc driver"
64    default n
65    depends on DRIVERS_HDF_PLATFORM
66    help
67      Answer Y to enable HDF platform emmc driver.
68
69config DRIVERS_HDF_PLATFORM_MMC
70    bool "Enable HDF platform mmc driver"
71    default n
72    depends on DRIVERS_HDF_PLATFORM
73    help
74      Answer Y to enable HDF platform mmc driver.
75
76config DRIVERS_HDF_PLATFORM_SPI
77    bool "Enable HDF platform spi driver"
78    default n
79    depends on DRIVERS_HDF_PLATFORM
80    help
81      Answer Y to enable HDF platform spi driver.
82
83config DRIVERS_HDF_PLATFORM_RTC
84    bool "Enable HDF platform rtc driver"
85    default n
86    depends on DRIVERS_HDF_PLATFORM
87    help
88      Answer Y to enable HDF platform rtc driver.
89
90config PWM_HI35XX
91    bool "hi35xx pwm driver"
92    depends on PWM
93    help
94      Answer Y to enable hi35xx pwm driver
95
96config DRIVERS_HDF_PLATFORM_REGULATOR
97    bool "Enable HDF platform regulator driver"
98    default n
99    depends on DRIVERS_HDF_PLATFORM
100    help
101      Answer Y to enable HDF platform regulator driver.
102
103config DRIVERS_HDF_PLATFORM_ADC
104    bool "Enable HDF platform adc driver"
105    default n
106    depends on DRIVERS_HDF_PLATFORM
107    help
108      Answer Y to enable HDF platform adc driver.
109
110config DRIVERS_HDF_PLATFORM_TRACE
111    bool "Enable HDF platform trace driver"
112    default n
113    depends on DRIVERS_HDF_PLATFORM
114    help
115      Answer Y to enable HDF platform trace driver.
116
117config DRIVERS_HDF_PLATFORM_DUMPER
118    bool "Enable HDF platform dumper driver"
119    default n
120    depends on DRIVERS_HDF_PLATFORM
121    help
122      Answer Y to enable HDF platform dumper driver.
123
124config DRIVERS_HDF_PLATFORM_DUMPER_WRITE
125    bool "Enable HDF platform dumper write file"
126    default n
127    depends on DRIVERS_HDF_PLATFORM_DUMPER
128    help
129      Answer Y to enable HDF platform dumper  write file.
130
131config DRIVERS_HDF_PLATFORM_DUMPER_PRINT
132    bool "Enable HDF platform dumper printf"
133    default n
134    depends on DRIVERS_HDF_PLATFORM_DUMPER
135    help
136      Answer Y to enable HDF platform dumper printf.
137
138config IMX8MM_EMMC
139    bool "Enable HDF imx8mm emmc driver"
140    default n
141    depends on DRIVERS_HDF
142    help
143      Answer Y to enable HDF imx8mm emmc driver.
144
145config IMX8MM_SDIO
146    bool "Enable HDF imx8mm sdio driver"
147    default n
148    depends on DRIVERS_HDF
149    help
150      Answer Y to enable HDF imx8mm sdio driver.
151
152config DRIVERS_HDF_PLATFORM_IMX8MM_MIPI_DSI
153    bool "Enable HDF platform imx8mm mipi_dsi driver"
154    default n
155    depends on DRIVERS_HDF_PLATFORM
156    help
157      Answer Y to enable HDF platform imx8mm mipi_dsi driver.
158
159