Require CONFIG_USB_RTL8152 != n if we have host usb support. am: 56ca936e4f am: 53ec17ac02

am: 33f0ebd37c

Change-Id: I480e73fca8edf519fc1e23846941b6afc6e53ed4
This commit is contained in:
Maciej enczykowski 2019-03-07 16:14:27 -08:00 committed by android-build-merger
commit dd0b7a819f
3 changed files with 42 additions and 0 deletions

View file

@ -143,3 +143,17 @@
</config>
</group>
<!-- CONFIG_USB implies CONFIG_USB_RTL8152 -->
<group>
<conditions>
<config>
<key>CONFIG_USB_RTL8152</key>
<value type="bool">n</value>
</config>
</conditions>
<config>
<key>CONFIG_USB</key>
<value type="bool">n</value>
</config>
</group>

View file

@ -143,3 +143,17 @@
</config>
</group>
<!-- CONFIG_USB implies CONFIG_USB_RTL8152 -->
<group>
<conditions>
<config>
<key>CONFIG_USB_RTL8152</key>
<value type="bool">n</value>
</config>
</conditions>
<config>
<key>CONFIG_USB</key>
<value type="bool">n</value>
</config>
</group>

View file

@ -147,3 +147,17 @@
</config>
</group>
<!-- CONFIG_USB implies CONFIG_USB_RTL8152 -->
<group>
<conditions>
<config>
<key>CONFIG_USB_RTL8152</key>
<value type="bool">n</value>
</config>
</conditions>
<config>
<key>CONFIG_USB</key>
<value type="bool">n</value>
</config>
</group>