diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-08-14 09:14:19 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-14 21:57:33 +1000 |
commit | ab2675d6acec03aec4a866f7d293fdbcd77d2be1 (patch) | |
tree | 8115eecf609bd8ff465124342a0d92416f8e4551 /arch/powerpc/platforms | |
parent | df4c7983189491302a6000b2dcb14d8093f8fddf (diff) | |
download | blackbird-op-linux-ab2675d6acec03aec4a866f7d293fdbcd77d2be1.tar.gz blackbird-op-linux-ab2675d6acec03aec4a866f7d293fdbcd77d2be1.zip |
powerpc/8xx: Fix two CONFIG_8xx left behind
Commit 968159c0031ac ("powerpc/8xx: Getting rid of remaining use of
CONFIG_8xx") removed all but 2 references to 8xx in Kconfigs.
This patch removes the two remaining ones.
Fixes: 968159c0031a ("powerpc/8xx: Getting rid of remaining use of CONFIG_8xx")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/8xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig index d3f664f5166b..536b0c5d5ce3 100644 --- a/arch/powerpc/platforms/8xx/Kconfig +++ b/arch/powerpc/platforms/8xx/Kconfig @@ -91,7 +91,7 @@ endmenu # menu "MPC8xx CPM Options" - depends on 8xx + depends on PPC_8xx # This doesn't really belong here, but it is convenient to ask # 8xx specific questions. |