gemini: dont select USB driver as module via config
authorRobert Marko <robimarko@gmail.com>
Wed, 8 Nov 2023 12:08:55 +0000 (13:08 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 8 Nov 2023 21:01:44 +0000 (22:01 +0100)
The FOTG210 USB driver is currently being selected as a module directly via
the target kernel config which should not be done and via kmod as well.

So, lets drop the driver selection in the target kernel module as kmod is
sufficient.

Fixes: 585360f0c0ec ("gemini: refresh kernel config")
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/gemini/config-6.1

index d4b3e66a5d906ddfce89d6cf92f105feb1cb2990..ae0922f5dc868ef1647b5df6568e58241f0016d1 100644 (file)
@@ -422,8 +422,7 @@ CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
 CONFIG_UNINLINE_SPIN_UNLOCK=y
 CONFIG_UNWINDER_ARM=y
 CONFIG_USB_COMMON=y
-CONFIG_USB_FOTG210=m
-CONFIG_USB_FOTG210_UDC=y
+# CONFIG_USB_FOTG210 is not set
 CONFIG_USB_GADGET=y
 CONFIG_USB_GPIO_VBUS=y
 CONFIG_USB_PHY=y