diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-10-13 12:42:25 +0200 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-10-13 12:48:14 +0200 |
commit | 1d3ba686ed706a0e8563878b2ec415e125178607 (patch) | |
tree | b17d7657f31860ebdbae2f1448d1b44d3ead4a4a /arch/avr32 | |
parent | 6eb3ebe04da4c8f31d776217b0b76ca3d00f20b1 (diff) | |
download | linux-3.10-1d3ba686ed706a0e8563878b2ec415e125178607.tar.gz linux-3.10-1d3ba686ed706a0e8563878b2ec415e125178607.tar.bz2 linux-3.10-1d3ba686ed706a0e8563878b2ec415e125178607.zip |
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')
-rw-r--r-- | arch/avr32/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 7c239a91627..a90d85d44fc 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" |