menu "ODROID Specific Hardware"

config ODROID_EXYNOS5_TOUCH
	bool "Solomon 10.1\" WXGA(TC358764) multi touch panel (I2C Driver)"
	depends on MACH_ODROIDXU3
	default n
	---help---
	  This enables support for ODROID 10.1\" WXGA(TC358764) Touch panel (Multi-Touch)

config ODROID_EXYNOS5_BACKLIGHT
	bool "Enable the PWM Controlled Backlight(TC358764) on ODROID-EXYNOS5"
	depends on MACH_ODROIDXU3
	default n
	---help---
		Enables the PWM Controlled Backlight(TC358764) on ODROID-EXYNOS5

config ODROID_EXYNOS5_FAN
	bool "Enable the PWM Controlled FAN on ODROID-EXYNOS5"
	depends on MACH_ODROIDXU3
	default y
	---help---
		Enables the PWM Controlled FAN on ODROID-EXYNOS5

config ODROID_EXYNOS5_SYSFS
	bool "Enable the SYSFS driver on ODROID-EXYNOS5"
	depends on MACH_ODROIDXU3
	default n
	---help---
		Enables the SYSFS driver on ODROID-EXYNOS5

config ODROID_EXYNOS5_SP
	bool "Enable the INA231 Sensor on ODROID-EXYNOS5"
	depends on MACH_ODROIDXU3
	default n
	---help---
		Enables the INA231 Sensor on ODROID-EXYNOS5

config ODROID_EXYNOS5_IOBOARD
    tristate "Enable the ODROID EXYNOS5 IOBOARD Drivers"
	depends on MACH_ODROIDXU3
	default n
	---help---
		Enables the IOBOARD Drivers

config ODROID_EXYNOS5_IOBOARD_DEBUG
    bool "Enable the ODROIDXU IOBOARD DEBUG Enable"
	depends on ODROID_EXYNOS5_IOBOARD
	default n
	---help---
		Enables the IOBOARD Debug Message

config ODROID_EXYNOS5_HDMI_PHY_TUNE
    bool "Enable HDMI-PHY tune functions"
	depends on MACH_ODROIDXU3
	default y
	help
	    Enables HDMI-PHY tune functions.

config ODROID_EXYNOS5_HDMI_PHY_TUNE_DEBUG
	depends on MACH_ODROIDXU3 && ODROID_EXYNOS5_HDMI_PHY_TUNE
    bool "Enable HDMI-PHY tune info display"
	depends on MACH_ODROIDXU3
	default n
	help
	    Enables HDMI-PHY tune info display.

config ODROID_USBIO_SENSOR
    tristate "Enable the USBIO-Sensor Board Driver(Accelermeter)"
	depends on MACH_ODROIDXU3
	default	n
	help
	    Enable USBIO Board + Accelermeter Sensor Board driver.
endmenu

