From: Haavard Skinnemoen Date: Mon, 13 Oct 2008 10:42:25 +0000 (+0200) Subject: avr32: Kconfig: Remove pointless if around atstk1000 include X-Git-Tag: upstream/snapshot3+hdmi~21818^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d3ba686ed706a0e8563878b2ec415e125178607;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 7c239a9..a90d85d 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"