Commit fc1a5dbe authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman

misc: Add hardware dependencies to Atmel drivers

According to the driver descriptions, the atmel_pwm and atmel-ssc
drivers are only useful on Atmel AT32 and AT91 systems. So add
hardware dependencies to these drivers to hide them on other systems.
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae339336
...@@ -53,7 +53,7 @@ config AD525X_DPOT_SPI ...@@ -53,7 +53,7 @@ config AD525X_DPOT_SPI
config ATMEL_PWM config ATMEL_PWM
tristate "Atmel AT32/AT91 PWM support" tristate "Atmel AT32/AT91 PWM support"
depends on HAVE_CLK depends on HAVE_CLK && (AVR32 || ARCH_AT91 || COMPILE_TEST)
help help
This option enables device driver support for the PWM channels 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
...@@ -200,7 +200,7 @@ config ICS932S401 ...@@ -200,7 +200,7 @@ config ICS932S401
config ATMEL_SSC config ATMEL_SSC
tristate "Device driver for Atmel SSC peripheral" tristate "Device driver for Atmel SSC peripheral"
depends on HAS_IOMEM depends on HAS_IOMEM && (AVR32 || ARCH_AT91 || COMPILE_TEST)
---help--- ---help---
This option enables device driver support for Atmel Synchronized This option enables device driver support for Atmel Synchronized
Serial Communication peripheral (SSC). Serial Communication peripheral (SSC).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment