projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e570f91
)
staging: emxx_udc: Allow for building on !ARM
author
Alex Dewar
<alex.dewar90@gmail.com>
Tue, 18 Aug 2020 15:11:29 +0000
(16:11 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 15:21:40 +0000
(17:21 +0200)
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>
drivers/staging/emxx_udc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/emxx_udc/Kconfig
b/drivers/staging/emxx_udc/Kconfig
index ad1478c53e9e7afa340f60ea9b611ef8322d373e..e7a95b3b6a2f742ae7472d821d79b8178ba2affa 100644
(file)
--- a/
drivers/staging/emxx_udc/Kconfig
+++ b/
drivers/staging/emxx_udc/Kconfig
@@
-1,7
+1,7
@@
# SPDX-License-Identifier: GPL-2.0
config USB_EMXX
tristate "EMXX USB Function Device Controller"
- depends on USB_GADGET && (ARCH_RENESAS ||
(ARM && COMPILE_TEST)
)
+ depends on USB_GADGET && (ARCH_RENESAS ||
COMPILE_TEST
)
help
The Emma Mobile series of SoCs from Renesas Electronics and
former NEC Electronics include USB Function hardware.