diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-10-13 06:42:25 -0400 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-10-13 06:48:14 -0400 |
commit | 1d3ba686ed706a0e8563878b2ec415e125178607 (patch) | |
tree | b17d7657f31860ebdbae2f1448d1b44d3ead4a4a /arch/avr32 | |
parent | 6eb3ebe04da4c8f31d776217b0b76ca3d00f20b1 (diff) |
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 7c239a916275..a90d85d44fc6 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -121,9 +121,7 @@ config BOARD_ATNGW100 | |||
121 | select CPU_AT32AP7000 | 121 | select CPU_AT32AP7000 |
122 | endchoice | 122 | endchoice |
123 | 123 | ||
124 | if BOARD_ATSTK1000 | ||
125 | source "arch/avr32/boards/atstk1000/Kconfig" | 124 | source "arch/avr32/boards/atstk1000/Kconfig" |
126 | endif | ||
127 | 125 | ||
128 | choice | 126 | choice |
129 | prompt "Boot loader type" | 127 | prompt "Boot loader type" |