From a8854f05f7c7192195cca79bcf9c9153d168f485 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Fri, 20 Apr 2018 09:26:14 +0200 Subject: kernel features used as installer support Also enable as modules devices that can be connected to a target: - usb - hsi - firewire Signed-off-by: Adrian Calianu --- features/hsi/hsi_m.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 features/hsi/hsi_m.cfg (limited to 'features/hsi/hsi_m.cfg') diff --git a/features/hsi/hsi_m.cfg b/features/hsi/hsi_m.cfg new file mode 100644 index 0000000..16e6dd3 --- /dev/null +++ b/features/hsi/hsi_m.cfg @@ -0,0 +1,20 @@ +CONFIG_SPMI=m +CONFIG_HSI=m +CONFIG_HSI_BOARDINFO=y + +# +# HSI controllers +# + +# +# HSI clients +# +CONFIG_HSI_CHAR=m +# CONFIG_QCOM_SPMI_IADC is not set +# CONFIG_QCOM_SPMI_VADC is not set +CONFIG_LIBNVDIMM=m +CONFIG_BLK_DEV_PMEM=m +CONFIG_ND_BLK=m +CONFIG_ND_CLAIM=y +CONFIG_ND_BTT=m +CONFIG_BTT=y -- cgit v1.2.3-54-g00ecf