mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
c7a1d3d8ad
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>
35 lines
545 B
Plaintext
35 lines
545 B
Plaintext
# require CONFIG_32BIT=y
|
|
|
|
CONFIG_LEGACY_BOARD_SEAD3=y
|
|
|
|
CONFIG_AUXDISPLAY=y
|
|
CONFIG_IMG_ASCII_LCD=y
|
|
|
|
CONFIG_NEW_LEDS=y
|
|
CONFIG_LEDS_CLASS=y
|
|
CONFIG_LEDS_SYSCON=y
|
|
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_SPI=y
|
|
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_BLOCK=y
|
|
CONFIG_MTD_CFI=y
|
|
CONFIG_MTD_CFI_INTELEXT=y
|
|
CONFIG_MTD_OF_PARTS=y
|
|
CONFIG_MTD_PHYSMAP=y
|
|
CONFIG_MTD_PHYSMAP_OF=y
|
|
CONFIG_MTD_UBI=y
|
|
CONFIG_MTD_UBI_GLUEBI=y
|
|
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_SMSC911X=y
|
|
CONFIG_SMSC_PHY=y
|
|
|
|
CONFIG_SERIAL_8250=y
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_SERIAL_OF_PLATFORM=y
|
|
|
|
CONFIG_USB=y
|
|
CONFIG_USB_EHCI_HCD=y
|