Kconfig (e899966f626f1f657a4a7bac736c0b9ae5a243ea) Kconfig (fd1a73c60ee0bfd3fefc96ad270effd69b350aba)
1#
2# Misc strange devices
3#
4
5menu "Misc devices"
6
7config SENSORS_LIS3LV02D
8 tristate

--- 39 unchanged lines hidden (view full) ---

48
49 If unsure, say N (but it's safe to say "Y").
50
51 To compile this driver as a module, choose M here: the
52 module will be called ad525x_dpot-spi.
53
54config ATMEL_PWM
55 tristate "Atmel AT32/AT91 PWM support"
1#
2# Misc strange devices
3#
4
5menu "Misc devices"
6
7config SENSORS_LIS3LV02D
8 tristate

--- 39 unchanged lines hidden (view full) ---

48
49 If unsure, say N (but it's safe to say "Y").
50
51 To compile this driver as a module, choose M here: the
52 module will be called ad525x_dpot-spi.
53
54config ATMEL_PWM
55 tristate "Atmel AT32/AT91 PWM support"
56 depends on HAVE_CLK
56 depends on HAVE_CLK && (AVR32 || ARCH_AT91 || COMPILE_TEST)
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 ATMEL_TCLIB
64 bool "Atmel AT32/AT91 Timer/Counter Library"

--- 130 unchanged lines hidden (view full) ---

195 If you say yes here you get support for the Integrated Circuits
196 ICS932S401 clock control chips.
197
198 This driver can also be built as a module. If so, the module
199 will be called ics932s401.
200
201config ATMEL_SSC
202 tristate "Device driver for Atmel SSC peripheral"
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 ATMEL_TCLIB
64 bool "Atmel AT32/AT91 Timer/Counter Library"

--- 130 unchanged lines hidden (view full) ---

195 If you say yes here you get support for the Integrated Circuits
196 ICS932S401 clock control chips.
197
198 This driver can also be built as a module. If so, the module
199 will be called ics932s401.
200
201config ATMEL_SSC
202 tristate "Device driver for Atmel SSC peripheral"
203 depends on HAS_IOMEM
203 depends on HAS_IOMEM && (AVR32 || ARCH_AT91 || COMPILE_TEST)
204 ---help---
205 This option enables device driver support for Atmel Synchronized
206 Serial Communication peripheral (SSC).
207
208 The SSC peripheral supports a wide variety of serial frame based
209 communications, i.e. I2S, SPI, etc.
210
211 If unsure, say N.

--- 251 unchanged lines hidden (view full) ---

463 sensor hooked to an SPI bus.
464
465 To compile this driver as a module, choose M here: the
466 module will be called bmp085-spi.
467
468config PCH_PHUB
469 tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
470 select GENERIC_NET_UTILS
204 ---help---
205 This option enables device driver support for Atmel Synchronized
206 Serial Communication peripheral (SSC).
207
208 The SSC peripheral supports a wide variety of serial frame based
209 communications, i.e. I2S, SPI, etc.
210
211 If unsure, say N.

--- 251 unchanged lines hidden (view full) ---

463 sensor hooked to an SPI bus.
464
465 To compile this driver as a module, choose M here: the
466 module will be called bmp085-spi.
467
468config PCH_PHUB
469 tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
470 select GENERIC_NET_UTILS
471 depends on PCI
471 depends on PCI && (X86_32 || COMPILE_TEST)
472 help
473 This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
474 Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
475 processor. The Topcliff has MAC address and Option ROM data in SROM.
476 This driver can access MAC address and Option ROM data in SROM.
477
478 This driver also can be used for LAPIS Semiconductor's IOH,
479 ML7213/ML7223/ML7831.

--- 51 unchanged lines hidden ---
472 help
473 This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
474 Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
475 processor. The Topcliff has MAC address and Option ROM data in SROM.
476 This driver can access MAC address and Option ROM data in SROM.
477
478 This driver also can be used for LAPIS Semiconductor's IOH,
479 ML7213/ML7223/ML7831.

--- 51 unchanged lines hidden ---