Skip to content

Commit

Permalink
misc: atmel: Remove CPU_AT32AP700X (AVR32) reference
Browse files Browse the repository at this point in the history
The CPU_AT32AP700X symbol symbol went away when when AVR32 was removed
in commit 2620287 ("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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
ulfalizer authored and gregkh committed Mar 15, 2018
1 parent bb0829a commit 8de6028
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8de6028

Please sign in to comment.