1menu "MX3 Options" 2 depends on ARCH_MX3 3 4config MACH_MX31ADS 5 bool "Support MX31ADS platforms" 6 default y 7 help 8 Include support for MX31ADS platform. This includes specific 9 configurations for the board and its peripherals. 10 11config MACH_PCM037 12 bool "Support Phytec pcm037 platforms" 13 help 14 Include support for Phytec pcm037 platform. This includes 15 specific configurations for the board and its peripherals. 16 17config MACH_MX31LITE 18 bool "Support MX31 LITEKIT (LogicPD)" 19 default n 20 help 21 Include support for MX31 LITEKIT platform. This includes specific 22 configurations for the board and its peripherals. 23 24config MACH_MX31_3DS 25 bool "Support MX31PDK (3DS)" 26 default n 27 help 28 Include support for MX31PDK (3DS) platform. This includes specific 29 configurations for the board and its peripherals. 30 31config MACH_MX31MOBOARD 32 bool "Support mx31moboard platforms (EPFL Mobots group)" 33 default n 34 help 35 Include support for mx31moboard platform. This includes specific 36 configurations for the board and its peripherals. 37 38endmenu 39 40