aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-25 21:44:51 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-25 21:44:51 +0100
commit5e64624059d6f984f4304abf336cce05cdb0212f (patch)
tree95fff68ddba9921771d458d755c87489a5fccf08 /drivers/misc/Kconfig
parentb673969b102cece38c5de54d35617425459174f5 (diff)
downloadkernel_samsung_smdk4412-5e64624059d6f984f4304abf336cce05cdb0212f.zip
kernel_samsung_smdk4412-5e64624059d6f984f4304abf336cce05cdb0212f.tar.gz
kernel_samsung_smdk4412-5e64624059d6f984f4304abf336cce05cdb0212f.tar.bz2
remove more unused drivers, readd accidentally removed iommu, reenable graphics settings
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig29
1 files changed, 7 insertions, 22 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 25c56cb..196c492 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -87,7 +87,7 @@ config ATMEL_PWM
depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
help
This option enables device driver support for the PWM channels
- on certain Atmel processors. Pulse Width Modulation is used for
+ on certain Atmel processors. Pulse Width Modulation is used for
purposes including software controlled power-efficient backlights
on LCD displays, motor control, and waveform generation.
@@ -385,14 +385,14 @@ config SENSORS_BH1780
will be called bh1780gli.
config SENSORS_BH1770
- tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
- depends on I2C
- ---help---
- Say Y here if you want to build a driver for BH1770GLC (ROHM) or
+ tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
+ depends on I2C
+ ---help---
+ Say Y here if you want to build a driver for BH1770GLC (ROHM) or
SFH7770 (Osram) combined ambient light and proximity sensor chip.
- To compile this driver as a module, choose M here: the
- module will be called bh1770glc. If unsure, say N here.
+ To compile this driver as a module, choose M here: the
+ module will be called bh1770glc. If unsure, say N here.
config SENSORS_APDS990X
tristate "APDS990X combined als and proximity sensors"
@@ -694,10 +694,6 @@ config STMPE811_ADC
---help---
Say yes here to build support for STMPE811 8 channel ADC driver
-config MPU_SENSORS_MPU3050
- tristate "MPU3050"
- depends on I2C
-
config MPU_SENSORS_MPU6050
tristate "MPU6050"
depends on I2C
@@ -706,22 +702,11 @@ source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
source "drivers/misc/iwmc3200top/Kconfig"
-if MPU_SENSORS_MPU3050
-source "drivers/misc/mpu3050/Kconfig"
-endif
-if MPU_SENSORS_MPU6050
-source "drivers/misc/inv_mpu/Kconfig"
-endif
source "drivers/misc/ti-st/Kconfig"
source "drivers/misc/lis3lv02d/Kconfig"
source "drivers/misc/carma/Kconfig"
-source "drivers/misc/c2c/Kconfig"
source "drivers/misc/modem_if/Kconfig"
-source "drivers/misc/modem_if_na/Kconfig"
-if MACH_U1
-source "drivers/misc/modem_if_u1/Kconfig"
-endif
config SLP_LOWMEM_NOTIFY
bool "Driver for SLP Low Memory Notification"