From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/fs/exofs/Kconfig.ore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ANDROID_3.4.5/fs/exofs/Kconfig.ore (limited to 'ANDROID_3.4.5/fs/exofs/Kconfig.ore') diff --git a/ANDROID_3.4.5/fs/exofs/Kconfig.ore b/ANDROID_3.4.5/fs/exofs/Kconfig.ore new file mode 100644 index 00000000..1ca7fb7b --- /dev/null +++ b/ANDROID_3.4.5/fs/exofs/Kconfig.ore @@ -0,0 +1,12 @@ +# ORE - Objects Raid Engine (libore.ko) +# +# Note ORE needs to "select ASYNC_XOR". So Not to force multiple selects +# for every ORE user we do it like this. Any user should add itself here +# at the "depends on EXOFS_FS || ..." with an ||. The dependencies are +# selected here, and we default to "ON". So in effect it is like been +# selected by any of the users. +config ORE + tristate + depends on EXOFS_FS || PNFS_OBJLAYOUT + select ASYNC_XOR + default SCSI_OSD_ULD -- cgit