diff options
Diffstat (limited to 'drivers/dca/Kconfig')
-rw-r--r-- | drivers/dca/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/dca/Kconfig b/drivers/dca/Kconfig new file mode 100644 index 000000000000..e2f7436da051 --- /dev/null +++ b/drivers/dca/Kconfig @@ -0,0 +1,11 @@ +# +# DCA server configuration +# + +config DCA + tristate "DCA support for clients and providers" + default m + help + This is a server to help modules that want to use Direct Cache + Access to find DCA providers that will supply correct CPU tags. + |