/
usr
/
src
/
linux-headers-5.15.0-190
/
arch
/
arm
/
/usr/src/linux-headers-5.15.0-190/arch/arm
mkdir
upload
Name
Size
Mode
Actions
boot/
-
0755
rm
common/
-
0755
rm
crypto/
-
0755
rm
include/
-
0755
rm
kernel/
-
0755
rm
lib/
-
0755
rm
mach-actions/
-
0755
rm
mach-alpine/
-
0755
rm
mach-artpec/
-
0755
rm
mach-asm9260/
-
0755
rm
mach-aspeed/
-
0755
rm
mach-at91/
-
0755
rm
mach-axxia/
-
0755
rm
mach-bcm/
-
0755
rm
mach-berlin/
-
0755
rm
mach-clps711x/
-
0755
rm
mach-cns3xxx/
-
0755
rm
mach-davinci/
-
0755
rm
mach-digicolor/
-
0755
rm
mach-dove/
-
0755
rm
mach-ep93xx/
-
0755
rm
mach-exynos/
-
0755
rm
mach-footbridge/
-
0755
rm
mach-gemini/
-
0755
rm
mach-highbank/
-
0755
rm
mach-hisi/
-
0755
rm
mach-imx/
-
0755
rm
mach-integrator/
-
0755
rm
mach-iop32x/
-
0755
rm
mach-ixp4xx/
-
0755
rm
mach-keystone/
-
0755
rm
mach-lpc18xx/
-
0755
rm
mach-lpc32xx/
-
0755
rm
mach-mediatek/
-
0755
rm
mach-meson/
-
0755
rm
mach-milbeaut/
-
0755
rm
mach-mmp/
-
0755
rm
mach-moxart/
-
0755
rm
mach-mstar/
-
0755
rm
mach-mv78xx0/
-
0755
rm
mach-mvebu/
-
0755
rm
mach-mxs/
-
0755
rm
mach-nomadik/
-
0755
rm
mach-npcm/
-
0755
rm
mach-nspire/
-
0755
rm
mach-omap1/
-
0755
rm
mach-omap2/
-
0755
rm
mach-orion5x/
-
0755
rm
mach-oxnas/
-
0755
rm
mach-pxa/
-
0755
rm
mach-qcom/
-
0755
rm
mach-rda/
-
0755
rm
mach-realtek/
-
0755
rm
mach-realview/
-
0755
rm
mach-rockchip/
-
0755
rm
mach-rpc/
-
0755
rm
mach-s3c/
-
0755
rm
mach-s5pv210/
-
0755
rm
mach-sa1100/
-
0755
rm
mach-shmobile/
-
0755
rm
mach-socfpga/
-
0755
rm
mach-spear/
-
0755
rm
mach-sti/
-
0755
rm
mach-stm32/
-
0755
rm
mach-sunxi/
-
0755
rm
mach-tegra/
-
0755
rm
mach-uniphier/
-
0755
rm
mach-ux500/
-
0755
rm
mach-versatile/
-
0755
rm
mach-vexpress/
-
0755
rm
mach-vt8500/
-
0755
rm
mach-zynq/
-
0755
rm
mm/
-
0755
rm
net/
-
0755
rm
nwfpe/
-
0755
rm
plat-omap/
-
0755
rm
plat-orion/
-
0755
rm
plat-pxa/
-
0755
rm
plat-versatile/
-
0755
rm
probes/
-
0755
rm
tools/
-
0755
rm
vdso/
-
0755
rm
vfp/
-
0755
rm
xen/
-
0755
rm
Kbuild
386
0644
edit
dl
rm
Kconfig
63687
0644
edit
dl
rm
Kconfig-nommu
2097
0644
edit
dl
rm
Kconfig.assembler
188
0644
edit
dl
rm
Kconfig.debug
65613
0644
edit
dl
rm
Makefile
12018
0644
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-190/arch/arm/Kconfig-nommu
(2097B)
# SPDX-License-Identifier: GPL-2.0 # # Kconfig for uClinux(non-paged MM) depend configurations # Hyok S. Choi <hyok.choi@samsung.com> # config SET_MEM_PARAM bool "Set flash/sdram size and base addr" help Say Y to manually set the base addresses and sizes. otherwise, the default values are assigned. config DRAM_BASE hex '(S)DRAM Base Address' if SET_MEM_PARAM default 0x00800000 config DRAM_SIZE hex '(S)DRAM SIZE' if SET_MEM_PARAM default 0x00800000 config FLASH_MEM_BASE hex 'FLASH Base Address' if SET_MEM_PARAM depends on CPU_ARM740T || CPU_ARM946E || CPU_ARM940T default 0x00400000 config FLASH_SIZE hex 'FLASH Size' if SET_MEM_PARAM depends on CPU_ARM740T || CPU_ARM946E || CPU_ARM940T default 0x00400000 config PROCESSOR_ID hex 'Hard wire the processor ID' default 0x00007700 depends on !(CPU_CP15 || CPU_V7M) help If processor has no CP15 register, this processor ID is used instead of the auto-probing which utilizes the register. config REMAP_VECTORS_TO_RAM bool 'Install vectors to the beginning of RAM' help The kernel needs to change the hardware exception vectors. In nommu mode, the hardware exception vectors are normally placed at address 0x00000000. However, this region may be occupied by read-only memory depending on H/W design. If the region contains read-write memory, say 'n' here. If your CPU provides a remap facility which allows the exception vectors to be mapped to writable memory, say 'n' here. Otherwise, say 'y' here. In this case, the kernel will require external support to redirect the hardware exception vectors to the writable versions located at DRAM_BASE. config ARM_MPU bool 'Use the ARM v7 PMSA Compliant MPU' depends on CPU_V7 || CPU_V7M default y if CPU_V7 help Some ARM systems without an MMU have instead a Memory Protection Unit (MPU) that defines the type and permissions for regions of memory. If your CPU has an MPU then you should choose 'y' here unless you know that you do not want to use the MPU.
Save
cmd:
run