File tree 2 files changed +19
-29
lines changed
2 files changed +19
-29
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ menu "On-chip Peripheral Drivers"
131
131
config BSP_USING_PWM0
132
132
bool "Enable eFlex PWM0"
133
133
default n
134
- config BSP_USING_PWM1
134
+ config BSP_USING_PWM1
135
135
bool "Enable eFlex PWM1"
136
136
default n
137
- config BSP_USING_PWM2
137
+ config BSP_USING_PWM2
138
138
bool "Enable eFlex PWM2"
139
139
default n
140
140
endif
Original file line number Diff line number Diff line change @@ -132,33 +132,23 @@ menu "On-chip Peripheral Drivers"
132
132
default n
133
133
endif
134
134
135
- menuconfig BSP_USING_PWM
136
- config BSP_USING_PWM
137
- bool "Enable PWM"
138
- select RT_USING_PWM
139
- default y
140
-
141
- if BSP_USING_PWM
142
- config BSP_USING_CTIMER1_MAT0
143
- bool "Enable CIMER1 Match0 as PWM output"
144
- default y
145
-
146
- config BSP_USING_CTIMER2_MAT0
147
- bool "Enable CIMER2 Match0 as PWM output"
148
- default n
149
-
150
- config BSP_USING_CTIMER2_MAT1
151
- bool "Enable CIMER2 Match1 as PWM output"
152
- default n
153
-
154
- config BSP_USING_CTIMER2_MAT2
155
- bool "Enable CIMER2 Match2 as PWM output"
156
- default n
157
-
158
- config BSP_USING_CTIMER3_MAT2
159
- bool "Enable CIMER3 Match2 as PWM output"
160
- default n
161
- endif
135
+ menuconfig BSP_USING_PWM
136
+ config BSP_USING_PWM
137
+ bool "Enable PWM"
138
+ select RT_USING_PWM
139
+ default n
140
+
141
+ if BSP_USING_PWM
142
+ config BSP_USING_PWM0
143
+ bool "Enable eFlex PWM0"
144
+ default n
145
+ config BSP_USING_PWM1
146
+ bool "Enable eFlex PWM1"
147
+ default n
148
+ config BSP_USING_PWM2
149
+ bool "Enable eFlex PWM2"
150
+ default n
151
+ endif
162
152
endmenu
163
153
164
154
You can’t perform that action at this time.
0 commit comments