Skip to content

Commit df10010

Browse files
committed
[bsp][renesas] add spi device option to Kconfig, disabled by default
1 parent 23d080e commit df10010

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bsp/renesas/ra2e2-ek/board/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ menu "Hardware Drivers Config"
5353
default n
5454
endif
5555

56+
menuconfig BSP_USING_SPI
57+
bool "Enable hardware SPI BUS"
58+
default n
59+
select RT_USING_SPI
60+
if BSP_USING_SPI
61+
config BSP_USING_SPI0
62+
bool "Enable Hardware SPI0 BUS"
63+
default n
64+
endif
65+
5666
endmenu
5767

5868
menu "Board extended module Drivers"

0 commit comments

Comments
 (0)