diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:25 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:10 -0500 |
commit | cbe056f76a386708f3807b274322f78269aee0f6 (patch) | |
tree | a64ad404b3f912c3885881b32aba3b5559b3333a /arch/arc/Kconfig | |
parent | 8b5850f8ac8d9b809db4588b80b568faca5aaaaf (diff) |
ARC: Hostlink Pseudo-Driver for Metaware Debugger
This allows ARC Target to do I/O to host in absence of any peripherals
whatsoever, assisted by Metaware Hostlink facility.
Further we have a FUSE based filesystem which makes us mount/access host
filesystem on target and do fops.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 2611a60cb059..cd4ad61c4c14 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -389,6 +389,15 @@ config HZ | |||
389 | int "Timer Frequency" | 389 | int "Timer Frequency" |
390 | default 100 | 390 | default 100 |
391 | 391 | ||
392 | config ARC_METAWARE_HLINK | ||
393 | bool "Support for Metaware debugger assisted Host access" | ||
394 | default n | ||
395 | help | ||
396 | This options allows a Linux userland apps to directly access | ||
397 | host file system (open/creat/read/write etc) with help from | ||
398 | Metaware Debugger. This can come in handy for Linux-host communication | ||
399 | when there is no real usable peripheral such as EMAC. | ||
400 | |||
392 | menuconfig ARC_DBG | 401 | menuconfig ARC_DBG |
393 | bool "ARC debugging" | 402 | bool "ARC debugging" |
394 | default y | 403 | default y |