aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/accessory/Kconfig
blob: 1bd8af033dc30a786d853e1cbdcc3a8f93c62426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# 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