menuconfig SCSI_MVSATA_BSP
	tristate "Marvell BSP SATA driver"
	depends on PCI
	---help---
		this module is taken away from arch/arm/mach-feroceon
		we had changed some CONFIG variable let it differ with arch/*

if SCSI_MVSATA_BSP	
config  CPU_BIG_ENDIAN_BSP
        bool "CPU endian type."
        default y
        help
                CPU endian type for header file, this will change the compilation path, all platform should note this

config  MV_SATA_SUPPORT_ATAPI_BSP
        bool "Support ATAPI (CR-ROM/DVD-ROM) devices"
        default n

config  MV_SATA_ENABLE_1MB_IOS_BSP
        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_BSP
	bool "No Debug"

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

config SATA_FULL_DEBUG_BSP
	bool "Full debug"

endchoice

endif #SCSI_MVSATA_BSP
