2010-12-13 20:55:03 +08:00
|
|
|
if ARCH_MXS
|
|
|
|
|
|
|
|
source "arch/arm/mach-mxs/devices/Kconfig"
|
|
|
|
|
2011-01-14 23:11:23 +08:00
|
|
|
config MXS_OCOTP
|
|
|
|
bool
|
|
|
|
|
2010-12-13 20:55:03 +08:00
|
|
|
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
|
2011-01-04 14:20:52 +08:00
|
|
|
select MXS_HAVE_AMBA_DUART
|
2010-12-13 20:55:03 +08:00
|
|
|
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
|
2011-01-04 14:20:52 +08:00
|
|
|
select MXS_HAVE_AMBA_DUART
|
2010-12-13 20:55:03 +08:00
|
|
|
select MXS_HAVE_PLATFORM_FEC
|
2011-01-14 23:11:23 +08:00
|
|
|
select MXS_OCOTP
|
2010-12-13 20:55:03 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Include support for MX28EVK platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
endif
|