summaryrefslogtreecommitdiff
path: root/target/device/valka
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/valka')
-rw-r--r--target/device/valka/Config.in25
-rw-r--r--target/device/valka/Makefile.in6
2 files changed, 0 insertions, 31 deletions
diff --git a/target/device/valka/Config.in b/target/device/valka/Config.in
deleted file mode 100644
index 931ee7333..000000000
--- a/target/device/valka/Config.in
+++ /dev/null
@@ -1,25 +0,0 @@
-menuconfig BR2_TARGET_VALKA
- bool "ValkaSys"
- depends on BR2_avr32
-
-if BR2_TARGET_VALKA
-
-choice
- prompt "Controller board"
- depends on BR2_TARGET_VALKA
- help
- Valka Controller Board to build for
-
-config BR2_TARGET_VALKA_V100SC2
- bool "V100SC2 (Based on NGW100)"
- depends on BR2_TARGET_VALKA
- help
- Board based on NGW100
-
-endchoice
-
-config BR2_BOARD_NAME
- string
- default "v100sc2" if BR2_TARGET_VALKA_V100SC2
-
-endif
diff --git a/target/device/valka/Makefile.in b/target/device/valka/Makefile.in
deleted file mode 100644
index 06ed60581..000000000
--- a/target/device/valka/Makefile.in
+++ /dev/null
@@ -1,6 +0,0 @@
-ifeq ($(BR2_TARGET_VALKA),y)
-VALKA_PATH= target/device/valka
-
-TARGET_SKELETON=$(VALKA_PATH)/target_skeleton
-KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2
-endif