Kconfig (0b6c404a07e3240b95aa5682fb8fd57c41609d7a) | Kconfig (6173f8f4ed9c2bd4184908e35f46755a0d14b0f2) |
---|---|
1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config SENSORS_LIS3LV02D 8 tristate --- 46 unchanged lines hidden (view full) --- 55 tristate "Atmel AT32/AT91 PWM support" 56 depends on HAVE_CLK 57 help 58 This option enables device driver support for the PWM channels 59 on certain Atmel processors. Pulse Width Modulation is used for 60 purposes including software controlled power-efficient backlights 61 on LCD displays, motor control, and waveform generation. 62 | 1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config SENSORS_LIS3LV02D 8 tristate --- 46 unchanged lines hidden (view full) --- 55 tristate "Atmel AT32/AT91 PWM support" 56 depends on HAVE_CLK 57 help 58 This option enables device driver support for the PWM channels 59 on certain Atmel processors. Pulse Width Modulation is used for 60 purposes including software controlled power-efficient backlights 61 on LCD displays, motor control, and waveform generation. 62 |
63config AB8500_PWM 64 bool "AB8500 PWM support" 65 depends on AB8500_CORE && ARCH_U8500 66 select HAVE_PWM 67 depends on !PWM 68 help 69 This driver exports functions to enable/disble/config/free Pulse 70 Width Modulation in the Analog Baseband Chip AB8500. 71 It is used by led and backlight driver to control the intensity. 72 | |
73config ATMEL_TCLIB 74 bool "Atmel AT32/AT91 Timer/Counter Library" 75 depends on (AVR32 || ARCH_AT91) 76 help 77 Select this if you want a library to allocate the Timer/Counter 78 blocks found on many Atmel processors. This facilitates using 79 these blocks by different drivers despite processor differences. 80 --- 440 unchanged lines hidden --- | 63config ATMEL_TCLIB 64 bool "Atmel AT32/AT91 Timer/Counter Library" 65 depends on (AVR32 || ARCH_AT91) 66 help 67 Select this if you want a library to allocate the Timer/Counter 68 blocks found on many Atmel processors. This facilitates using 69 these blocks by different drivers despite processor differences. 70 --- 440 unchanged lines hidden --- |