diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-11-11 06:37:40 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:04:55 -0500 |
commit | c3c8cfb979d1a3c514d6ef88204f05dcbd1934df (patch) | |
tree | fe6bdc9e9f13ad6d801bf86e32ef76f2acf35622 /arch/mips/Kconfig | |
parent | faabeb9e57d665154fbc423e6e02bc16d6384d8e (diff) |
MIPS: Netlogic: Use CPU_XLR instead of NLM_XLR
The CPU_XLR config variable is sufficient for XLR compilation, the
variable NLM_XLR can be removed.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2962/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 04ac89c6ab68..58515fdf223e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -761,7 +761,6 @@ config NLM_XLR_BOARD | |||
761 | depends on EXPERIMENTAL | 761 | depends on EXPERIMENTAL |
762 | select BOOT_ELF32 | 762 | select BOOT_ELF32 |
763 | select NLM_COMMON | 763 | select NLM_COMMON |
764 | select NLM_XLR | ||
765 | select SYS_HAS_CPU_XLR | 764 | select SYS_HAS_CPU_XLR |
766 | select SYS_SUPPORTS_SMP | 765 | select SYS_SUPPORTS_SMP |
767 | select HW_HAS_PCI | 766 | select HW_HAS_PCI |