summaryrefslogtreecommitdiff
path: root/arch/arm/mach-apple/Kconfig
blob: 80e8eb23079542b5da7eb3db42e9a362d0e97072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if ARCH_APPLE

config SYS_TEXT_BASE
	default 0x00000000

config SYS_CONFIG_NAME
	default "apple"

config SYS_SOC
	default "m1"

config SYS_MALLOC_LEN
	default 0x4000000

config SYS_MALLOC_F_LEN
	default 0x4000

config LNX_KRNL_IMG_TEXT_OFFSET_BASE
	default SYS_TEXT_BASE

endif