summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ipq40xx/Kconfig
blob: 4eef80e935215d725969987a99ba3de0256d3760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if ARCH_IPQ40XX

config SYS_SOC
	default "ipq40xx"

config SYS_MALLOC_F_LEN
	default 0x2000

config SYS_TEXT_BASE
	default 0x87300000

config NR_DRAM_BANKS
	default 1

endif