diff options
author | Peter Robinson | 2021-02-10 17:29:16 +0000 |
---|---|---|
committer | Tom Rini | 2021-02-24 16:51:48 -0500 |
commit | db5f1a50eff8cadd463cebd4448e00a9a2934f40 (patch) | |
tree | 2400f522856794e6c026020dea89fec19ef687c3 /configs/hikey_defconfig | |
parent | a70abcff5edb63ee62976ddfe881a8496e540d12 (diff) |
config: hikey: convert to DM_USB and DM_ETH
Convert the hikey to use DM_USB and DM_ETH.
Conversion based on rpi as it has a similar DWC config.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'configs/hikey_defconfig')
-rw-r--r-- | configs/hikey_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig index 5fb48238ec7..280a59a748a 100644 --- a/configs/hikey_defconfig +++ b/configs/hikey_defconfig @@ -25,7 +25,9 @@ CONFIG_DM_MMC=y CONFIG_MMC_DW=y CONFIG_MMC_DW_K3=y CONFIG_CONS_INDEX=4 +CONFIG_DM_ETH=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_DWC2=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y |