b833b635aa9cc3c1d946137be0ce357fbef0c51f
[openwrt/openwrt.git] / target / linux / oxnas / patches-4.4 / 500-oxnas-sata.patch
1 --- a/drivers/ata/Kconfig
2 +++ b/drivers/ata/Kconfig
3 @@ -432,6 +432,13 @@ config SATA_VITESSE
4
5 If unsure, say N.
6
7 +config SATA_OXNAS
8 + tristate "PLXTECH NAS782X SATA support"
9 + help
10 + This option enables support for Nas782x Serial ATA controller.
11 +
12 + If unsure, say N.
13 +
14 comment "PATA SFF controllers with BMDMA"
15
16 config PATA_ALI
17 --- a/drivers/ata/Makefile
18 +++ b/drivers/ata/Makefile
19 @@ -40,6 +40,7 @@ obj-$(CONFIG_SATA_SVW) += sata_svw.o
20 obj-$(CONFIG_SATA_ULI) += sata_uli.o
21 obj-$(CONFIG_SATA_VIA) += sata_via.o
22 obj-$(CONFIG_SATA_VITESSE) += sata_vsc.o
23 +obj-$(CONFIG_SATA_OXNAS) += sata_oxnas.o
24
25 # SFF PATA w/ BMDMA
26 obj-$(CONFIG_PATA_ALI) += pata_ali.o