Kconfig (f0f4a753079c636d5d43a102edbde0dad1e7de51) Kconfig (a103e9b951f9094792fd0dab0a0dcd1b3408825a)
1# SPDX-License-Identifier: GPL-2.0
2config MIPS
3 bool
4 default y
5 select ARCH_32BIT_OFF_T if !64BIT
6 select ARCH_BINFMT_ELF_STATE if MIPS_FP_SUPPORT
7 select ARCH_HAS_FORTIFY_SOURCE
8 select ARCH_HAS_KCOV

--- 1020 unchanged lines hidden (view full) ---

1029
1030source "arch/mips/alchemy/Kconfig"
1031source "arch/mips/ath25/Kconfig"
1032source "arch/mips/ath79/Kconfig"
1033source "arch/mips/bcm47xx/Kconfig"
1034source "arch/mips/bcm63xx/Kconfig"
1035source "arch/mips/bmips/Kconfig"
1036source "arch/mips/generic/Kconfig"
1# SPDX-License-Identifier: GPL-2.0
2config MIPS
3 bool
4 default y
5 select ARCH_32BIT_OFF_T if !64BIT
6 select ARCH_BINFMT_ELF_STATE if MIPS_FP_SUPPORT
7 select ARCH_HAS_FORTIFY_SOURCE
8 select ARCH_HAS_KCOV

--- 1020 unchanged lines hidden (view full) ---

1029
1030source "arch/mips/alchemy/Kconfig"
1031source "arch/mips/ath25/Kconfig"
1032source "arch/mips/ath79/Kconfig"
1033source "arch/mips/bcm47xx/Kconfig"
1034source "arch/mips/bcm63xx/Kconfig"
1035source "arch/mips/bmips/Kconfig"
1036source "arch/mips/generic/Kconfig"
1037source "arch/mips/ingenic/Kconfig"
1037source "arch/mips/jazz/Kconfig"
1038source "arch/mips/jazz/Kconfig"
1038source "arch/mips/jz4740/Kconfig"
1039source "arch/mips/lantiq/Kconfig"
1040source "arch/mips/pic32/Kconfig"
1041source "arch/mips/pistachio/Kconfig"
1042source "arch/mips/ralink/Kconfig"
1043source "arch/mips/sgi-ip27/Kconfig"
1044source "arch/mips/sibyte/Kconfig"
1045source "arch/mips/txx9/Kconfig"
1046source "arch/mips/vr41xx/Kconfig"

--- 2300 unchanged lines hidden ---
1039source "arch/mips/lantiq/Kconfig"
1040source "arch/mips/pic32/Kconfig"
1041source "arch/mips/pistachio/Kconfig"
1042source "arch/mips/ralink/Kconfig"
1043source "arch/mips/sgi-ip27/Kconfig"
1044source "arch/mips/sibyte/Kconfig"
1045source "arch/mips/txx9/Kconfig"
1046source "arch/mips/vr41xx/Kconfig"

--- 2300 unchanged lines hidden ---