diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-15 06:47:42 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-18 15:02:17 +0300 |
commit | 139ac5afe30bcad3e0a8064a2fac608f015aa166 (patch) | |
tree | d0e3782214df0d453598fbcb68bd8cd6d43dee3d /arch/powerpc/platforms/Kconfig | |
parent | bdecf76e319a29735d828575f4a9269f0e17c547 (diff) | |
download | linux-139ac5afe30bcad3e0a8064a2fac608f015aa166.tar.xz |
powerpc/pseries: Move vio.c into platforms pseries
vio.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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index fbdae8377b71..eae86c35e4c6 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig @@ -168,11 +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 IBMVIO - depends on PPC_PSERIES - bool - default y - config IBMEBUS depends on PPC_PSERIES bool "Support for GX bus based adapters" |