File tree 13 files changed +1
-23
lines changed
13 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ config BOARD_EFM32PG_STK3402A
9
9
bool "SiLabs EFM32PG-STK3402A (Pearl Gecko)"
10
10
depends on SOC_SERIES_EFM32PG12B
11
11
select SOC_PART_NUMBER_EFM32PG12B500F1024GL125
12
- select HAS_DTS_I2C
Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ config BOARD_EFR32MG_SLTB004A
9
9
bool "SiLabs EFR32MG-SLTB004A (Thunderboard Sense 2)"
10
10
depends on SOC_SERIES_EFR32MG12P
11
11
select SOC_PART_NUMBER_EFR32MG12P332F1024GL125
12
- select HAS_DTS_I2C
Original file line number Diff line number Diff line change @@ -29,7 +29,4 @@ config I2C_SIFIVE
29
29
default y
30
30
endif
31
31
32
- config HAS_DTS_I2C
33
- default y
34
-
35
32
endif
Original file line number Diff line number Diff line change 11
11
#
12
12
menuconfig I2C
13
13
bool "I2C Drivers"
14
+ select HAS_DTS_I2C
14
15
help
15
16
Enable I2C Driver Configuration
16
17
@@ -76,42 +77,36 @@ config I2C_GECKO
76
77
config I2C_SAM_TWIHS
77
78
bool "Atmel SAM (TWIHS) I2C driver"
78
79
depends on SOC_FAMILY_SAM
79
- select HAS_DTS_I2C
80
80
help
81
81
Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.
82
82
83
83
config I2C_SAM_TWI
84
84
bool "Atmel SAM (TWI) I2C driver"
85
85
depends on SOC_FAMILY_SAM
86
- select HAS_DTS_I2C
87
86
help
88
87
Enable Atmel SAM MCU Family (TWI) I2C bus driver.
89
88
90
89
config I2C_MCUX
91
90
bool "MCUX I2C driver"
92
91
depends on HAS_MCUX
93
- select HAS_DTS_I2C
94
92
help
95
93
Enable the mcux I2C driver.
96
94
97
95
config I2C_MCUX_LPI2C
98
96
bool "MCUX LPI2C driver"
99
97
depends on HAS_MCUX_LPI2C && CLOCK_CONTROL
100
- select HAS_DTS_I2C
101
98
help
102
99
Enable the mcux LPI2C driver.
103
100
104
101
config I2C_IMX
105
102
bool "i.MX I2C driver"
106
103
depends on HAS_IMX_I2C
107
- select HAS_DTS_I2C
108
104
help
109
105
Enable the i.MX I2C driver.
110
106
111
107
config I2C_CC32XX
112
108
bool "CC32XX I2C driver"
113
109
depends on SOC_SERIES_CC32XX
114
- select HAS_DTS_I2C
115
110
help
116
111
Enable the CC32XX I2C driver.
117
112
@@ -123,7 +118,6 @@ config I2C_BITBANG
123
118
config I2C_NIOS2
124
119
bool "Nios-II I2C driver"
125
120
depends on HAS_ALTERA_HAL
126
- select HAS_DTS_I2C
127
121
help
128
122
Enable the Nios-II I2C driver.
129
123
@@ -136,7 +130,6 @@ config I2C_0_IRQ_PRI
136
130
config I2C_RV32M1_LPI2C
137
131
bool "RV32M1 LPI2C driver"
138
132
depends on HAS_RV32M1_LPI2C && CLOCK_CONTROL
139
- select HAS_DTS_I2C
140
133
help
141
134
Enable the RV32M1 LPI2C driver.
142
135
Original file line number Diff line number Diff line change 7
7
config I2C_CC13XX_CC26XX
8
8
bool "TI SimpleLink CC13xx / CC26xx I2C driver"
9
9
depends on SOC_SERIES_CC13X2_CC26X2
10
- select HAS_DTS_I2C
11
10
help
12
11
Enable support for I2C on the TI SimpleLink CC13xx / CC26xx series.
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ config HAS_I2C_DW
11
11
12
12
menuconfig I2C_DW
13
13
bool "Design Ware I2C support"
14
- select HAS_DTS_I2C
15
14
depends on HAS_I2C_DW
16
15
help
17
16
Enable the Design Ware I2C driver
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ menuconfig I2C_ESP32
10
10
bool "ESP32 I2C"
11
11
depends on SOC_ESP32
12
12
select GPIO_ESP32
13
- select HAS_DTS_I2C
14
13
help
15
14
Enables the ESP32 I2C driver
16
15
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ menuconfig I2C_NRFX
9
9
bool "nRF TWI nrfx drivers"
10
10
default y
11
11
depends on SOC_FAMILY_NRF
12
- select HAS_DTS_I2C
13
12
help
14
13
Enable support for nrfx TWI drivers for nRF MCU series.
15
14
Peripherals with the same instance ID cannot be used together,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ if SOC_FAMILY_SAM0
9
9
menuconfig I2C_SAM0
10
10
bool "SAM0 series I2C SERCOM driver"
11
11
default y
12
- select HAS_DTS_I2C
13
12
help
14
13
Enable the SAM0 series SERCOM I2C driver.
15
14
Original file line number Diff line number Diff line change @@ -8,4 +8,3 @@ config I2C_SBCON
8
8
bool "I2C driver for ARM's SBCon two-wire serial bus interface"
9
9
depends on ARM
10
10
select I2C_BITBANG
11
- select HAS_DTS_I2C
Original file line number Diff line number Diff line change 7
7
config I2C_SIFIVE
8
8
bool "Sifive I2C driver"
9
9
depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM
10
- depends on HAS_DTS_I2C
11
10
help
12
11
Enable I2C support on SiFive Freedom
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ if I2C_STM32
15
15
config I2C_STM32_V1
16
16
bool
17
17
depends on SOC_SERIES_STM32F1X || SOC_SERIES_STM32F4X || SOC_SERIES_STM32L1X
18
- select HAS_DTS_I2C
19
18
select USE_STM32_LL_I2C
20
19
select I2C_STM32_INTERRUPT if I2C_SLAVE
21
20
help
@@ -25,7 +24,6 @@ config I2C_STM32_V1
25
24
config I2C_STM32_V2
26
25
bool
27
26
depends on SOC_SERIES_STM32F0X || SOC_SERIES_STM32F3X || SOC_SERIES_STM32F7X || SOC_SERIES_STM32L0X || SOC_SERIES_STM32L4X || SOC_SERIES_STM32WBX || SOC_SERIES_STM32MP1X || SOC_SERIES_STM32G4X
28
- select HAS_DTS_I2C
29
27
select USE_STM32_LL_I2C
30
28
select USE_STM32_LL_RCC if SOC_SERIES_STM32F0X || SOC_SERIES_STM32F3X
31
29
select I2C_STM32_INTERRUPT if I2C_SLAVE
Original file line number Diff line number Diff line change 8
8
menuconfig I2C_XEC
9
9
bool "XEC Microchip I2C driver"
10
10
depends on SOC_FAMILY_MEC
11
- select HAS_DTS_I2C
12
11
help
13
12
Enable the Microchip XEC I2C driver.
14
13
You can’t perform that action at this time.
0 commit comments