NAND core changes: - Support having the bad block markers in either the first, second or last page of a block. The combination of all three location is now possible. - Constification of NAND_OP_PARSER(_PATTERN) elements. - Generic NAND DT bindings changed to yaml format (can be used to check the proposed bindings. First platform to be fully supported: sunxi. - Stopped using several legacy hooks. - Preparation to use the generic NAND layer with the addition of several helpers and the removal of the struct nand_chip from generic functions. - Kconfig cleanup to prepare the introduction of external ECC engines support. - Fallthrough comments. - Introduction of the SPI-mem dirmap API for SPI-NAND devices. Raw NAND controller drivers changes: - nandsim: * Switch to ->exec-op(). - meson: * Misc cleanups and fixes. * New OOB layout. - Sunxi: * A23/A33 NAND DMA support. - Ingenic: * Full reorganization and cleanup. * Clear separation between NAND controller and ECC engine. * Support JZ4740 an JZ4725B. - Denali: * Clear controller/chip separation. * ->exec_op() migration. * Various cleanups. - fsl_elbc: * Enable software ECC support. - Atmel: * Sam9x60 support. - GPMI: * Introduce the GPMI_IS_MXS() macro. - Various trivial/spelling/coding style fixes.
52 lines
901 B
Plaintext
52 lines
901 B
Plaintext
# require CONFIG_CPU_MIPS32_R2=y
|
|
|
|
CONFIG_LEGACY_BOARD_OCELOT=y
|
|
CONFIG_FIT_IMAGE_FDT_OCELOT=y
|
|
|
|
CONFIG_BRIDGE=y
|
|
CONFIG_GENERIC_PHY=y
|
|
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_CMDLINE_PARTS=y
|
|
CONFIG_MTD_BLOCK=y
|
|
CONFIG_MTD_M25P80=y
|
|
CONFIG_MTD_RAW_NAND=y
|
|
CONFIG_MTD_NAND_PLATFORM=y
|
|
CONFIG_MTD_SPI_NOR=y
|
|
CONFIG_MTD_UBI=y
|
|
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
CONFIG_BLK_DEV_RAM=y
|
|
|
|
CONFIG_SERIAL_8250=y
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_SERIAL_OF_PLATFORM=y
|
|
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_NET_SWITCHDEV=y
|
|
CONFIG_NET_DSA=y
|
|
CONFIG_MSCC_OCELOT_SWITCH=y
|
|
CONFIG_MSCC_OCELOT_SWITCH_OCELOT=y
|
|
CONFIG_MDIO_MSCC_MIIM=y
|
|
CONFIG_MICROSEMI_PHY=y
|
|
|
|
CONFIG_I2C=y
|
|
CONFIG_I2C_CHARDEV=y
|
|
CONFIG_I2C_MUX=y
|
|
CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
|
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_BITBANG=y
|
|
CONFIG_SPI_DESIGNWARE=y
|
|
CONFIG_SPI_DW_MMIO=y
|
|
CONFIG_SPI_SPIDEV=y
|
|
|
|
CONFIG_PINCTRL_OCELOT=y
|
|
|
|
CONFIG_GPIO_SYSFS=y
|
|
|
|
CONFIG_POWER_RESET=y
|
|
CONFIG_POWER_RESET_OCELOT_RESET=y
|
|
|
|
CONFIG_MAGIC_SYSRQ=y
|