diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-17 09:31:22 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-05-03 07:45:37 +0300 |
commit | 0cc68bfad45b47167c9d99cf560b505983ebd012 (patch) | |
tree | aed2f4d86bb39a894f46a7d22bef8ccc4076d474 /arch/powerpc/platforms/52xx/Kconfig | |
parent | b7da1230532984fc00962b2c8be94acc87655707 (diff) | |
download | linux-0cc68bfad45b47167c9d99cf560b505983ebd012.tar.xz |
powerpc/mpc52xx: Don't select user-visible RTAS_PROC
Otherwise we might select it when its dependenices aren't enabled,
leading to a build break.
It's default y anyway, so will be on unless someone disables it
manually.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/52xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/52xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index b625a2c6f4f2..e4c745981912 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig @@ -33,7 +33,6 @@ config PPC_EFIKA bool "bPlan Efika 5k2. MPC5200B based computer" depends on PPC_MPC52xx select PPC_RTAS - select RTAS_PROC select PPC_NATIVE config PPC_LITE5200 |