File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed
bsp/imxrt/imxrt1052-nxp-evk/board Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -227,14 +227,6 @@ menu "Onboard Peripheral Drivers"
227227 bool "Enable Ethernet"
228228 select RT_USING_NETDEV
229229 default n
230-
231- menuconfig BSP_USING_SDIO
232- bool "Enable SDcard"
233- select RT_USING_SDIO
234- select RT_USING_DFS_DEVFS
235- select RT_USING_DFS
236- select RT_USING_DFS_ELMFAT
237- default n
238230
239231 if BSP_USING_ETH
240232 config BSP_USING_PHY
@@ -268,14 +260,15 @@ menu "Onboard Peripheral Drivers"
268260
269261 endif
270262 endif
271- config BSP_USING_RGB
272- bool "Enable RGB LED (PWM1_CH3A, PWM4_CH0A and PWM4_CH1A)"
273- select BSP_USING_PWM1
274- select BSP_USING_PWM4
275- select BSP_USING_PWM1_CH3
276- select BSP_USING_PWM4_CH0
277- select BSP_USING_PWM4_CH1
278- default n
263+
264+
265+ menuconfig BSP_USING_SDIO
266+ bool "Enable SDcard"
267+ select RT_USING_SDIO
268+ select RT_USING_DFS_DEVFS
269+ select RT_USING_DFS
270+ select RT_USING_DFS_ELMFAT
271+ default n
279272
280273 config BSP_USING_AUDIO
281274 bool "Enable AUDIO (WM8960)"
You can’t perform that action at this time.
0 commit comments