menu "ODROID Specific Hardware"

config ODROIDXU_FAN
	bool "Enable the PWM Controlled FAN on ODROID-XU"
	depends on MACH_ODROIDXU
	default y
	---help---
		Enables the PWM Controlled FAN on ODROID-XU

config ODROIDXU_SP
	bool "Enable the INA231 Sensor on ODROID-XU"
	depends on MACH_ODROIDXU
	default n
	---help---
		Enables the INA231 Sensor on ODROID-XU

config ODROIDXU_IOBOARD
    bool "Enable the ODROIDXU IOBOARD Drivers"
	depends on MACH_ODROIDXU
	default n
	---help---
		Enables the IOBOARD Drivers
    
config ODROIDXU_IOBOARD_DEBUG
    bool "Enable the ODROIDXU IOBOARD DEBUG Enable"
	depends on ODROIDXU_IOBOARD
	default n
	---help---
		Enables the IOBOARD Debug Message
    

config ODROIDXU_DEBUG_MESSAGES
	bool "Enables toons of platform debug message"
	default n
	---help---
		Enabling tons of kernel debug messages

endmenu

