diff options
Diffstat (limited to 'drivers/dca/Kconfig')
-rw-r--r-- | drivers/dca/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/dca/Kconfig b/drivers/dca/Kconfig new file mode 100644 index 000000000..fd3348131 --- /dev/null +++ b/drivers/dca/Kconfig @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# DCA server configuration +# + +config DCA + tristate + |