Blame view

buildroot/buildroot-2016.08.1/package/simicsfs/Config.in 398 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
  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