#
# Accessory Configuration
#

menuconfig ACCESSORY
	bool "Accessory devices"
	default y
	---help---
	Say Y here to get to see options for Samsung Accessories
	If you say N, all options in this submenu will be skipped and disabled.

if ACCESSORY

config 30PIN_CONN
        tristate "Accessory detection driver"
        depends on I2C
        help
         Provides support for detecting Accessory,such as TA, Keyboard

config MHL_SII9234
    	tristate "SiI9234 MHL(Mobile HD Link) Transmitter support"
	depends on I2C
	---help---
	Mobile HD Link Transmitter driver for SiI9234

config SEC_KEYBOARD_DOCK
    	tristate "sec keyboard dock support"

config HPD_PULL
	tristate "HPD pull up by PMIC LDO"

config SAMSUNG_MHL_9290
	tristate "support 9290 dongle and 9292 dongle"

endif # ACCESSORY



