[ppc64el] Explicitly limit IBMEBUS, EHEA to big-endian configurations

From 4.10, IBMEBUS cannot be enabled in little-endian configurations
and EHEA depends on it.  Adjust our configuration so it's obvious
we don't intend otherwise.
This commit is contained in:
Ben Hutchings 2017-02-01 23:35:16 +00:00
parent fd8856b5ca
commit 8dede6cae9
2 changed files with 10 additions and 2 deletions

View File

@ -45,7 +45,6 @@ CONFIG_PPC_PSERIES=y
CONFIG_PPC_SPLPAR=y
CONFIG_SCANLOG=m
# CONFIG_LPARCFG is not set
CONFIG_IBMEBUS=y
##
## file: block/partitions/Kconfig
@ -102,7 +101,6 @@ CONFIG_MTD_POWERNV_FLASH=m
## file: drivers/net/ethernet/ibm/Kconfig
##
CONFIG_IBMVETH=m
CONFIG_EHEA=m
##
## file: drivers/net/ethernet/ibm/emac/Kconfig

View File

@ -42,6 +42,11 @@ CONFIG_PS3_FLASH=m
CONFIG_PS3_VRAM=m
CONFIG_PS3_LPM=m
##
## file: arch/powerpc/platforms/pseries/Kconfig
##
CONFIG_IBMEBUS=y
##
## file: drivers/char/hw_random/Kconfig
##
@ -70,6 +75,11 @@ CONFIG_WINDFARM_PM91=m
CONFIG_WINDFARM_PM112=m
CONFIG_WINDFARM_PM121=m
##
## file: drivers/net/ethernet/ibm/Kconfig
##
CONFIG_EHEA=m
##
## file: drivers/net/ethernet/pasemi/Kconfig
##