Skip to content
Snippets Groups Projects
Commit 90ee8762 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/pseries: Disable IBMEBUS on little endian builds


The IBMEBUS code supports the GX bus found on Power7 and earlier CPUs.
On Power8 it has been replaced, and so we have no need for it.

We don't actually have a config symbol for Power8 vs Power7 etc., but
we only support booting little endian on Power8 or later, so use that as
a reasonable approximation.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 30757de2
No related merge requests found
...@@ -134,7 +134,7 @@ config IBMVIO ...@@ -134,7 +134,7 @@ config IBMVIO
default y default y
config IBMEBUS config IBMEBUS
depends on PPC_PSERIES depends on PPC_PSERIES && !CPU_LITTLE_ENDIAN
bool "Support for GX bus based adapters" bool "Support for GX bus based adapters"
help help
Bus device driver for GX bus based adapters. Bus device driver for GX bus based adapters.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment