xref: /openbmc/linux/drivers/nvmem/layouts/Kconfig (revision d3c0d12f)
1266570f4SMichael Walle# SPDX-License-Identifier: GPL-2.0
2266570f4SMichael Walle
3266570f4SMichael Wallemenu "Layout Types"
4266570f4SMichael Walle
5d9fae023SMichael Walleconfig NVMEM_LAYOUT_SL28_VPD
6d9fae023SMichael Walle	tristate "Kontron sl28 VPD layout support"
7d9fae023SMichael Walle	select CRC8
8d9fae023SMichael Walle	help
9d9fae023SMichael Walle	  Say Y here if you want to support the VPD layout of the Kontron
10d9fae023SMichael Walle	  SMARC-sAL28 boards.
11d9fae023SMichael Walle
12d9fae023SMichael Walle	  If unsure, say N.
13d9fae023SMichael Walle
14*d3c0d12fSMiquel Raynalconfig NVMEM_LAYOUT_ONIE_TLV
15*d3c0d12fSMiquel Raynal	tristate "ONIE tlv support"
16*d3c0d12fSMiquel Raynal	select CRC32
17*d3c0d12fSMiquel Raynal	help
18*d3c0d12fSMiquel Raynal	  Say Y here if you want to support the Open Compute Project ONIE
19*d3c0d12fSMiquel Raynal	  Type-Length-Value standard table.
20*d3c0d12fSMiquel Raynal
21*d3c0d12fSMiquel Raynal	  If unsure, say N.
22*d3c0d12fSMiquel Raynal
23266570f4SMichael Walleendmenu
24