diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-07 00:49:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-07 00:49:05 +0000 |
commit | a20a9b776f129641a225891fbb9b8320faa0ca68 (patch) | |
tree | d8a1b4694a06762a579a2f1159bef0a2a2d8abad /target/linux/rdc/patches-2.6.28/008-r8610_flash_map.patch | |
parent | e2274f0509ee24e4e937a55e45b3d988c27b0689 (diff) | |
download | upstream-a20a9b776f129641a225891fbb9b8320faa0ca68.tar.gz upstream-a20a9b776f129641a225891fbb9b8320faa0ca68.tar.bz2 upstream-a20a9b776f129641a225891fbb9b8320faa0ca68.zip |
add better support for the RDC R8610 evaluation board: ide, rtc, super I/O
SVN-Revision: 15651
Diffstat (limited to 'target/linux/rdc/patches-2.6.28/008-r8610_flash_map.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.28/008-r8610_flash_map.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.28/008-r8610_flash_map.patch b/target/linux/rdc/patches-2.6.28/008-r8610_flash_map.patch new file mode 100644 index 0000000000..a969ec56a8 --- /dev/null +++ b/target/linux/rdc/patches-2.6.28/008-r8610_flash_map.patch @@ -0,0 +1,25 @@ +--- a/drivers/mtd/maps/Kconfig 2009-05-07 00:51:33.000000000 +0200 ++++ b/drivers/mtd/maps/Kconfig 2009-05-07 01:08:25.000000000 +0200 +@@ -156,6 +156,12 @@ + Number of bytes addressed on the RDC-3210 flash device before + addressing the same chip again + ++config MTD_R8610 ++ tristate "CFI flash device mapped on R8610" ++ depends on X86 && MTD_CFI && MTD_PARTITIONS ++ help ++ Flash support for the RDC R8610 evaluation board. ++ + config MTD_SC520CDP + tristate "CFI Flash device mapped on AMD SC520 CDP" + depends on X86 && MTD_CFI && MTD_CONCAT +--- a/drivers/mtd/maps/Makefile 2009-05-07 00:51:33.000000000 +0200 ++++ b/drivers/mtd/maps/Makefile 2009-05-07 01:07:28.000000000 +0200 +@@ -28,6 +28,7 @@ + obj-$(CONFIG_MTD_PMC_MSP_RAMROOT)+= pmcmsp-ramroot.o + obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o + obj-$(CONFIG_MTD_RDC3210) += rdc3210.o ++obj-$(CONFIG_MTD_R8610) += r8610.o + obj-$(CONFIG_MTD_RPXLITE) += rpxlite.o + obj-$(CONFIG_MTD_TQM8XXL) += tqm8xxl.o + obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o |