7e867725ac
[Peter: use http url as wget complains about certificate] Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
comment "simicsfs needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_SIMICSFS
|
|
bool "simicsfs"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
A kernel driver that provides access to a host computer's local
|
|
filesystem when the target is executing within a SIMICS simulation.
|
|
|
|
http://www.cs.sfu.ca/~fedorova/Tech/simics-guides-3.0.26/simics-user-guide-unix/topic33.html
|