[opensuse-kernel] [PATCH] Fix ARM exynos config for 13.1
Hi Jean, your commit d94c6335d4b06f9a67edbe30b3252e75012d2133 : Update arm config files: Enable all USB-to-serial drivers Specifically, enable USB_SERIAL_WISHBONE and USB_SERIAL_QT2 on all arm flavors. broke exynos config. CONFIG_USB_SERIAL_GENERIC must be builtin, not a module. The patch in attachment fixes the exynos build for 13.1 branch. Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org> Regards, Guillaume
On Sat, 2014-05-17 at 22:37 +0200, Guillaume Gardet wrote:
Hi Jean,
your commit d94c6335d4b06f9a67edbe30b3252e75012d2133 : Update arm config files: Enable all USB-to-serial drivers Specifically, enable USB_SERIAL_WISHBONE and USB_SERIAL_QT2 on all arm flavors.
broke exynos config.
CONFIG_USB_SERIAL_GENERIC must be builtin, not a module.
The patch in attachment fixes the exynos build for 13.1 branch.
Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org>
Applied Regards Oliver -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Le 19/05/2014 10:29, Oliver Neukum a écrit :
On Sat, 2014-05-17 at 22:37 +0200, Guillaume Gardet wrote:
Hi Jean,
your commit d94c6335d4b06f9a67edbe30b3252e75012d2133 : Update arm config files: Enable all USB-to-serial drivers Specifically, enable USB_SERIAL_WISHBONE and USB_SERIAL_QT2 on all arm flavors.
broke exynos config.
CONFIG_USB_SERIAL_GENERIC must be builtin, not a module.
The patch in attachment fixes the exynos build for 13.1 branch.
Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org> Applied
Thanks. :) Guillaume -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Hi Guillaume, Le Saturday 17 May 2014 à 22:37 +0200, Guillaume Gardet a écrit :
your commit d94c6335d4b06f9a67edbe30b3252e75012d2133 : Update arm config files: Enable all USB-to-serial drivers Specifically, enable USB_SERIAL_WISHBONE and USB_SERIAL_QT2 on all arm flavors.
broke exynos config.
CONFIG_USB_SERIAL_GENERIC must be builtin, not a module.
The patch in attachment fixes the exynos build for 13.1 branch.
Oops, sorry, I did not realize USB_SERIAL_GENERIC was a bool and not a tristate. Thanks for the fix. -- Jean Delvare SUSE L3 Support -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (3)
-
Guillaume Gardet
-
Jean Delvare
-
Oliver Neukum