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
    bool "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

endmenu

