diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 09:15:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 09:15:54 +0000 |
commit | 07eb49b7e0f02008f005ce2719bded2604514dac (patch) | |
tree | 312e3e903ce774d8a7c5cde44dff7c0a6fcda6af /target/linux/lantiq/xrx200/config-default | |
parent | 82da5ca24860694ef0526d6d4fc3a621f9e1a2d7 (diff) | |
download | upstream-07eb49b7e0f02008f005ce2719bded2604514dac.tar.gz upstream-07eb49b7e0f02008f005ce2719bded2604514dac.tar.bz2 upstream-07eb49b7e0f02008f005ce2719bded2604514dac.zip |
lantiq: xrx200: add ubi support in the kernel
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40314
Diffstat (limited to 'target/linux/lantiq/xrx200/config-default')
-rw-r--r-- | target/linux/lantiq/xrx200/config-default | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index 64f9c9f3b6..4d25f21f14 100644 --- a/target/linux/lantiq/xrx200/config-default +++ b/target/linux/lantiq/xrx200/config-default @@ -1,6 +1,9 @@ CONFIG_ADM6996_PHY=y CONFIG_AR8216_PHY=y CONFIG_CLONE_BACKWARDS=y +CONFIG_CRC16=y +CONFIG_CRYPTO_DEFLATE=y +CONFIG_CRYPTO_LZO=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_GPIO_DEVRES=y # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set @@ -13,6 +16,8 @@ CONFIG_IRQCHIP=y CONFIG_IRQ_WORK=y # CONFIG_ISDN is not set CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y CONFIG_M25PXX_USE_FAST_READ=y CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y @@ -21,6 +26,11 @@ CONFIG_MTD_NAND_PLATFORM=y CONFIG_MTD_NAND_XWAY=y # CONFIG_MTD_PHYSMAP_OF is not set # CONFIG_MTD_SM_COMMON is not set +CONFIG_MTD_UBI=y +CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_FASTMAP is not set +# CONFIG_MTD_UBI_GLUEBI is not set +CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_NLS=y CONFIG_PCIE_LANTIQ=y # CONFIG_PCI_LANTIQ is not set @@ -35,9 +45,16 @@ CONFIG_SPI_BITBANG=y CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y CONFIG_SPI_XWAY=y +CONFIG_UBIFS_FS=y +CONFIG_UBIFS_FS_ADVANCED_COMPR=y +CONFIG_UBIFS_FS_LZO=y +# CONFIG_UBIFS_FS_XZ is not set +CONFIG_UBIFS_FS_ZLIB=y CONFIG_USB=y CONFIG_USB_COMMON=y # CONFIG_USB_EHCI_HCD is not set CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set CONFIG_XRX200_PHY_FW=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_ZLIB_INFLATE=y |