menu "Sata options"
	depends on SCSI_MVSATA
	depends on BLOCK
	
config  MV_SATA_SUPPORT_ATAPI
        bool "Support ATAPI (CR-ROM/DVD-ROM) devices"
        default n

config  MV_SATA_ENABLE_1MB_IOS
        bool "Enable 1 MByte requests"
        default n
        help
          Set the maximum io request size to 1 MByte for HDD's the support LBA48 feature,
          say No if you want to keep the maximum limit on 128KBytes.
choice
	prompt "Debug level"
	default SATA_NO_DEBUG

config SATA_NO_DEBUG
	bool "No Debug"

config SATA_DEBUG_ON_ERROR
	bool "Debug on errors"
	help
	  print debug messages when EDMA/System/HDD errors occur.

config SATA_FULL_DEBUG
	bool "Full debug"

endchoice

config MV_SATA_LEDS
	bool "SoC LED blink mode"
	depends on MV_INCLUDE_INTEG_SATA
	default n
	help
	  Say 'Y' here if you want enable SoC "LED blink" quirk.
	  On some chips, the HDD LEDs don't always blink during I/O when NCQ is
	  enabled. Enabling a special "LED blink" mode of the SOC takes care of
	  it, generating a steady blink rate when any drive on the chip is
	  active.

config MV_SATA_LEDS_DEBUG
	bool "SoC LED blink mode debugging"
	depends on MV_SATA_LEDS
	default n
	help
	  Turn on to enable LED blink mode debug messages.

endmenu


