diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-12-28 21:44:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-05 14:40:28 +0100 |
commit | 157576d552339edc7988c79f37f4a335eaa0eaf2 (patch) | |
tree | 213ef43a1e7eacb9fbfd2600032d64957b4bfe24 /drivers/misc/Kconfig | |
parent | 22a9e57fccfea0cf9a066935dc6b81b866aaca55 (diff) | |
download | linux-157576d552339edc7988c79f37f4a335eaa0eaf2.tar.bz2 |
misc: remove atmel_tclib
There is no driver depending on atmel_tclib anymore. Remove this driver.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201228204413.2677762-1-alexandre.belloni@bootlin.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index fafa8b0d8099..e90c2524e46c 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -50,14 +50,6 @@ config AD525X_DPOT_SPI To compile this driver as a module, choose M here: the module will be called ad525x_dpot-spi. -config ATMEL_TCLIB - bool "Atmel AT32/AT91 Timer/Counter Library" - depends on ARCH_AT91 - help - Select this if you want a library to allocate the Timer/Counter - blocks found on many Atmel processors. This facilitates using - these blocks by different drivers despite processor differences. - config DUMMY_IRQ tristate "Dummy IRQ handler" help |