2010-12-13 15:55:03 +03:00
if ARCH_MXS
source "arch/arm/mach-mxs/devices/Kconfig"
2011-01-14 18:11:23 +03:00
config MXS_OCOTP
bool
2010-12-13 15:55:03 +03:00
config SOC_IMX23
bool
select CPU_ARM926T
2011-01-25 13:58:15 +03:00
select HAVE_PWM
2010-12-13 15:55:03 +03:00
config SOC_IMX28
bool
select CPU_ARM926T
2011-01-25 13:58:15 +03:00
select HAVE_PWM
2010-12-13 15:55:03 +03:00
comment "MXS platforms:"
2011-04-29 17:06:39 +04:00
config MACH_STMP378X_DEVB
bool "Support STMP378x_devb Platform"
select SOC_IMX23
select MXS_HAVE_AMBA_DUART
select MXS_HAVE_PLATFORM_AUART
select MXS_HAVE_PLATFORM_MXS_MMC
help
Include support for STMP378x-devb platform. This includes specific
configurations for the board and its peripherals.
2010-12-13 15:55:03 +03:00
config MACH_MX23EVK
bool "Support MX23EVK Platform"
select SOC_IMX23
2011-01-04 09:20:52 +03:00
select MXS_HAVE_AMBA_DUART
2011-02-17 09:28:51 +03:00
select MXS_HAVE_PLATFORM_AUART
2011-02-22 11:49:19 +03:00
select MXS_HAVE_PLATFORM_MXS_MMC
2011-03-05 19:40:22 +03:00
select MXS_HAVE_PLATFORM_MXSFB
2010-12-13 15:55:03 +03:00
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-05-31 13:07:03 +04:00
select LEDS_GPIO_REGISTER
2011-01-04 09:20:52 +03:00
select MXS_HAVE_AMBA_DUART
2011-02-17 09:28:52 +03:00
select MXS_HAVE_PLATFORM_AUART
2010-12-13 15:55:03 +03:00
select MXS_HAVE_PLATFORM_FEC
2011-03-03 17:13:38 +03:00
select MXS_HAVE_PLATFORM_FLEXCAN
2011-02-22 11:50:24 +03:00
select MXS_HAVE_PLATFORM_MXS_MMC
2011-03-08 13:51:10 +03:00
select MXS_HAVE_PLATFORM_MXSFB
2011-01-14 18:11:23 +03:00
select MXS_OCOTP
2010-12-13 15:55:03 +03:00
help
Include support for MX28EVK platform. This includes specific
configurations for the board and its peripherals.
2010-12-10 18:22:47 +03:00
config MODULE_TX28
bool
select SOC_IMX28
2011-05-28 23:05:03 +04:00
select LEDS_GPIO_REGISTER
2010-12-10 18:22:47 +03:00
select MXS_HAVE_AMBA_DUART
select MXS_HAVE_PLATFORM_AUART
select MXS_HAVE_PLATFORM_FEC
2011-02-28 19:40:05 +03:00
select MXS_HAVE_PLATFORM_MXS_I2C
2011-07-01 18:54:01 +04:00
select MXS_HAVE_PLATFORM_MXS_MMC
2010-12-10 18:22:47 +03:00
select MXS_HAVE_PLATFORM_MXS_PWM
config MACH_TX28
bool "Ka-Ro TX28 module"
select MODULE_TX28
2010-12-13 15:55:03 +03:00
endif