File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
2
config CDNS_I3C_MASTER
3
3
tristate "Cadence I3C master driver"
4
- depends on I3C
5
4
depends on HAS_IOMEM
6
5
depends on !(ALPHA || PARISC)
7
6
help
8
7
Enable this driver if you want to support Cadence I3C master block.
9
8
10
9
config DW_I3C_MASTER
11
10
tristate "Synospsys DesignWare I3C master driver"
12
- depends on I3C
13
11
depends on HAS_IOMEM
14
12
depends on !(ALPHA || PARISC)
15
13
# ALPHA and PARISC needs {read,write}sl()
@@ -38,15 +36,13 @@ config AST2600_I3C_MASTER
38
36
39
37
config SVC_I3C_MASTER
40
38
tristate "Silvaco I3C Dual-Role Master driver"
41
- depends on I3C
42
39
depends on HAS_IOMEM
43
40
depends on !(ALPHA || PARISC)
44
41
help
45
42
Support for Silvaco I3C Dual-Role Master Controller.
46
43
47
44
config MIPI_I3C_HCI
48
45
tristate "MIPI I3C Host Controller Interface driver (EXPERIMENTAL)"
49
- depends on I3C
50
46
depends on HAS_IOMEM
51
47
help
52
48
Support for hardware following the MIPI Aliance's I3C Host Controller
You can’t perform that action at this time.
0 commit comments