driver: show TWAI config menu only if TWAI is supported

This commit is contained in:
Ivan Grokhotkov
2022-01-20 22:23:45 +01:00
parent 09f5c1d32e
commit 355b501126

View File

@@ -86,6 +86,7 @@ menu "Driver configurations"
endmenu # SPI Configuration
menu "TWAI configuration"
depends on SOC_TWAI_SUPPORTED
config TWAI_ISR_IN_IRAM
bool "Place TWAI ISR function into IRAM"