Commit 56ca936e authored by Maciej Żenczykowski's avatar Maciej Żenczykowski
Browse files

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: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: I0fabe8c48536fbc597751afd34418e4ff42a06c6
parent d5d4f856
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment