summaryrefslogtreecommitdiffstats
path: root/openpower/configs
diff options
context:
space:
mode:
authorArtem Senichev <a.senichev@yadro.com>2018-12-13 10:13:35 +0300
committerArtem Senichev <a.senichev@yadro.com>2018-12-14 10:10:10 +0300
commit7a5902c7e7e4bcaf2965c53111233fa6ccb7833c (patch)
tree05136d310b4e529bdec50093972d6b8d6c5ff5ba /openpower/configs
parentadfb905a730ca47391bb2988478724c7c4683d13 (diff)
downloadblackbird-op-build-7a5902c7e7e4bcaf2965c53111233fa6ccb7833c.tar.gz
blackbird-op-build-7a5902c7e7e4bcaf2965c53111233fa6ccb7833c.zip
Add driver and firmware for QLogic devices
Support for QLogic Corp. FastLinQ QL41000 Series 10/25/40/50GbE Controller. Signed-off-by: Artem Senichev <a.senichev@yadro.com>
Diffstat (limited to 'openpower/configs')
-rw-r--r--openpower/configs/linux/skiroot_defconfig2
-rw-r--r--openpower/configs/vesnin_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig
index cc99c6c1..9ddb542d 100644
--- a/openpower/configs/linux/skiroot_defconfig
+++ b/openpower/configs/linux/skiroot_defconfig
@@ -174,6 +174,8 @@ CONFIG_S2IO=m
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
CONFIG_QLGE=m
CONFIG_NETXEN_NIC=m
+CONFIG_QED=m
+CONFIG_QEDE=m
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
diff --git a/openpower/configs/vesnin_defconfig b/openpower/configs/vesnin_defconfig
index c05c9f73..67d8862f 100644
--- a/openpower/configs/vesnin_defconfig
+++ b/openpower/configs/vesnin_defconfig
@@ -20,6 +20,8 @@ BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
BR2_LINUX_KERNEL_XZ=y
+BR2_PACKAGE_LINUX_FIRMWARE=y
+BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X=y
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_I2C_TOOLS=y
OpenPOWER on IntegriCloud