summary refs log tree commit diff
path: root/arch/xtensa/platforms/iss/Makefile
diff options
context:
space:
mode:
authorVictor Prupis <vnp@vnp_fc3.hq.tensilica.com>2008-05-19 14:50:38 -0700
committerChris Zankel <chris@zankel.net>2013-02-23 19:22:41 -0800
commitb6c7e873daf765e41233b9752083b66442703b7a (patch)
treef073ce1cf3f0ce32e4f4d177348d8aece9d8040b /arch/xtensa/platforms/iss/Makefile
parentc5a285bb1b54e8b636cb522a9eb9c9ad232a23f8 (diff)
downloadlinux-b6c7e873daf765e41233b9752083b66442703b7a.tar.gz
xtensa: ISS: add host file-based simulated disk
Simdisk is a block device that maps to a file in the host file system.
It is usable for testing in the simulated environment, like xt-sim or
QEMU. Device binding to host file may be changed at runtime via proc
interface provided the device is not in use. Number of block devices
and initial binding to host files is controlled via kernel/module
parameters, with defaults specified in the kernel configuration.

Signed-off-by: Victor Prupis <vnp@tensilica.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/platforms/iss/Makefile')
-rw-r--r--arch/xtensa/platforms/iss/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/platforms/iss/Makefile b/arch/xtensa/platforms/iss/Makefile
index b7d1a5c0ff7f..d2369b799c50 100644
--- a/arch/xtensa/platforms/iss/Makefile
+++ b/arch/xtensa/platforms/iss/Makefile
@@ -6,3 +6,4 @@
 
 obj-y			= console.o setup.o
 obj-$(CONFIG_NET)	+= network.o
+obj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o