diff options
author | Anton Blanchard <anton@samba.org> | 2016-09-30 20:39:53 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-04 16:10:56 +1100 |
commit | 9eda65fb82f3bbc43d3aca835d368701d377dc59 (patch) | |
tree | c7a9ddf73f0e3013874d5b2e9c3f16b083005fe5 /arch/powerpc/configs/ppc64_defconfig | |
parent | d3eb34a312426ac5647a1f771eb76dfb8407c535 (diff) | |
download | linux-9eda65fb82f3bbc43d3aca835d368701d377dc59.tar.bz2 |
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/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 447d73394f50..58a98d40086f 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -167,6 +167,7 @@ CONFIG_E1000=y CONFIG_E1000E=y CONFIG_IXGB=m CONFIG_IXGBE=m +CONFIG_I40E=m CONFIG_MLX4_EN=m CONFIG_MYRI10GE=m CONFIG_PASEMI_MAC=y |