diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-05-19 14:44:31 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-05-19 16:55:11 +1000 |
commit | 751e1f5099f1568444fe2485f2485ca541d4952e (patch) | |
tree | f90bf2535fc9db717995341184532d470fcd72c6 /arch/powerpc | |
parent | 0e1d715b5b982ee0099f3fbf6ad47dc8bda518a6 (diff) | |
download | linux-751e1f5099f1568444fe2485f2485ca541d4952e.tar.bz2 |
powerpc: Remove unused/obsolete CONFIG_XICS
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-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 83c704a637bb..f970ca2b180c 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig @@ -70,11 +70,6 @@ config PPC_UDBG_BEAT depends on PPC_CELLEB default n -config XICS - depends on PPC_PSERIES - bool - default y - config IPIC bool default n |