diff options
Diffstat (limited to 'features/hsi')
| -rw-r--r-- | features/hsi/hsi_m.cfg | 20 | ||||
| -rw-r--r-- | features/hsi/hsi_m.scc | 4 |
2 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | CONFIG_SPMI=m | ||
| 2 | CONFIG_HSI=m | ||
| 3 | CONFIG_HSI_BOARDINFO=y | ||
| 4 | |||
| 5 | # | ||
| 6 | # HSI controllers | ||
| 7 | # | ||
| 8 | |||
| 9 | # | ||
| 10 | # HSI clients | ||
| 11 | # | ||
| 12 | CONFIG_HSI_CHAR=m | ||
| 13 | # CONFIG_QCOM_SPMI_IADC is not set | ||
| 14 | # CONFIG_QCOM_SPMI_VADC is not set | ||
| 15 | CONFIG_LIBNVDIMM=m | ||
| 16 | CONFIG_BLK_DEV_PMEM=m | ||
| 17 | CONFIG_ND_BLK=m | ||
| 18 | CONFIG_ND_CLAIM=y | ||
| 19 | CONFIG_ND_BTT=m | ||
| 20 | CONFIG_BTT=y | ||
diff --git a/features/hsi/hsi_m.scc b/features/hsi/hsi_m.scc new file mode 100644 index 0000000..304f5a0 --- /dev/null +++ b/features/hsi/hsi_m.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable in kernel HSI (High Speed Synchronous Serial Interface) support" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware hsi_m.cfg | ||
