Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: emxx_udc: Allow for building on !ARM

Currently the module can only be test built on ARM, although it seems to
build fine on x86. Change this to allow for broader test coverage.

Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Link: https://lore.kernel.org/r/20200818151133.583382-1-alex.dewar90@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alex Dewar and committed by
Greg Kroah-Hartman
fbcfdfab e570f915

+1 -1
+1 -1
drivers/staging/emxx_udc/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 config USB_EMXX 3 3 tristate "EMXX USB Function Device Controller" 4 - depends on USB_GADGET && (ARCH_RENESAS || (ARM && COMPILE_TEST)) 4 + depends on USB_GADGET && (ARCH_RENESAS || COMPILE_TEST) 5 5 help 6 6 The Emma Mobile series of SoCs from Renesas Electronics and 7 7 former NEC Electronics include USB Function hardware.