Kconfig 1.5 KB
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
config SOC_IMX23
	bool
	select CPU_ARM926T
11
	select HAVE_PWM
12 13 14 15

config SOC_IMX28
	bool
	select CPU_ARM926T
16
	select HAVE_PWM
17 18 19

comment "MXS platforms:"

W
Wolfram Sang 已提交
20 21 22 23 24 25 26 27 28 29
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.

30 31 32
config MACH_MX23EVK
	bool "Support MX23EVK Platform"
	select SOC_IMX23
33
	select MXS_HAVE_AMBA_DUART
S
Shawn Guo 已提交
34
	select MXS_HAVE_PLATFORM_AUART
S
Shawn Guo 已提交
35
	select MXS_HAVE_PLATFORM_MXS_MMC
36
	select MXS_HAVE_PLATFORM_MXSFB
37 38 39 40 41 42 43
	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
44
	select MXS_HAVE_AMBA_DUART
S
Shawn Guo 已提交
45
	select MXS_HAVE_PLATFORM_AUART
46
	select MXS_HAVE_PLATFORM_FEC
47
	select MXS_HAVE_PLATFORM_FLEXCAN
S
Shawn Guo 已提交
48
	select MXS_HAVE_PLATFORM_MXS_MMC
49
	select MXS_HAVE_PLATFORM_MXSFB
S
Shawn Guo 已提交
50
	select MXS_OCOTP
51 52 53 54
	help
	  Include support for MX28EVK platform. This includes specific
	  configurations for the board and its peripherals.

55 56 57
config MODULE_TX28
	bool
	select SOC_IMX28
58
	select LEDS_GPIO_REGISTER
59 60 61
	select MXS_HAVE_AMBA_DUART
	select MXS_HAVE_PLATFORM_AUART
	select MXS_HAVE_PLATFORM_FEC
62
	select MXS_HAVE_PLATFORM_MXS_I2C
63 64 65 66 67 68
	select MXS_HAVE_PLATFORM_MXS_PWM

config MACH_TX28
	bool "Ka-Ro TX28 module"
	select MODULE_TX28

69
endif