summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-02-05 02:21:16 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-15 14:23:34 +0100
commit8de602885cd8bf56b05b668aee574bd8a241c33f (patch)
tree036471d1641628328c0c63ef141a8fa8d7feb827 /drivers/misc
parentbb0829a741792b56c908d7745bc0b2b540293bcc (diff)
downloadlinux-0-day-8de602885cd8bf56b05b668aee574bd8a241c33f.tar.gz
linux-0-day-8de602885cd8bf56b05b668aee574bd8a241c33f.tar.xz
misc: atmel: Remove CPU_AT32AP700X (AVR32) reference
The CPU_AT32AP700X symbol symbol went away when when AVR32 was removed in commit 26202873bb51 ("avr32: remove support for AVR32 architecture") Remove the prompt from ATMEL_TCB_CLKSRC_BLOCK. The prompt condition could never be satisfied now. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 03605f8fc0dc9..5d713008749b7 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -75,7 +75,6 @@ config ATMEL_TCB_CLKSRC
config ATMEL_TCB_CLKSRC_BLOCK
int
depends on ATMEL_TCB_CLKSRC
- prompt "TC Block" if CPU_AT32AP700X
default 0
range 0 1
help