Require CONFIG_USB_RTL8152 != n if we have host usb support.
We want to require the r8152 usb ethernet gigabit dongle driver
on any device with a usb host port (like the USB-C port on a standard
phone).
ie. we want:
CONFIG_USB in {m,y} --> CONFIG_USB_RTL8152 in {m,y}
which can be logically reversed to
CONFIG_USB_RTL8152 = n --> CONFIG_USB = n
which is implementable with current conditional xml syntax.
Bug: 110755806
Signed-off-by:
Maciej Żenczykowski <maze@google.com>
Change-Id: I0fabe8c48536fbc597751afd34418e4ff42a06c6
Loading
Please sign in to comment