diff options
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 3f9e10001e19..f702f9152ce6 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -862,40 +862,6 @@ config BLK_DEV_IDE_BAST | |||
862 | Say Y here if you want to support the onboard IDE channels on the | 862 | Say Y here if you want to support the onboard IDE channels on the |
863 | Simtec BAST or the Thorcom VR1000 | 863 | Simtec BAST or the Thorcom VR1000 |
864 | 864 | ||
865 | config ETRAX_IDE | ||
866 | tristate "ETRAX IDE support" | ||
867 | depends on CRIS && BROKEN | ||
868 | select BLK_DEV_IDEDMA | ||
869 | help | ||
870 | Enables the ETRAX IDE driver. | ||
871 | |||
872 | You can't use parallel ports or SCSI ports at the same time. | ||
873 | |||
874 | config ETRAX_IDE_DELAY | ||
875 | int "Delay for drives to regain consciousness" | ||
876 | depends on ETRAX_IDE && ETRAX_ARCH_V10 | ||
877 | default 15 | ||
878 | help | ||
879 | Number of seconds to wait for IDE drives to spin up after an IDE | ||
880 | reset. | ||
881 | |||
882 | choice | ||
883 | prompt "IDE reset pin" | ||
884 | depends on ETRAX_IDE && ETRAX_ARCH_V10 | ||
885 | default ETRAX_IDE_PB7_RESET | ||
886 | |||
887 | config ETRAX_IDE_PB7_RESET | ||
888 | bool "Port_PB_Bit_7" | ||
889 | help | ||
890 | IDE reset on pin 7 on port B | ||
891 | |||
892 | config ETRAX_IDE_G27_RESET | ||
893 | bool "Port_G_Bit_27" | ||
894 | help | ||
895 | IDE reset on pin 27 on port G | ||
896 | |||
897 | endchoice | ||
898 | |||
899 | config IDE_H8300 | 865 | config IDE_H8300 |
900 | tristate "H8300 IDE support" | 866 | tristate "H8300 IDE support" |
901 | depends on H8300 | 867 | depends on H8300 |