Kconfig 749 字节
Newer Older
1 2 3 4
if ARCH_MXS

source "arch/arm/mach-mxs/devices/Kconfig"

S
Shawn Guo 已提交
5 6 7
config MXS_OCOTP
	bool

8 9 10 11 12 13 14 15 16 17 18 19 20
config SOC_IMX23
	bool
	select CPU_ARM926T

config SOC_IMX28
	bool
	select CPU_ARM926T

comment "MXS platforms:"

config MACH_MX23EVK
	bool "Support MX23EVK Platform"
	select SOC_IMX23
21
	select MXS_HAVE_AMBA_DUART
S
Shawn Guo 已提交
22
	select MXS_HAVE_PLATFORM_AUART
23 24 25 26 27 28 29 30
	default y
	help
	  Include support for MX23EVK platform. This includes specific
	  configurations for the board and its peripherals.

config MACH_MX28EVK
	bool "Support MX28EVK Platform"
	select SOC_IMX28
31
	select MXS_HAVE_AMBA_DUART
32
	select MXS_HAVE_PLATFORM_FEC
S
Shawn Guo 已提交
33
	select MXS_OCOTP
34 35 36 37 38 39
	default y
	help
	  Include support for MX28EVK platform. This includes specific
	  configurations for the board and its peripherals.

endif