drivers/usbhost: Remove all traces of support for the installable GPL RTL8187 USB host driver.

This commit is contained in:
Gregory Nutt 2019-10-22 17:43:42 -06:00
parent 7dc2b7285e
commit 88de97a926
5 changed files with 2 additions and 41 deletions

View File

@ -555,11 +555,6 @@ Related Repositories
There are snapshots of some tools here that you will need to work with
NuttX: kconfig-frontends, genromfs, and others.
* https://bitbucket.org/nuttx/nonbsd
A few drivers that are not integrated into the main NuttX source tree due
to licensing issues.
* https://bitbucket.org/nuttx/pascal
Yes, this really is a Pascal compiler. The Pascal p-code run-time and

View File

@ -1,4 +0,0 @@
rtl8187x.c
rtl8187x.h

View File

@ -498,27 +498,6 @@ config HIDMOUSE_WTHRESH
endif # MOUSE_WHEEL
endif # USBHOST_HIDMOUSE
config USBHOST_RTL8187
bool "RTL8187-based wireless LAN"
default n
depends on NET
if USBHOST_RTL8187
config RTL8187B
bool "RTL8187B chip"
default y
config RTL8187_VID
hex "RTL8187 VID"
default 0x0bda
config RTL8187_PID
hex "RTL8187 PID"
default 0x8189
endif # USBHOST_RTL8187
config USBHOST_XBOXCONTROLLER
bool "Xbox Controller Support"
default n

View File

@ -84,15 +84,6 @@ CSRCS += usbhost_trace.c
endif
endif
# Include add-on USB host driver logic if present and selected (available in
# the NuttX drivers GIT repository)
ifeq ($(CONFIG_USBHOST_RTL8187),y)
RTL8187_CSRC := ${shell if [ -f usbhost$(DELIM)rtl8187x.c ]; then echo "rtl8187x.c"; fi}
CSRCS += $(RTL8187_CSRC)
endif
endif
# Include USB host driver build logic
DEPPATH += --dep-path usbhost

View File

@ -33,8 +33,8 @@ config IEEE80211_BROADCOM_FWFILES
This selection enables an option to load the firmware and CLM
files from a mounted file system.
A snapshot of file for the BCM43362 are available in the nonbsd
repository: https://bitbucket.org/nuttx/nonbsd/src/master/bcm43438/
A snapshot of file for the BCM43362 are available in the tools`
repository: https://bitbucket.org/nuttx/tools/src/master/bcm43438/
The latest files from Cypress are available in the Linux kernel:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/brcm