summaryrefslogtreecommitdiff
path: root/arch/arm/mach-apple/Kconfig
blob: 66cab91b2a3870850e7d41e50c0e1ffb09d46d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

endif