diff options
author | David Daney <ddaney@caviumnetworks.com> | 2011-02-17 14:04:33 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-10 18:15:24 +0100 |
commit | e3fb3f27a7600982478e1ec415bf265c744d2ae4 (patch) | |
tree | 178bd62538dcfb40a046970d6313ea8ffa8a00b1 /arch | |
parent | f8bec75acdadd3a6597fe0acb5c3161b71cc2ea0 (diff) | |
download | linux-3.10-e3fb3f27a7600982478e1ec415bf265c744d2ae4.tar.gz linux-3.10-e3fb3f27a7600982478e1ec415bf265c744d2ae4.tar.bz2 linux-3.10-e3fb3f27a7600982478e1ec415bf265c744d2ae4.zip |
MIPS: Octeon: Cleanup Kconfig IRQ_CPU* symbols.
Octeon doesn't use IRQ_CPU, so don't select it.
IRQ_CPU_OCTEON is a completely unused symbol, remove it completely.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2086/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8e256cc5dcd..351c80fbba7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -997,9 +997,6 @@ config IRQ_GT641XX config IRQ_GIC bool -config IRQ_CPU_OCTEON - bool - config MIPS_BOARDS_GEN bool @@ -1359,8 +1356,6 @@ config CPU_SB1 config CPU_CAVIUM_OCTEON bool "Cavium Octeon processor" depends on SYS_HAS_CPU_CAVIUM_OCTEON - select IRQ_CPU - select IRQ_CPU_OCTEON select CPU_HAS_PREFETCH select CPU_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_SMP |