diff options
author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-09 13:10:17 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-11 12:31:55 +0200 |
commit | 2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch) | |
tree | a75c155496521cf9fb1931751aa573d8bb33a1ea /features/hsi | |
parent | 9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff) | |
download | enea-kernel-cache-ampere-4.14.tar.gz |
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711
Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
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 | ||