mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 05:23:46 +00:00
utest: serial: bypass: add depends on RT_USING_SERIAL_BYPASS
Add dependent of RT_USING_SERIAL_BYPASS in Kconfig to make sure utest for serial-bypass is only available when RT_USING_SERIAL_BYPASS is enabled. Otherwise building of utestcases failed when UTEST_SERIAL_BYPASS is enabled. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -3,5 +3,6 @@ menu "Serial-Bypass Testcase"
|
||||
config UTEST_SERIAL_BYPASS
|
||||
bool "Serial testcase"
|
||||
default n
|
||||
depends on RT_USING_SERIAL_BYPASS
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user