1menu "TWI Devices"
2
3config DRIVERS_TWI
4    bool "enable twi driver"
5        default y
6
7config HAL_TEST_TWI
8    bool "enable twi hal APIs test command"
9    depends on DRIVERS_TWI
10        default n
11
12endmenu
13