revert [9788], the ADM5120 datasheet v1.16 contains bad values
[oweals/openwrt.git] / target / linux / adm5120 / patches-2.6.23 / 120-rb153_cf_driver.patch
1 --- linux-2.6.23.9/drivers/ata/Makefile.orig    2007-11-26 18:51:43.000000000 +0100
2 +++ linux-2.6.23.9/drivers/ata/Makefile 2007-12-08 18:15:07.000000000 +0100
3 @@ -63,6 +63,7 @@
4  obj-$(CONFIG_PATA_SCC)         += pata_scc.o
5  obj-$(CONFIG_PATA_PLATFORM)    += pata_platform.o
6  obj-$(CONFIG_PATA_ICSIDE)      += pata_icside.o
7 +obj-$(CONFIG_PATA_RB153_CF)    += pata_rb153_cf.o
8  # Should be last but one libata driver
9  obj-$(CONFIG_ATA_GENERIC)      += ata_generic.o
10  # Should be last libata driver
11 --- linux-2.6.23.9/drivers/ata/Kconfig.orig     2007-11-26 18:51:43.000000000 +0100
12 +++ linux-2.6.23.9/drivers/ata/Kconfig  2007-12-08 18:16:43.000000000 +0100
13 @@ -596,4 +596,13 @@
14  
15           If unsure, say N.
16  
17 +config PATA_RB153_CF
18 +       tristate "RouterBOARD 153 Compact Flash support"
19 +       depends on MIPS_ADM5120
20 +       help
21 +         This option enables support for a Compact Flash connected on
22 +         the RouterBOARD 153.
23 +
24 +         If unsure, say N.
25 +
26  endif # ATA