diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:50 +0000 |
commit | bb51a39fa794e0df497a3d12da1e5493cb4ae8df (patch) | |
tree | 31bbd57efd903ce3beecf75966dbbe4cb39f0b90 /target/linux/lantiq/config-default | |
parent | 3d1da2bc3f1c0500676a1f8fbc2a2bc27de1de67 (diff) | |
download | upstream-bb51a39fa794e0df497a3d12da1e5493cb4ae8df.tar.gz upstream-bb51a39fa794e0df497a3d12da1e5493cb4ae8df.tar.bz2 upstream-bb51a39fa794e0df497a3d12da1e5493cb4ae8df.zip |
lantiq: BT Home Hub 2B support - jedec probe
Lantiq nor patch. Adds support for jedec probing if cfi
probing fails.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40369 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/config-default')
-rw-r--r-- | target/linux/lantiq/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default index 1efab8b24a..c8e9d8521f 100644 --- a/target/linux/lantiq/config-default +++ b/target/linux/lantiq/config-default @@ -100,6 +100,7 @@ CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_CFI_ADV_OPTIONS=y CONFIG_MTD_CFI_GEOMETRY=y CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_JEDECPROBE=y CONFIG_MTD_LANTIQ=y # CONFIG_MTD_NAND_XWAY is not set CONFIG_MTD_OF_PARTS=y |