avr32: Kconfig: Remove pointless if around atstk1000 include
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 <haavard.skinnemoen@atmel.com>
This commit is contained in:
@@ -121,9 +121,7 @@ config BOARD_ATNGW100
|
|||||||
select CPU_AT32AP7000
|
select CPU_AT32AP7000
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
if BOARD_ATSTK1000
|
|
||||||
source "arch/avr32/boards/atstk1000/Kconfig"
|
source "arch/avr32/boards/atstk1000/Kconfig"
|
||||||
endif
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Boot loader type"
|
prompt "Boot loader type"
|
||||||
|
Reference in New Issue
Block a user