MIPS: SEAD-3: Only include in 32 bit kernels by default
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Aug 2017 23:01:13 +0000 (16:01 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Aug 2017 22:57:28 +0000 (00:57 +0200)
commitc7a1d3d8ad330650e939d73b6dd71f2bcdfc1e56
treed9a11c8cdc0868e526e77ec987efce4a41e97127
parent27e0d4b0510700108341c50661f78a10969648df
MIPS: SEAD-3: Only include in 32 bit kernels by default

The MIPS SEAD-3 development board has only ever been used with 32 bit
CPUs, so including support for it in 64 bit kernels is wasteful since
those kernels will never run on a SEAD-3.

Specify a requirement in the SEAD-3 board config fragment that ensures
the board support is only included in 32 bit kernels, by checking that
CONFIG_32BIT=y.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16944/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/configs/generic/board-sead-3.config