diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2021-03-02 05:09:54 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-04-22 18:38:03 +0300 |
commit | 421a7483878cf3f356ebb871effe81997a45dda7 (patch) | |
tree | 4100cfac960ba33cd1b85aa8e6dbff96dbd636a9 /arch/powerpc/configs/ppc64_defconfig | |
parent | da650ada100956b0f00aa4fe9ce33103378ce9ca (diff) | |
download | linux-421a7483878cf3f356ebb871effe81997a45dda7.tar.xz |
powerpc/configs: Add IBMVNIC to some 64-bit configs
This is an IBM specific driver that we should enable to get some
build/boot testing.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210302020954.2980046-1-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 72b235ef6f3b..701811c91a6f 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -178,6 +178,7 @@ CONFIG_CHELSIO_T1=m CONFIG_BE2NET=m CONFIG_IBMVETH=m CONFIG_EHEA=m +CONFIG_IBMVNIC=m CONFIG_E100=y CONFIG_E1000=y CONFIG_E1000E=y |