mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-01 05:30:25 +08:00
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
|
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
|