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

usb: remove reference to deleted config STB03xxx

Commit 7583b63c343c ("powerpc/40x: Remove STB03xxx") removes the config
STB03xxx, but left a reference in ./drivers/usb/Kconfig behind.

Hence, ./scripts/checkkconfigsymbols.py warns:

STB03xxx
Referencing files: drivers/usb/Kconfig

Remove this reference to the deleted config.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210818071137.22711-4-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lukas Bulwahn and committed by
Greg Kroah-Hartman
e77939ee 3b445c99

+1 -1
+1 -1
drivers/usb/Kconfig
··· 11 11 12 12 config USB_OHCI_LITTLE_ENDIAN 13 13 bool 14 - default n if STB03xxx || PPC_MPC52xx 14 + default n if PPC_MPC52xx 15 15 default y 16 16 17 17 config USB_EHCI_BIG_ENDIAN_MMIO