diff options
author | Victor Prupis <vnp@vnp_fc3.hq.tensilica.com> | 2008-05-19 17:50:38 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2013-02-23 22:22:41 -0500 |
commit | b6c7e873daf765e41233b9752083b66442703b7a (patch) | |
tree | f073ce1cf3f0ce32e4f4d177348d8aece9d8040b /arch/xtensa/platforms/iss/Makefile | |
parent | c5a285bb1b54e8b636cb522a9eb9c9ad232a23f8 (diff) |
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/Makefile | 1 |
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 @@ | |||
6 | 6 | ||
7 | obj-y = console.o setup.o | 7 | obj-y = console.o setup.o |
8 | obj-$(CONFIG_NET) += network.o | 8 | obj-$(CONFIG_NET) += network.o |
9 | obj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o | ||