Skip to content

Commit 805bf3b

Browse files
shenkimpe
authored andcommitted
powerpc/configs: Sync skiroot defconfig
This updates the skiroot defconfig with the version from the OpenPower firmwre build tree. Important changes are the addition of QED and E1000E ethernet drivers. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 35f2806 commit 805bf3b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

arch/powerpc/configs/skiroot_defconfig

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ CONFIG_MODULE_SIG=y
3737
CONFIG_MODULE_SIG_FORCE=y
3838
CONFIG_MODULE_SIG_SHA512=y
3939
CONFIG_PARTITION_ADVANCED=y
40-
# CONFIG_IOSCHED_DEADLINE is not set
40+
# CONFIG_MQ_IOSCHED_DEADLINE is not set
41+
# CONFIG_MQ_IOSCHED_KYBER is not set
4142
# CONFIG_PPC_VAS is not set
4243
# CONFIG_PPC_PSERIES is not set
4344
# CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set
@@ -49,7 +50,6 @@ CONFIG_IRQ_ALL_CPUS=y
4950
CONFIG_NUMA=y
5051
# CONFIG_COMPACTION is not set
5152
# CONFIG_MIGRATION is not set
52-
# CONFIG_BOUNCE is not set
5353
CONFIG_PPC_64K_PAGES=y
5454
CONFIG_SCHED_SMT=y
5555
CONFIG_CMDLINE_BOOL=y
@@ -136,9 +136,11 @@ CONFIG_ACENIC_OMIT_TIGON_I=y
136136
# CONFIG_NET_VENDOR_AQUANTIA is not set
137137
# CONFIG_NET_VENDOR_ARC is not set
138138
# CONFIG_NET_VENDOR_ATHEROS is not set
139+
# CONFIG_NET_VENDOR_AURORA is not set
139140
CONFIG_TIGON3=m
140141
CONFIG_BNX2X=m
141142
# CONFIG_NET_VENDOR_BROCADE is not set
143+
# CONFIG_NET_VENDOR_CADENCE is not set
142144
# CONFIG_NET_CADENCE is not set
143145
# CONFIG_NET_VENDOR_CAVIUM is not set
144146
CONFIG_CHELSIO_T1=m
@@ -151,6 +153,7 @@ CONFIG_BE2NET=m
151153
# CONFIG_NET_VENDOR_HP is not set
152154
# CONFIG_NET_VENDOR_HUAWEI is not set
153155
CONFIG_E1000=m
156+
CONFIG_E1000E=m
154157
CONFIG_IGB=m
155158
CONFIG_IXGB=m
156159
CONFIG_IXGBE=m
@@ -161,15 +164,18 @@ CONFIG_MLX4_EN=m
161164
# CONFIG_MLX4_CORE_GEN2 is not set
162165
CONFIG_MLX5_CORE=m
163166
# CONFIG_NET_VENDOR_MICREL is not set
167+
# CONFIG_NET_VENDOR_MICROSEMI is not set
164168
CONFIG_MYRI10GE=m
165169
# CONFIG_NET_VENDOR_NATSEMI is not set
166170
# CONFIG_NET_VENDOR_NETRONOME is not set
167171
# CONFIG_NET_VENDOR_NI is not set
168172
# CONFIG_NET_VENDOR_NVIDIA is not set
169173
# CONFIG_NET_VENDOR_OKI is not set
170-
# CONFIG_NET_PACKET_ENGINE is not set
174+
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
171175
CONFIG_QLGE=m
172176
CONFIG_NETXEN_NIC=m
177+
CONFIG_QED=m
178+
CONFIG_QEDE=m
173179
# CONFIG_NET_VENDOR_QUALCOMM is not set
174180
# CONFIG_NET_VENDOR_RDC is not set
175181
# CONFIG_NET_VENDOR_REALTEK is not set

0 commit comments

Comments
 (0)