diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-05-11 05:23:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-30 13:36:45 +0200 |
commit | 4f67e5a333fe40997fc89882a5a25b0779bf05df (patch) | |
tree | 7ab0a143df493b4bc9bc501029aefc4c237bc066 /target/cris | |
parent | 3b20a8920026299302ae20bc4466530bcf0c79ab (diff) |
add system description for axis-89-device-server
Diffstat (limited to 'target/cris')
-rw-r--r-- | target/cris/systems/axis-89-device-server | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/cris/systems/axis-89-device-server b/target/cris/systems/axis-89-device-server new file mode 100644 index 000000000..80449caea --- /dev/null +++ b/target/cris/systems/axis-89-device-server @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_AXIS_89_DEVICE_SERVER + bool "Axis 89 Device Server" + select ADK_TARGET_CPU_CRIS_CRISV32 + select ADK_TARGET_WITH_MTD + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_KERNEL_ZIMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Axis 89 Device Server + |