diff options
author | Andreas Bießmann | 2015-05-11 13:07:26 +0200 |
---|---|---|
committer | Andreas Bießmann | 2015-06-10 14:03:22 +0200 |
commit | c62d2f8fc5c682ad541d98e289434a0f76d5ad4b (patch) | |
tree | 3bf07f378c1c15fb6b7d7b7040df80f44b0c1b85 /arch/avr32 | |
parent | e36930764471711c12a7fac8dfb9535b96a284ca (diff) |
avr32: delete non generic board mimc200
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index cfcdbe7565d..0c7b1ba11af 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -29,15 +29,11 @@ config TARGET_ATSTK1006 config TARGET_GRASSHOPPER bool "Support grasshopper" -config TARGET_MIMC200 - bool "Support mimc200" - endchoice source "board/atmel/atngw100/Kconfig" source "board/atmel/atngw100mkii/Kconfig" source "board/atmel/atstk1000/Kconfig" source "board/in-circuit/grasshopper/Kconfig" -source "board/mimc/mimc200/Kconfig" endmenu |