1# SPDX-License-Identifier: GPL-2.0 2 3menu "Layout Types" 4 5config NVMEM_LAYOUT_SL28_VPD 6 tristate "Kontron sl28 VPD layout support" 7 select CRC8 8 help 9 Say Y here if you want to support the VPD layout of the Kontron 10 SMARC-sAL28 boards. 11 12 If unsure, say N. 13 14config NVMEM_LAYOUT_ONIE_TLV 15 tristate "ONIE tlv support" 16 select CRC32 17 help 18 Say Y here if you want to support the Open Compute Project ONIE 19 Type-Length-Value standard table. 20 21 If unsure, say N. 22 23endmenu 24