diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2020-05-21 18:55:59 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-05-28 15:24:35 +0200 |
commit | 2874ec75708eed59a47a9a986c02add747ae6e9b (patch) | |
tree | ee8183a0a9569cd00855b8d7e51153bb4bc01a63 /arch/powerpc/platforms | |
parent | powerpc/40x: Remove EP405 (diff) | |
download | linux-2874ec75708eed59a47a9a986c02add747ae6e9b.tar.xz linux-2874ec75708eed59a47a9a986c02add747ae6e9b.zip |
powerpc/40x: Remove support for ISS Simulator
ISS4xx has support for 405GP which is obsolete.
Remote it.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/7380974bf5952af825ae2552d0a987c0c1c8b506.1590079969.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 39e93d23fb38..78ac6d67a935 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -167,8 +167,7 @@ config YOSEMITE config ISS4xx bool "ISS 4xx Simulator" - depends on (44x || 40x) - select 405GP if 40x + depends on 44x select 440GP if 44x && !PPC_47x select PPC_FPU select OF_RTC |