diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rwxr-xr-x[-rw-r--r--] | drivers/misc/Kconfig | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 051bfe9..2149aef 100644..100755 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -391,6 +391,14 @@ config HMC6352 This driver provides support for the Honeywell HMC6352 compass, providing configuration and heading data via sysfs. +config SENSORS_AK8973 + tristate "AK8973 magnetometer support" + default n + depends on I2C + help + If you say yes here you get support for Asahi Kasei's + orientation sensor AK8973. + config SENSORS_AK8975 tristate "AK8975 compass support" default n @@ -399,6 +407,13 @@ config SENSORS_AK8975 If you say yes here you get support for Asahi Kasei's orientation sensor AK8975. +config SENSORS_KR3DM + tristate "KR3DM acceleration sensor support" + depends on I2C + default n + help + Driver for STMicro KR3DM accelerometer - digital motion sensor. + config EP93XX_PWM tristate "EP93xx PWM support" depends on ARCH_EP93XX @@ -525,6 +540,24 @@ config APANIC_PLABEL If your platform uses a different flash partition label for storing crashdumps, enter it here. +config SAMSUNG_JACK + bool "3.5MM ear jack driver for Samsung devices" + depends on INPUT + default n + ---help--- + This is 3.5MM ear jack driver for Samsung devices. + + If unsure, say N. + +config USB_SWITCH_FSA9480 + tristate "FSA9480 USB Switch" + depends on I2C + help + The FSA9480 is a USB port accessory detector and switch. + The FSA9480 is fully controlled using I2C and enables USB data, + stereo and mono audio, video, microphone and UART data to use + a common connector port. + source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" @@ -533,4 +566,25 @@ source "drivers/misc/ti-st/Kconfig" source "drivers/misc/lis3lv02d/Kconfig" source "drivers/misc/carma/Kconfig" +config SAMSUNG_MODEMCTL + bool "Samsung Modem Control/IO Driver" + +config PN544 + bool "NXP PN544 NFC Controller Driver" + default n + help + NXP PN544 Near Field Communication controller support. + +config GENERIC_BLN + bool "Generic BLN support for backlight notification" + default y + help + Say Y here to enable the backlight notification + for android led-notification (modified liblight needed) +config BLD + bool "Support for Backlight Dimmer" + default y + help + Say Y here to enable Backlight Dimmer + endif # MISC_DEVICES |