We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8ec3a commit ba21058Copy full SHA for ba21058
drivers/serial/Kconfig.ambiq
@@ -8,8 +8,20 @@ config UART_AMBIQ
8
depends on SOC_SERIES_APOLLO5X
9
select SERIAL_HAS_DRIVER
10
select SERIAL_SUPPORT_INTERRUPT
11
+ select SERIAL_SUPPORT_ASYNC
12
select PINCTRL
13
select AMBIQ_HAL
14
select AMBIQ_HAL_USE_UART
15
help
16
Enable the AMBIQ UART driver.
17
+
18
+if UART_AMBIQ
19
20
+config UART_AMBIQ_HANDLE_CACHE
21
+ bool "Turn on cache handling in uart driver"
22
+ default y
23
+ depends on CACHE_MANAGEMENT && DCACHE
24
+ help
25
+ Disable this if cache has been handled in upper layers.
26
27
+endif # UART_AMBIQ
0 commit comments