summaryrefslogtreecommitdiffstats
path: root/arch/avr32/Kconfig
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-10-13 12:42:25 +0200
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-10-13 12:48:14 +0200
commit1d3ba686ed706a0e8563878b2ec415e125178607 (patch)
treeb17d7657f31860ebdbae2f1448d1b44d3ead4a4a /arch/avr32/Kconfig
parent6eb3ebe04da4c8f31d776217b0b76ca3d00f20b1 (diff)
downloadlinux-1d3ba686ed706a0e8563878b2ec415e125178607.tar.gz
linux-1d3ba686ed706a0e8563878b2ec415e125178607.tar.xz
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>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r--arch/avr32/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 7c239a916275..a90d85d44fc6 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -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"