config LACIE_GENERIC
	bool
	default y

if LACIE_GENERIC

menu "LaCie generic drivers"

config LACIE_GPIO_HD_POWER
	tristate "GPIO Hard Disk power"
	depends on GENERIC_GPIO
	help
	  This option enable support for the Hard Disk power GPIOs.

config LACIE_GPIO_USB
	tristate "GPIO USB"
	depends on GENERIC_GPIO
	help
	  This option enable support for the USB related GPIOs (available on
	  LaCie boards). Here is the feature list:
	      - fuse blow detection
	      - USB Mode switch (host/device)
	      - Host VBUS enable/disable
	      - Device VBUS detection

config LACIE_INPUT_WATCHDOG
	tristate "Input watchdog"
	depends on INPUT
	help
	  Say Y here if you want to be able to reboot the machine with
	  a long press on the POWER key. This watchdog module plug
	  itself into the input layer and detect key press longer than
	  10 seconds on POWER. When such a pression is detected it
	  reboot the machine.

	  To compile this driver as a module, choose M here: the
	  module will be called input-watchdog.

comment "Hardware monitoring drivers"

config SENSORS_G762
        tristate "GMT G762"
        depends on I2C && HWMON
        help
	  If you say yes here you get support for Global Mixed-mode
	  Technology Inc G762 fan speed PWM controller chips.

	  This driver can also be built as a module. If so, the module will be
	  called g762.

comment "LED drivers"

config LACIE_LEDS_NS2L
	tristate "LED support for Network Space Lite v2 GPIO LEDs"
	depends on LEDS_CLASS && MACH_NETSPACE_LITE_V2
	help
	  This option enable support for the GPIO LEDs found on the
	  Network Space Lite v2 board.

config LACIE_GPIO_WS_LEDS
	tristate "LED support for Wireless Space GPIO LEDs"
	depends on MACH_WIRELESS_SPACE && LEDS_CLASS && GENERIC_GPIO
	help
	  This option enable support for GPIO LEDs on a LaCie Wireless
	  Space board.

comment "LED triggers"

config LEDS_TRIGGER_HDD
	boolean "LED hard disk activity trigger"
	depends on LEDS_TRIGGERS
	help
	  This allows LEDs to be controlled by the hard disk activity.
	  Each LED can be associated with a disk number.

config LEDS_TRIGGER_RUN_LIGHT
	tristate "LED running light trigger"
	depends on LEDS_TRIGGERS
	help
	  This allows LEDs to be controlled by a programmable running
	  light trigger.

endmenu

menu "LaCie generic options"

config LACIE_SATA_READ_AHEAD
	int "Sata read ahead"
	range 0 1024
	default 1024
	help
	  set the read ahead size in Kb

config LACIE_SCSI_DISK_RENAMING
	bool "SCSI disk renaming"
	default y
	help
	  Enable this option permit to set a SCSI disk name accordingly to a
	  board specific internal disk map. This allow to associate a SATA
	  disk (host, channel and id) with a fixed device name.
	  External disk (USB and eSATA) are renamed as /dev/se[x].

endmenu

menu "LaCie host tools"

config LACIE_MODCHECK
	bool "Module version check utility"
	depends on MODVERSIONS
	default y
	help
	  The modcheck utility allow to check the version compatibility between
	  a binary module and some symbol dump files.

endmenu

endif # LACIE_GENERIC
