xref: /linux-6.15/drivers/dca/Kconfig (revision 7589670f)
1#
2# DCA server configuration
3#
4
5config DCA
6	tristate "DCA support for clients and providers"
7	default m
8	help
9	  This is a server to help modules that want to use Direct Cache
10	  Access to find DCA providers that will supply correct CPU tags.
11
12