summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx8/Kconfig
blob: 0d3a87cd74435b17ad50267a5a69ea02c12b756b (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_IMX8

config IMX8
	bool

config IMX8QXP
	select IMX8
	bool

config SYS_SOC
	default "imx8"

choice
	prompt "i.MX8 board select"
	optional

config TARGET_IMX8QXP_MEK
	bool "Support i.MX8QXP MEK board"
	select BOARD_LATE_INIT
	select IMX8QXP

endchoice

source "board/freescale/imx8qxp_mek/Kconfig"

endif