diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:54 +0000 |
commit | 8d8017f9796ed12ac1212ed663582f0678c44611 (patch) | |
tree | 54c4475cfb0bc0296c913e7babbd0d30c0df57ae /target/linux/lantiq/xway/config-default | |
parent | bb51a39fa794e0df497a3d12da1e5493cb4ae8df (diff) | |
download | upstream-8d8017f9796ed12ac1212ed663582f0678c44611.tar.gz upstream-8d8017f9796ed12ac1212ed663582f0678c44611.tar.bz2 upstream-8d8017f9796ed12ac1212ed663582f0678c44611.zip |
lantiq: BT Home Hub 2B support - board support
Board support patch for BT Home Hub 2B
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40370 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/config-default')
-rw-r--r-- | target/linux/lantiq/xway/config-default | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index 7000fae668..9d7118409c 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -15,7 +15,13 @@ CONFIG_IRQ_WORK=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_M25PXX_USE_FAST_READ=y CONFIG_MTD_M25P80=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_ECC=y +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_SPLIT_UIMAGE_FW=y CONFIG_NLS=y # CONFIG_PROC_DEVICETREE is not set # CONFIG_RCU_STALL_COMMON is not set |