blob: f274ee33f968219a903216d47a7a8e0090fcdea1 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#
2# DMA engine configuration
3#
4
5menuconfig OS_EXTEND
6 bool "os support extend fun"
7 help
8 os support extend fun.
9
10if OS_EXTEND
11
12config OS_EXTEND_VSIM
13 bool "extend vsim fun"
14 default y
15 help
16 Used by ZXIC oss extend vsim fun
17
18endif # OS_EXTEND