diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-20 07:21:49 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 08:16:26 +0200 |
commit | 836a3de6b2bfe0b7c96a7104d3d567883d8a57b3 (patch) | |
tree | 05b49741caa158d1b29a5db9700eb73625ebd536 /arch/powerpc/configs | |
parent | powerpc/configs/64s: Drop JFS Filesystem (diff) | |
download | linux-836a3de6b2bfe0b7c96a7104d3d567883d8a57b3.tar.xz linux-836a3de6b2bfe0b7c96a7104d3d567883d8a57b3.zip |
powerpc/configs/powernv: Add IGB=y
Some powernv machines use IGB for networking, so build the driver in to
enable net booting such machines.
Suggested-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230420052149.1328094-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs')
-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 c92652575064..92e3a8fea04a 100644 --- a/arch/powerpc/configs/powernv_defconfig +++ b/arch/powerpc/configs/powernv_defconfig @@ -170,6 +170,7 @@ CONFIG_S2IO=m CONFIG_E100=y CONFIG_E1000=y CONFIG_E1000E=y +CONFIG_IGB=y CONFIG_IXGB=m CONFIG_IXGBE=m CONFIG_I40E=m |