···62 Include support for MX31PDK (3DS) platform. This includes specific63 configurations for the board and its peripherals.6400000000065config MACH_MX31MOBOARD66 bool "Support mx31moboard platforms (EPFL Mobots group)"67 select ARCH_MX31···104config MACH_ARMADILLO5X0105 bool "Support Atmark Armadillo-500 Development Base Board"106 select ARCH_MX310107 help108 Include support for Atmark Armadillo-500 platform. This includes109 specific configurations for the board and its peripherals.
···62 Include support for MX31PDK (3DS) platform. This includes specific63 configurations for the board and its peripherals.6465+config MACH_MX31_3DS_MXC_NAND_USE_BBT66+ bool "Make the MXC NAND driver use the in flash Bad Block Table"67+ depends on MACH_MX31_3DS68+ depends on MTD_NAND_MXC69+ help70+ Enable this if you want that the MXC NAND driver uses the in flash71+ Bad Block Table to know what blocks are bad instead of scanning the72+ entire flash looking for bad block markers.73+74config MACH_MX31MOBOARD75 bool "Support mx31moboard platforms (EPFL Mobots group)"76 select ARCH_MX31···95config MACH_ARMADILLO5X096 bool "Support Atmark Armadillo-500 Development Base Board"97 select ARCH_MX3198+ select MXC_ULPI if USB_ULPI99 help100 Include support for Atmark Armadillo-500 platform. This includes101 specific configurations for the board and its peripherals.
···8 * published by the Free Software Foundation.9 */1011-#ifndef __ASM_ARCH_MXC_BOARD_MX31PDK_H__12-#define __ASM_ARCH_MXC_BOARD_MX31PDK_H__1314/* Definitions for components on the Debug board */15···5657#define MXC_MAX_EXP_IO_LINES 165859-#endif /* __ASM_ARCH_MXC_BOARD_MX31PDK_H__ */
···8 * published by the Free Software Foundation.9 */1011+#ifndef __ASM_ARCH_MXC_BOARD_MX31_3DS_H__12+#define __ASM_ARCH_MXC_BOARD_MX31_3DS_H__1314/* Definitions for components on the Debug board */15···5657#define MXC_MAX_EXP_IO_LINES 165859+#endif /* __ASM_ARCH_MXC_BOARD_MX31_3DS_H__ */