summaryrefslogtreecommitdiff
path: root/arch/arm/mach-npcm/Kconfig
blob: cf5043d6b82189dee21add9875940275392fb9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
if ARCH_NPCM

config SYS_ARCH
	default "arm"

config SYS_TEXT_BASE
	default 0x8000

choice
	prompt "Nuvoton SoC select"
	default ARCH_NPCM7xx

config ARCH_NPCM7xx
	bool "Support Nuvoton NPCM7xx SoC"
	select CPU_V7A
	select OF_CONTROL
	select DM
	help
	  General support for NPCM7xx BMC (Poleg).
	  Nuvoton NPCM7xx BMC is based on the Cortex A9.

endchoice

source "arch/arm/mach-npcm/npcm7xx/Kconfig"

endif