diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-28 10:56:28 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-28 10:56:28 +0000 |
commit | 23e474a920c887df2121e17f2655b8788370e739 (patch) | |
tree | 49e4e9017d97258a687e3438df11f27e778724d6 /target/linux | |
parent | 1e8820b752b4aff8181537b0821553db880daf95 (diff) |
ramips: rt305x: enable M25P80 driver
Based on a patch by Sergiy <piratfm@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27811 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.39 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.39 b/target/linux/ramips/rt305x/config-2.6.39 index ae6d3dca7..97cdd7c17 100644 --- a/target/linux/ramips/rt305x/config-2.6.39 +++ b/target/linux/ramips/rt305x/config-2.6.39 @@ -65,6 +65,7 @@ CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y # CONFIG_LEDS_GPIO is not set +CONFIG_M25PXX_USE_FAST_READ=y CONFIG_MACH_NO_WESTBRIDGE=y # CONFIG_MII is not set # CONFIG_MINIX_FS_NATIVE_ENDIAN is not set @@ -76,6 +77,7 @@ CONFIG_MIPS_RALINK=y CONFIG_MIPS_RAMIPS_NET=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_M25P80=y CONFIG_MTD_PHYSMAP=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y |