[adm5120] switch to 2.6.25.7
[15.05/openwrt.git] / target / linux / adm5120 / patches / 120-rb153_cf_driver.patch
1 --- a/drivers/ata/Makefile
2 +++ b/drivers/ata/Makefile
3 @@ -71,6 +71,7 @@
4  obj-$(CONFIG_PATA_PLATFORM)    += pata_platform.o
5  obj-$(CONFIG_PATA_OF_PLATFORM) += pata_of_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 two libata driver
9  obj-$(CONFIG_PATA_ACPI)                += pata_acpi.o
10  # Should be last but one libata driver
11 --- a/drivers/ata/Kconfig
12 +++ b/drivers/ata/Kconfig
13 @@ -679,4 +679,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