Kconfig (8c1b724ddb218f221612d4c649bc9c7819d8d7a6) | Kconfig (86aeee4d0a4cc5f7a28fe209444887b93a9a47ca) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config ARM 3 bool 4 default y 5 select ARCH_32BIT_OFF_T 6 select ARCH_HAS_BINFMT_FLAT 7 select ARCH_HAS_DEBUG_VIRTUAL if MMU 8 select ARCH_HAS_DEVMEM_IS_ALLOWED --- 684 unchanged lines hidden (view full) --- 693 694source "arch/arm/mach-pxa/Kconfig" 695source "arch/arm/plat-pxa/Kconfig" 696 697source "arch/arm/mach-qcom/Kconfig" 698 699source "arch/arm/mach-rda/Kconfig" 700 | 1# SPDX-License-Identifier: GPL-2.0 2config ARM 3 bool 4 default y 5 select ARCH_32BIT_OFF_T 6 select ARCH_HAS_BINFMT_FLAT 7 select ARCH_HAS_DEBUG_VIRTUAL if MMU 8 select ARCH_HAS_DEVMEM_IS_ALLOWED --- 684 unchanged lines hidden (view full) --- 693 694source "arch/arm/mach-pxa/Kconfig" 695source "arch/arm/plat-pxa/Kconfig" 696 697source "arch/arm/mach-qcom/Kconfig" 698 699source "arch/arm/mach-rda/Kconfig" 700 |
701source "arch/arm/mach-realtek/Kconfig" 702 |
|
701source "arch/arm/mach-realview/Kconfig" 702 703source "arch/arm/mach-rockchip/Kconfig" 704 705source "arch/arm/mach-s3c24xx/Kconfig" 706 707source "arch/arm/mach-s3c64xx/Kconfig" 708 --- 1384 unchanged lines hidden --- | 703source "arch/arm/mach-realview/Kconfig" 704 705source "arch/arm/mach-rockchip/Kconfig" 706 707source "arch/arm/mach-s3c24xx/Kconfig" 708 709source "arch/arm/mach-s3c64xx/Kconfig" 710 --- 1384 unchanged lines hidden --- |