diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:38:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:38:31 +0200 |
commit | f6de4889c74356a8e7c91a65ef765e3b32bf17f9 (patch) | |
tree | 674a61106e34a66af766f898c8b8a871d617d343 /target/linux/config | |
parent | b6e55ac8d5a98900c6e0cfa0091e488679680af3 (diff) |
arc: add support for free nSIM simulator, thx to Alexey for hints to get it running
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 7 | ||||
-rw-r--r-- | target/linux/config/Config.in.serial | 14 |
2 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index ef8e1096f..1a72ec7e9 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -5,9 +5,13 @@ menu "Ethernet network devices support" depends on ADK_TARGET_WITH_NET # vendor stuff + config ADK_KERNEL_NET_CADENCE bool +config ADK_KERNEL_NET_VENDOR_ARC + bool + config ADK_KERNEL_NET_VENDOR_AMD bool @@ -77,6 +81,9 @@ config ADK_KERNEL_VIA_RHINE_MMIO config ADK_KERNEL_STMMAC_PLATFORM bool +config ADK_KERNEL_LXT_PHY + bool + config ADK_KERNEL_AT803X_PHY tristate select ADK_KERNEL_PHYLIB diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial index 51b08778a..299fbc7b3 100644 --- a/target/linux/config/Config.in.serial +++ b/target/linux/config/Config.in.serial @@ -10,6 +10,9 @@ config ADK_KERNEL_SERIAL_8250_CONSOLE config ADK_KERNEL_SERIAL_8250_PNP bool +config ADK_KERNEL_SERIAL_ARC_CONSOLE + bool + config ADK_KERNEL_SERIAL_IMX_CONSOLE bool @@ -81,6 +84,17 @@ config ADK_KERNEL_SERIAL_ETRAXFS help Serial driver for ETRAXFS CRISv32 Qemu Emulation. +config ADK_KERNEL_SERIAL_ARC + bool "ARC serial driver" + select ADK_KERNEL_SERIAL_ARC_CONSOLE + depends on ADK_TARGET_SYSTEM_NSIM_ARCV1 \ + || ADK_TARGET_SYSTEM_NSIM_ARCV2 + default y if ADK_TARGET_SYSTEM_NSIM_ARCV1 + default y if ADK_TARGET_SYSTEM_NSIM_ARCV2 + default n + help + Serial driver for nSIM ARC simulator. + config ADK_KERNEL_SERIAL_IMX bool "IMX serial driver" select ADK_KERNEL_SERIAL_IMX_CONSOLE |