diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b8bc353fa6aa..28943647456e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -384,6 +384,14 @@ config SENSORS_APDS990X To compile this driver as a module, choose M here: the module will be called apds990x. If unsure, say N here. +config SUSPEND_COUNTER + tristate "Suspend counter print suspend count meesage" + depends on SUSPEND + default n + help + Say Y here if you want to enable suspend counter + It will print suspend and counter message in console + config HMC6352 tristate "Honeywell HMC6352 compass" depends on I2C @@ -391,6 +399,14 @@ config HMC6352 This driver provides support for the Honeywell HMC6352 compass, providing configuration and heading data via sysfs. +config SENSORS_AK8975 + tristate "AK8975 compass support" + default n + depends on I2C + help + If you say yes here you get support for Asahi Kasei's + orientation sensor AK8975. + config EP93XX_PWM tristate "EP93xx PWM support" depends on ARCH_EP93XX @@ -434,6 +450,10 @@ config TI_DAC7512 This driver can also be built as a module. If so, the module will be called ti_dac7512. +config UID_STAT + bool "UID based statistics tracking exported to /proc/uid_stat" + default n + config VMWARE_BALLOON tristate "VMware Balloon Driver" depends on X86 @@ -495,6 +515,29 @@ config MXS_PERFMON depends on ARCH_MX50 || ARCH_MX6 default y +config WL127X_RFKILL + tristate "Bluetooth power control driver for TI wl127x" + depends on RFKILL + default n + ---help--- + Creates an rfkill entry in sysfs for power control of Bluetooth + TI wl127x chips. + +config APANIC + bool "Android kernel panic diagnostics driver" + default n + ---help--- + Driver which handles kernel panics and attempts to write + critical debugging data to flash. + +config APANIC_PLABEL + string "Android panic dump flash partition label" + depends on APANIC + default "kpanic" + ---help--- + If your platform uses a different flash partition label for storing + crashdumps, enter it here. + source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" |