From 983a169e24d46fe0e398841df4417cf0d8653080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Fri, 30 Nov 2018 10:39:33 +0100 Subject: [PATCH] Enable ATH10K_USB as a module --- debian/changelog | 3 +++ debian/config/config | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0c67fc18b..92729cb3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ linux (4.19.5-1~exp2) UNRELEASED; urgency=medium * [x86] Enable support for error detection and correction on the Intel Pondicherry2 Integrated Memory Controller (Closes: #914946) + [ Uwe Kleine-König ] + * Enable usb support for ATH10K (Closes: #915083) + -- Uwe Kleine-König Wed, 28 Nov 2018 12:20:46 +0100 linux (4.19.5-1~exp1) experimental; urgency=medium diff --git a/debian/config/config b/debian/config/config index 2abbb956f..e45e94e81 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3626,6 +3626,7 @@ CONFIG_AR5523=m ## CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m +CONFIG_ATH10K_USB=m # CONFIG_ATH10K_DEBUG is not set # CONFIG_ATH10K_DEBUGFS is not set # CONFIG_ATH10K_TRACING is not set