sdk-hwV1.3/lichee/rtos-hal/hal/source/twi/Kconfig

13 lines
205 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
menu "TWI Devices"
config DRIVERS_TWI
bool "enable twi driver"
default y
config HAL_TEST_TWI
bool "enable twi hal APIs test command"
depends on DRIVERS_TWI
default n
endmenu