xref: /openbmc/linux/arch/arm/mach-mxs/Kconfig (revision acc9cdca)
1if ARCH_MXS
2
3source "arch/arm/mach-mxs/devices/Kconfig"
4
5config MXS_OCOTP
6	bool
7
8config SOC_IMX23
9	bool
10	select CPU_ARM926T
11	select HAVE_PWM
12
13config SOC_IMX28
14	bool
15	select CPU_ARM926T
16	select HAVE_PWM
17
18comment "MXS platforms:"
19
20config MACH_MX23EVK
21	bool "Support MX23EVK Platform"
22	select SOC_IMX23
23	select MXS_HAVE_AMBA_DUART
24	select MXS_HAVE_PLATFORM_AUART
25	select MXS_HAVE_PLATFORM_MXSFB
26	default y
27	help
28	  Include support for MX23EVK platform. This includes specific
29	  configurations for the board and its peripherals.
30
31config MACH_MX28EVK
32	bool "Support MX28EVK Platform"
33	select SOC_IMX28
34	select MXS_HAVE_AMBA_DUART
35	select MXS_HAVE_PLATFORM_AUART
36	select MXS_HAVE_PLATFORM_FEC
37	select MXS_HAVE_PLATFORM_FLEXCAN
38	select MXS_OCOTP
39	default y
40	help
41	  Include support for MX28EVK platform. This includes specific
42	  configurations for the board and its peripherals.
43
44config MODULE_TX28
45	bool
46	select SOC_IMX28
47	select MXS_HAVE_AMBA_DUART
48	select MXS_HAVE_PLATFORM_AUART
49	select MXS_HAVE_PLATFORM_FEC
50	select MXS_HAVE_PLATFORM_MXS_I2C
51	select MXS_HAVE_PLATFORM_MXS_PWM
52
53config MACH_TX28
54	bool "Ka-Ro TX28 module"
55	select MODULE_TX28
56
57endif
58