aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-npcm/npcm7xx/Kconfig
blob: 237e7ba7e503ed31d0183db549b1f872b187c29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if ARCH_NPCM7xx

config SYS_CPU
        default "armv7"

config SYS_SOC
	default "npcm7xx"

config TARGET_POLEG
	bool "NPCM POLEG board"
	help
	  poleg EVB is Nuvoton evaluation board for NPCM750 SoC,
	  supports general functions of Basebase Management
	  Controller(BMC).

config SYS_MEM_TOP_HIDE
	hex "Reserved TOP memory"
	default 0x03000000

source "board/nuvoton/poleg_evb/Kconfig"

endif