diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-15 06:47:43 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-18 15:02:18 +0300 |
commit | 30757de2030d1729437419293996b51919ddc63a (patch) | |
tree | 080d4ec4a61fdfddef062aff72598ccabb00fcb1 /arch/powerpc/platforms/Kconfig | |
parent | 139ac5afe30bcad3e0a8064a2fac608f015aa166 (diff) | |
download | linux-30757de2030d1729437419293996b51919ddc63a.tar.xz |
powerpc/pseries: Move ibmebus.c into platforms pseries
ibmebus.c is pseries only code, so move it in there.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index eae86c35e4c6..7e3a2ebba29b 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig @@ -168,12 +168,6 @@ config MPIC_BROKEN_REGREAD well, but enabling it uses about 8KB of memory to keep copies of the register contents in software. -config IBMEBUS - depends on PPC_PSERIES - bool "Support for GX bus based adapters" - help - Bus device driver for GX bus based adapters. - config EEH bool depends on (PPC_POWERNV || PPC_PSERIES) && PCI |