Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Burton and committed by
Ralf Baechle
c7a1d3d8 27e0d4b0

+2
+2
arch/mips/configs/generic/board-sead-3.config
··· 1 + # require CONFIG_32BIT=y 2 + 1 3 CONFIG_LEGACY_BOARD_SEAD3=y 2 4 3 5 CONFIG_AUXDISPLAY=y