summaryrefslogtreecommitdiff
path: root/target/device/jp/Config.in
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-25 14:59:21 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-25 14:59:21 +0000
commit3d8aa36b65b2751d9dc8ba2c42a61f6ae5d5eeaf (patch)
tree17814f432b3cfb7aa5e3ef6aa14e70152c6cb3f5 /target/device/jp/Config.in
parentc11d4552d4ae289dda2f675777eeafa1e4e9aab5 (diff)
add the amd au1500 based q5 board per case 0000374
Diffstat (limited to 'target/device/jp/Config.in')
-rw-r--r--target/device/jp/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/device/jp/Config.in b/target/device/jp/Config.in
new file mode 100644
index 000000000..6a8f9936b
--- /dev/null
+++ b/target/device/jp/Config.in
@@ -0,0 +1,18 @@
+config BR2_TARGET_Q5
+ bool "jp-embedded Q5 board support"
+ default n
+ depends BR2_mipsel
+ select BR2_PACKAGE_LINUX
+ help
+ jp-embedded Q5 series MIPS based boards, see http://www.jp-embedded.com for further information.
+
+comment "Package support"
+ depends BR2_TARGET_Q5
+
+config BR2_PACKAGE_LINUX
+ bool "linux"
+ default n
+ depends BR2_TARGET_Q5
+ help
+ The Linux kernel.
+ http://www.kernel.org/