Enable MTD_CHAR/MTD_BLOCK (Needed for SFC)

Enable 10gigE on 64-bit only.
This commit is contained in:
Dave Jones 2013-04-03 14:31:59 -04:00
parent 11af844f55
commit da97680e58
3 changed files with 28 additions and 10 deletions

View File

@ -1447,16 +1447,9 @@ CONFIG_JME=m
#
# Ethernet (10000 Mbit)
#
CONFIG_IP1000=m
CONFIG_MLX4_EN=m
CONFIG_MLX4_EN_DCB=y
# CONFIG_MLX4_DEBUG is not set
CONFIG_SFC=m
CONFIG_SFC_MCDI_MON=y
CONFIG_SFC_SRIOV=y
CONFIG_SFC_PTP=y
# CONFIG_SFC_MTD is not set
# CONFIG_IP1000 is not set
# CONFIG_MLX4_EN is not set
# CONFIG_SFC is not set
# CONFIG_FDDI is not set
# CONFIG_DEFXX is not set

View File

@ -136,3 +136,24 @@ CONFIG_CHECKPOINT_RESTORE=y
CONFIG_NTB=m
CONFIG_NTB_NETDEV=m
CONFIG_SFC=m
CONFIG_SFC_MCDI_MON=y
CONFIG_SFC_SRIOV=y
CONFIG_SFC_PTP=y
# 10GigE
#
CONFIG_IP1000=m
CONFIG_MLX4_EN=m
CONFIG_MLX4_EN_DCB=y
# CONFIG_MLX4_DEBUG is not set
CONFIG_SFC=m
CONFIG_SFC_MCDI_MON=y
CONFIG_SFC_SRIOV=y
CONFIG_SFC_PTP=y
CONFIG_SFC_MTD=y
# Override MTD stuff because SFC_MTD needs it
CONFIG_MTD_CHAR=m
CONFIG_MTD_BLOCK=m

View File

@ -2271,6 +2271,10 @@ fi
# ||----w |
# || ||
%changelog
* Wed Apr 03 2013 Dave Jones <davej@redhat.com>
- Enable MTD_CHAR/MTD_BLOCK (Needed for SFC)
Enable 10gigE on 64-bit only.
* Wed Apr 03 2013 Justin M. Forbes <jforbes@redhat.com> - 3.9.0-0.rc5.git2.1
- Linux v3.9-rc5-146-gda241ef