summaryrefslogtreecommitdiff
path: root/target/avr32
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-03 18:16:50 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-03 18:16:50 -0500
commitce956d0f964c2a85207f3c81f392b88a7b03cc91 (patch)
treea4ec79810f1f0276fdf1e0498528ce0d2c9f4823 /target/avr32
parentfea381bb3d32ad8b6f04f2268429d00b3486869d (diff)
do not enable PCI in kernel by default
Diffstat (limited to 'target/avr32')
-rw-r--r--target/avr32/systems/atmel-ngw1001
1 files changed, 1 insertions, 0 deletions
diff --git a/target/avr32/systems/atmel-ngw100 b/target/avr32/systems/atmel-ngw100
index 4433184fa..4e7c9a253 100644
--- a/target/avr32/systems/atmel-ngw100
+++ b/target/avr32/systems/atmel-ngw100
@@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_ATMEL_NGW100
bool "Atmel NGW100"
select ADK_CPU_AVR32
select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_PCI
select ADK_TARGET_KERNEL_UIMAGE
select ADK_HOST_BUILD_U_BOOT
help