1config MXS_HAVE_AMBA_DUART
2	bool
3	select ARM_AMBA
4
5config MXS_HAVE_PLATFORM_AUART
6	bool
7
8config MXS_HAVE_PLATFORM_FEC
9	bool
10
11config MXS_HAVE_PLATFORM_FLEXCAN
12	select HAVE_CAN_FLEXCAN if CAN
13	bool
14
15config MXS_HAVE_PLATFORM_GPMI_NAND
16	bool
17
18config MXS_HAVE_PLATFORM_MXS_I2C
19	bool
20
21config MXS_HAVE_PLATFORM_MXS_MMC
22	bool
23
24config MXS_HAVE_PLATFORM_MXS_PWM
25	bool
26
27config MXS_HAVE_PLATFORM_MXSFB
28	bool
29
30config MXS_HAVE_PLATFORM_MXS_SAIF
31	bool
32
33config MXS_HAVE_PLATFORM_RTC_STMP3XXX
34	bool
35