Kconfig (bd072111e7319d90a7b8127f91c2806b9a6f279e) | Kconfig (ef12379f205bed7e92434e12ddd44e62d13bebe1) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 219 unchanged lines hidden (view full) --- 228 depends on I2C && SYSFS 229 help 230 If you say yes here you get support for the Intersil ISL29003 231 ambient light sensor. 232 233 This driver can also be built as a module. If so, the module 234 will be called isl29003. 235 | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 219 unchanged lines hidden (view full) --- 228 depends on I2C && SYSFS 229 help 230 If you say yes here you get support for the Intersil ISL29003 231 ambient light sensor. 232 233 This driver can also be built as a module. If so, the module 234 will be called isl29003. 235 |
236config EP93XX_PWM 237 tristate "EP93xx PWM support" 238 depends on ARCH_EP93XX 239 help 240 This option enables device driver support for the PWM channels 241 on the Cirrus EP93xx processors. The EP9307 chip only has one 242 PWM channel all the others have two, the second channel is an 243 alternate function of the EGPIO14 pin. A sysfs interface is 244 provided to control the PWM channels. 245 246 To compile this driver as a module, choose M here: the module will 247 be called ep93xx_pwm. 248 |
|
236source "drivers/misc/c2port/Kconfig" 237source "drivers/misc/eeprom/Kconfig" 238source "drivers/misc/cb710/Kconfig" 239 240endif # MISC_DEVICES | 249source "drivers/misc/c2port/Kconfig" 250source "drivers/misc/eeprom/Kconfig" 251source "drivers/misc/cb710/Kconfig" 252 253endif # MISC_DEVICES |