diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:16:50 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:16:50 -0500 |
commit | ce956d0f964c2a85207f3c81f392b88a7b03cc91 (patch) | |
tree | a4ec79810f1f0276fdf1e0498528ce0d2c9f4823 /target/mips/systems/dragino-ms14s | |
parent | fea381bb3d32ad8b6f04f2268429d00b3486869d (diff) |
do not enable PCI in kernel by default
Diffstat (limited to 'target/mips/systems/dragino-ms14s')
-rw-r--r-- | target/mips/systems/dragino-ms14s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s index 67fec9b50..4ce505e57 100644 --- a/target/mips/systems/dragino-ms14s +++ b/target/mips/systems/dragino-ms14s @@ -5,6 +5,7 @@ config ADK_TARGET_SYSTEM_DRAGINO_MS14S select ADK_TARGET_WITH_WATCHDOG select ADK_TARGET_WITH_NAND select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_PCI help Support for Dragino2 ms14-s. |