diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 21:12:18 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:57:08 +0200 |
commit | 4dab216d1fc1ec6783df1b78de5a00df1a7d6991 (patch) | |
tree | af90311728f827aa6e108190407bf8cda48198f1 /drivers/pwm/Kconfig | |
parent | e58af24ccd8d235c7aaa0ef0fc63a18c5d2cb88e (diff) | |
download | linux-4dab216d1fc1ec6783df1b78de5a00df1a7d6991.tar.gz linux-4dab216d1fc1ec6783df1b78de5a00df1a7d6991.tar.bz2 linux-4dab216d1fc1ec6783df1b78de5a00df1a7d6991.zip |
pwm: remove pwm-bfin driver
The blackfin architecture is getting removed, so this driver is now
obsolete as well.
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Aaron Wu <aaron.wu@analog.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index f16aad3bf5d6..38d49dbbf9b7 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -113,15 +113,6 @@ config PWM_BERLIN To compile this driver as a module, choose M here: the module will be called pwm-berlin. -config PWM_BFIN - tristate "Blackfin PWM support" - depends on BFIN_GPTIMERS - help - Generic PWM framework driver for Blackfin. - - To compile this driver as a module, choose M here: the module - will be called pwm-bfin. - config PWM_BRCMSTB tristate "Broadcom STB PWM support" depends on ARCH_BRCMSTB || BMIPS_GENERIC |