GNU Linux-libre 6.8.9-gnu
[releases.git] / drivers / nvmem / layouts / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 config NVMEM_LAYOUTS
4         bool
5         depends on OF
6
7 if NVMEM_LAYOUTS
8
9 menu "Layout Types"
10
11 config NVMEM_LAYOUT_SL28_VPD
12         tristate "Kontron sl28 VPD layout support"
13         select CRC8
14         help
15           Say Y here if you want to support the VPD layout of the Kontron
16           SMARC-sAL28 boards.
17
18           If unsure, say N.
19
20 config NVMEM_LAYOUT_ONIE_TLV
21         tristate "ONIE tlv support"
22         select CRC32
23         help
24           Say Y here if you want to support the Open Compute Project ONIE
25           Type-Length-Value standard table.
26
27           If unsure, say N.
28
29 endmenu
30
31 endif