Skip to content

Commit

Permalink
avr32: Kconfig: Remove pointless if around atstk1000 include
Browse files Browse the repository at this point in the history
The contents of the ATSTK1000 Kconfig file itself is completely
conditional, so including it conditionally makes no sense and only adds
clutter.

Signed-off-by: Haavard Skinnemoen <[email protected]>
  • Loading branch information
Haavard Skinnemoen committed Oct 13, 2008
1 parent 6eb3ebe commit 1d3ba68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ config BOARD_ATNGW100
select CPU_AT32AP7000
endchoice

if BOARD_ATSTK1000
source "arch/avr32/boards/atstk1000/Kconfig"
endif

choice
prompt "Boot loader type"
Expand Down

0 comments on commit 1d3ba68

Please sign in to comment.