[PATCH 6/6] at91/sama7: Activate USB host support

Hauke Mehrtens hauke at hauke-m.de
Tue Apr 5 14:05:04 PDT 2022


Activate support for USB host in the sub target. The USB subsystem has
to be compiled into the kernel if it is used.

Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/at91/sama7/config-default | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/at91/sama7/config-default b/target/linux/at91/sama7/config-default
index 6b69c43d7a36..7db854aae255 100644
--- a/target/linux/at91/sama7/config-default
+++ b/target/linux/at91/sama7/config-default
@@ -375,6 +375,9 @@ CONFIG_TINY_SRCU=y
 CONFIG_UACCESS_WITH_MEMCPY=y
 CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
 CONFIG_UNWINDER_ARM=y
+CONFIG_USB=y
+CONFIG_USB_COMMON=y
+CONFIG_USB_SUPPORT=y
 CONFIG_USE_OF=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VFAT_FS=y
-- 
2.30.2




More information about the openwrt-devel mailing list