diff options
author | Anton Blanchard <anton@samba.org> | 2016-09-30 13:39:53 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-04 08:10:56 +0300 |
commit | 9eda65fb82f3bbc43d3aca835d368701d377dc59 (patch) | |
tree | c7a9ddf73f0e3013874d5b2e9c3f16b083005fe5 /arch/powerpc/configs/powernv_defconfig | |
parent | d3eb34a312426ac5647a1f771eb76dfb8407c535 (diff) | |
download | linux-9eda65fb82f3bbc43d3aca835d368701d377dc59.tar.xz |
powerpc/configs: Enable Intel i40e on 64 bit configs
We are starting to see i40e adapters in recent machines, so enable
it in our configs.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/powernv_defconfig')
-rw-r--r-- | arch/powerpc/configs/powernv_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig index b4744fe403a7..d98b6eb3254f 100644 --- a/arch/powerpc/configs/powernv_defconfig +++ b/arch/powerpc/configs/powernv_defconfig @@ -165,6 +165,7 @@ CONFIG_E1000=y CONFIG_E1000E=y CONFIG_IXGB=m CONFIG_IXGBE=m +CONFIG_I40E=m CONFIG_MLX4_EN=m CONFIG_MYRI10GE=m CONFIG_QLGE=m |