diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index d9663ef90ce8..a43d0c467274 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -54,6 +54,7 @@ config AD525X_DPOT_SPI | |||
54 | config ATMEL_PWM | 54 | config ATMEL_PWM |
55 | tristate "Atmel AT32/AT91 PWM support" | 55 | tristate "Atmel AT32/AT91 PWM support" |
56 | depends on HAVE_CLK | 56 | depends on HAVE_CLK |
57 | depends on AVR32 || AT91SAM9263 || AT91SAM9RL || AT91SAM9G45 | ||
57 | help | 58 | help |
58 | This option enables device driver support for the PWM channels | 59 | This option enables device driver support for the PWM channels |
59 | on certain Atmel processors. Pulse Width Modulation is used for | 60 | on certain Atmel processors. Pulse Width Modulation is used for |
@@ -200,7 +201,7 @@ config ICS932S401 | |||
200 | 201 | ||
201 | config ATMEL_SSC | 202 | config ATMEL_SSC |
202 | tristate "Device driver for Atmel SSC peripheral" | 203 | tristate "Device driver for Atmel SSC peripheral" |
203 | depends on HAS_IOMEM | 204 | depends on HAS_IOMEM && (AVR32 || ARCH_AT91 || COMPILE_TEST) |
204 | ---help--- | 205 | ---help--- |
205 | This option enables device driver support for Atmel Synchronized | 206 | This option enables device driver support for Atmel Synchronized |
206 | Serial Communication peripheral (SSC). | 207 | Serial Communication peripheral (SSC). |
@@ -468,7 +469,7 @@ config BMP085_SPI | |||
468 | config PCH_PHUB | 469 | config PCH_PHUB |
469 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" | 470 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" |
470 | select GENERIC_NET_UTILS | 471 | select GENERIC_NET_UTILS |
471 | depends on PCI | 472 | depends on PCI && (X86_32 || COMPILE_TEST) |
472 | help | 473 | help |
473 | This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of | 474 | 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 | Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded |