
menu "Sysfs device class support"

config SYSFS_DEV_CLASS
	bool "Sysfs device class support"
	default y
	help
	  Say Y to enable sysfs class driver support for the below devices.

config FAN_SYSFS
	tristate "Fan class in sysfs"
	default y
	depends on SYSFS_DEV_CLASS
	help
	  This option enables the support for controlling a generic fan
	  from sysfs. Sysfs will have attributes to switch the
	  fan speed into different supported states.

config MEMORY_SYSFS
	tristate "Memory class in sysfs"
	default y
	depends on SYSFS_DEV_CLASS
	help
	  This option enables the support for controlling a generic
	  memory controller from sysfs. Sysfs will have attributes
	  to control the bandwidth of memory controller.


endmenu

