Skip to content

Commit 00286d7

Browse files
Wolfram Sangalexandrebelloni
authored andcommitted
i3c: controllers do not need to depend on I3C
The Kconfig file for controller drivers is only sourced if the I3C symbol is enabled. No need to check for that in individual drivers. Signed-off-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent cd1a6a0 commit 00286d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/i3c/master/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config CDNS_I3C_MASTER
33
tristate "Cadence I3C master driver"
4-
depends on I3C
54
depends on HAS_IOMEM
65
depends on !(ALPHA || PARISC)
76
help
87
Enable this driver if you want to support Cadence I3C master block.
98

109
config DW_I3C_MASTER
1110
tristate "Synospsys DesignWare I3C master driver"
12-
depends on I3C
1311
depends on HAS_IOMEM
1412
depends on !(ALPHA || PARISC)
1513
# ALPHA and PARISC needs {read,write}sl()
@@ -38,15 +36,13 @@ config AST2600_I3C_MASTER
3836

3937
config SVC_I3C_MASTER
4038
tristate "Silvaco I3C Dual-Role Master driver"
41-
depends on I3C
4239
depends on HAS_IOMEM
4340
depends on !(ALPHA || PARISC)
4441
help
4542
Support for Silvaco I3C Dual-Role Master Controller.
4643

4744
config MIPI_I3C_HCI
4845
tristate "MIPI I3C Host Controller Interface driver (EXPERIMENTAL)"
49-
depends on I3C
5046
depends on HAS_IOMEM
5147
help
5248
Support for hardware following the MIPI Aliance's I3C Host Controller

0 commit comments

Comments
 (0)