summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-10 04:23:38 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-10 04:23:48 -0600
commit8a4015ce6cebd7a83eae1207fe3b3ed8163526fc (patch)
tree8e81c59a60f67a77ba572f005b918fa53df77159 /target/config
parentd932da8684079763b8fe2062484f93ba9902c8d4 (diff)
add basic support for atmel ngw100. no runtime testing yet
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernel1
-rw-r--r--target/config/Config.in.target6
2 files changed, 5 insertions, 2 deletions
diff --git a/target/config/Config.in.kernel b/target/config/Config.in.kernel
index 02b99a5c2..5e52c8283 100644
--- a/target/config/Config.in.kernel
+++ b/target/config/Config.in.kernel
@@ -66,4 +66,5 @@ config ADK_TARGET_KERNEL_MINICONFIG
default "dragino-ms14s" if ADK_TARGET_SYSTEM_DRAGINO_MS14S
default "generic-pc" if ADK_TARGET_SYSTEM_GENERIC_PC
default "pcengines-apu" if ADK_TARGET_SYSTEM_PCENGINES_APU
+ default "atmel-ngw100" if ADK_TARGET_SYSTEM_ATMEL_NGW100
diff --git a/target/config/Config.in.target b/target/config/Config.in.target
index f3bae0f8d..9cc227d9b 100644
--- a/target/config/Config.in.target
+++ b/target/config/Config.in.target
@@ -156,8 +156,10 @@ config ADK_TARGET_ROOTFS_NFSROOT
select ADK_KERNEL_IP_PNP
select ADK_KERNEL_IP_PNP_DHCP
select ADK_PACKAGE_ADKINSTALL
- depends on !ADK_TARGET_QEMU && !ADK_TARGET_VBOX && !ADK_TARGET_SYSTEM_ARANYM_M68K
- depends on !ADK_TARGET_SYSTEM_ARM_FM
+ depends on !ADK_TARGET_QEMU && \
+ !ADK_TARGET_VBOX && \
+ !ADK_TARGET_SYSTEM_ARANYM_M68K && \
+ !ADK_TARGET_SYSTEM_ARM_FM
help
Root filesystem mounted via NFS. (DHCP)