diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-30 16:01:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-30 16:01:54 -0400 |
commit | cbba1b7766bd93d74e28202c46e69095ac13760b (patch) | |
tree | ba75e840777ea0213e0c97fb72234d1ea4ed7769 /drivers/usb | |
parent | c594b430225c36189a8fee2a710264d0458dc3d6 (diff) | |
parent | 5ed1c55fb4c23dc9f14b9c8d1d687f8c0ee703ac (diff) |
Merge branch '2023-10-30-assorted-general-updates'
- Two Kconfig content fixes, fix some issues reported by Coverity,
resync get_maintainer.pl (two small fixees), update i2c_eeprom, and
fix an off by one in addrmap_set_entry
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 1a883babf4c..b501ea514bc 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -231,7 +231,6 @@ config USB_EHCI_MXS config USB_EHCI_NPCM bool "Support for Nuvoton NPCM on-chip EHCI USB controller" depends on ARCH_NPCM - default n ---help--- Enables support for the on-chip EHCI controller on Nuvoton NPCM chips. @@ -368,7 +367,6 @@ config USB_OHCI_DA8XX config USB_OHCI_NPCM bool "Support for Nuvoton NPCM on-chip OHCI USB controller" depends on ARCH_NPCM - default n ---help--- Enables support for the on-chip OHCI controller on Nuvoton NPCM chips. |