diff options
author | Christoph Hellwig <hch@lst.de> | 2018-10-19 14:09:47 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-02 00:15:24 +0900 |
commit | c8bf9212d1c2df2080e8870da5b791354c20376e (patch) | |
tree | fcb9cf1a563d22ff10b05016c42b4f8e8b16d807 /arch | |
parent | 3905361b723ad9fbc74b3e449acc1d52bee1b4ce (diff) | |
download | linux-c8bf9212d1c2df2080e8870da5b791354c20376e.tar.bz2 |
powerpc: remove CONFIG_MCA leftovers
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 2ae8a46bce98..0db10c2792b2 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -932,10 +932,6 @@ config FSL_GTM help Freescale General-purpose Timers support -# Yes MCA RS/6000s exist but Linux-PPC does not currently support any -config MCA - bool - # Platforms that what PCI turned unconditionally just do select PCI # in their config node. Platforms that want to choose at config # time should select PPC_PCI_CHOICE |