diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2020-11-03 18:15:36 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-06 22:39:52 +0300 |
commit | dfe21dcabac001e0a102c1aa3bbaee00041e9e0f (patch) | |
tree | 9dc123169865dc739d877d3b25b7867df50dc45d /arch/arm/configs/exynos_defconfig | |
parent | c19345ea65a86c0936a3ce04a4035532c77f0187 (diff) | |
download | linux-dfe21dcabac001e0a102c1aa3bbaee00041e9e0f.tar.xz |
ARM: defconfig: Enable ax88796c driver for Exynos boards
Enable ax88796c driver for the Ethernet chip on Exynos3250-based
ARTIK5 boards in exynos and multi_v7 defconfigs.
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20201103151536.26472-6-l.stelmach@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/configs/exynos_defconfig')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 8c1fd6408108..f0cef76a3ab9 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -107,6 +107,8 @@ CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=m CONFIG_NETDEVICES=y +CONFIG_NET_VENDOR_ASIX=y +CONFIG_SPI_AX88796C=y CONFIG_SMSC911X=y CONFIG_USB_RTL8150=m CONFIG_USB_RTL8152=y |