diff options
author | John Crispin <john@openwrt.org> | 2014-04-03 14:26:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-03 14:26:54 +0000 |
commit | 709cab91d217a3ba31629b312a28cd6daef77319 (patch) | |
tree | 05119562d83e4678b8ffcd59e60c8f7637ade9ec /target/linux/lantiq/xway/config-default | |
parent | 469b8297fab3a589da4e598cb915e75dfd87dcba (diff) | |
download | upstream-709cab91d217a3ba31629b312a28cd6daef77319.tar.gz upstream-709cab91d217a3ba31629b312a28cd6daef77319.tar.bz2 upstream-709cab91d217a3ba31629b312a28cd6daef77319.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>
SVN-Revision: 40370
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 |