]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
avr32: Kconfig: Remove pointless if around atstk1000 include
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 13 Oct 2008 10:42:25 +0000 (12:42 +0200)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 13 Oct 2008 10:48:14 +0000 (12:48 +0200)
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>
arch/avr32/Kconfig

index 7c239a916275b6b66b326e7fc93c6207bdbaf270..a90d85d44fc638f2aa9bb5e83af89608d8413e6d 100644 (file)
@@ -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"