configs: arndale: Use appropriate driver for Asix AX88760
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 May 2019 11:24:33 +0000 (13:24 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 16 May 2019 07:11:42 +0000 (16:11 +0900)
commitf4b2ab97ed37ea6b202aaa951d31dab9187e3720
tree1484293de33b5e09b75fe2a617c70a7232e7a3d1
parentbc85f7c87af1aafac7032db85c815ab3927304bf
configs: arndale: Use appropriate driver for Asix AX88760

Arndale board has an Asix AX88760 USB 2.0 Hub and Fast Ethernet combo.
The appropriate driver for it is USB_ETHER_ASIX.

The mistake probably came from misinterpretation of commit e9954b867ce0
("usb: eth: add ASIX AX88179 DRIVER") which was tested on RECS5250 COM
module.  This module indeed has Exynos5250 and some similarities with
Arndale 5250 board but the USB/Ethernet chip used there is apparently
different.

Fixes: f58ad98a621c ("usb: net: migrate USB Ethernet adapters to Kconfig")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/arndale_defconfig