summaryrefslogtreecommitdiff
path: root/target/mips/sys-available/broadcom-bcm47xx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-26 22:44:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-26 22:44:06 +0200
commitc7329ac035d6f4699caa2d7d332cef7b688f19a4 (patch)
tree6e3e652ade26a2b5d17733d2954bf670dc4a40a7 /target/mips/sys-available/broadcom-bcm47xx
parent3cbe6e058f5475222e0136188491df89d4a4f9ad (diff)
add model support for broadcom devices
Diffstat (limited to 'target/mips/sys-available/broadcom-bcm47xx')
-rw-r--r--target/mips/sys-available/broadcom-bcm47xx13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/mips/sys-available/broadcom-bcm47xx b/target/mips/sys-available/broadcom-bcm47xx
new file mode 100644
index 000000000..5a8df9df2
--- /dev/null
+++ b/target/mips/sys-available/broadcom-bcm47xx
@@ -0,0 +1,13 @@
+config ADK_TARGET_SYSTEM_BROADCOM_BCM47XX
+ bool "Broadcom BCM47XX"
+ select ADK_mips
+ select ADK_little
+ select ADK_broadcom_bcm47xx
+ select ADK_KERNEL_BCM47XX
+ select ADK_KERNEL_KERNEL_LZMA
+ select ADK_TARGET_WITH_MTD
+ select ADK_TARGET_WITH_SSB
+ select ADK_TARGET_WITH_WATCHDOG
+ help
+ Broadcom BCM47xx systems.
+