diff options
author | Bhupesh Sharma <bhupesh.sharma@linaro.org> | 2022-12-31 13:48:52 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-01-06 18:39:51 +0100 |
commit | 6878639ee632b9f873a6ede788b06a4aa509f20c (patch) | |
tree | a930be1f441d588cd7be4ff68f9ee82ad26b846a /arch/arm64/configs | |
parent | Linux 6.2-rc1 (diff) | |
download | linux-6878639ee632b9f873a6ede788b06a4aa509f20c.tar.xz linux-6878639ee632b9f873a6ede788b06a4aa509f20c.zip |
arm64: defconfig: Enable Qualcomm EUD
Now that the EUD (Embedded USB Debugger) block is supported on
several Qualcomm SoCs upstream, enable the same as a module in
the arm64 defconfig as a module.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221231124852.3283597-1-bhupesh.sharma@linaro.org
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 851e8f9be06d..c43aeb936d9a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -922,6 +922,7 @@ CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_OPTION=m +CONFIG_USB_QCOM_EUD=m CONFIG_USB_HSIC_USB3503=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_GADGET=y |