> From: Patrick Delaunay <[email protected]> > Date: Mon, 4 Oct 2021 11:23:41 +0200 > > Using the tools moveconfig.py to move the following config in the > defconfig files: > CONFIG_USB_HOST_ETHER > CONFIG_USB_ETHER_ASIX > CONFIG_USB_ETHER_MCS7830 > CONFIG_USB_ETHER_SMSC95XX > > These option are already migrated since the commit f58ad98a621c ("usb: net: > migrate USB Ethernet adapters to Kconfig") and the commit ae3584498bf8 > ("usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig"). > > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > configs/dh_imx6_defconfig | 2 ++ > configs/kp_imx6q_tpc_defconfig | 2 ++ > configs/mx53ppd_defconfig | 4 ++++ > configs/stih410-b2260_defconfig | 4 ++++ > include/configs/dh_imx6.h | 2 -- > include/configs/kp_imx6q_tpc.h | 2 -- > include/configs/mx53ppd.h | 4 ---- > include/configs/stih410-b2260.h | 5 ----- > 8 files changed, 12 insertions(+), 13 deletions(-)
Reviewed-by: Mark Kettenis <[email protected]>

