Skip to content

Commit c4b5b7b

Browse files
Alan CoxJeff Garzik
authored andcommitted
pata_ns87415: Initial cut at 87415/87560 IDE support
Signed-off-by: Alan Cox <[email protected]> [plus SuperIO fixes by Kyle McMartin] [plus a cleanup from me] Signed-off-by: Jeff Garzik <[email protected]>
1 parent 0b0a43e commit c4b5b7b

File tree

3 files changed

+477
-0
lines changed

3 files changed

+477
-0
lines changed

drivers/ata/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,15 @@ config PATA_NS87410
441441

442442
If unsure, say N.
443443

444+
config PATA_NS87415
445+
tristate "Nat Semi NS87415 PATA support (Experimental)"
446+
depends on PCI && EXPERIMENTAL
447+
help
448+
This option enables support for the National Semiconductor
449+
NS87415 PCI-IDE controller.
450+
451+
If unsure, say N.
452+
444453
config PATA_OPTI
445454
tristate "OPTI621/6215 PATA support (Very Experimental)"
446455
depends on PCI && EXPERIMENTAL

drivers/ata/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ obj-$(CONFIG_PATA_IT8213) += pata_it8213.o
4040
obj-$(CONFIG_PATA_JMICRON) += pata_jmicron.o
4141
obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o
4242
obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o
43+
obj-$(CONFIG_PATA_NS87415) += pata_ns87415.o
4344
obj-$(CONFIG_PATA_OPTI) += pata_opti.o
4445
obj-$(CONFIG_PATA_OPTIDMA) += pata_optidma.o
4546
obj-$(CONFIG_PATA_MPC52xx) += pata_mpc52xx.o

0 commit comments

Comments
 (0)