#
# IOP13xx IMU Support
#

menu "IOP13XX IMU Support"

config IOP_IMU
	tristate "IOP IMU support"
	depends on EXPERIMENTAL
	---help---
	This includes support functions for the IMU.

config IOP_IMU_DEV
	tristate "IOP IMU char driver"
	depends on IOP_IMU
	---help---
	This is a char driver that passes messages throught the IMU.

config IOP_IMU_SCSI
	tristate "IOP IMU scsi driver"
	depends on IOP_IMU
	---help---
	This is a low-level SCSI driver that passes SCSI commands
	to core 2.

endmenu
