aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-02-14 09:04:41 +0100
committerVinod Koul <vkoul@kernel.org>2020-04-13 17:46:04 +0530
commit4bd34af8dc3890017944b260a9542050a610c12b (patch)
treec7779c2418488cd81be74801605f2b63bcbc1b8a
parent579876e791ba0885f69d669387303671be38df7d (diff)
kernel: configs: set USB_CONFIG_F_FS in distro.config
We initially add it to arch/arm64/defconfig, however USB_CONFIG_F_FS depends on USB_CONFIGFS which is not set in arch/arm64/defconfig, so doing a savedefconfig would prune it. Since we have USB_CONFIGFS in kernel/configs/distro.config , it is better to set USB_CONFIG_F_FS there as well. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--kernel/configs/distro.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index b287f81b0afc..fa8528124139 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -114,6 +114,7 @@ CONFIG_USB_SERIAL_QT2=m
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VBUS_DRAW=500
CONFIG_USB_CONFIGFS=m
+CONFIG_USB_CONFIGFS_F_FS=y
CONFIG_USB_ZERO=m
CONFIG_USB_ETH=m
CONFIG_USB_MASS_STORAGE=m