blob: d581006c2030de5fe05c5307939ccf41d2659348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
menuconfig KONTRON_HW_UID
bool "Enable reading Kontron HW UID from OTP fuses"
help
Enable support for reading Kontron hardware UIDs from OTP fuse registers.
The UIDs are factory-programmed for SoMs and boards and are printed to the
console and used as serial numbers if this option is enabled.
menuconfig KONTRON_HW_UID_USE_SOC_FALLBACK
bool "Use the unique ID of the SoC as fallback serial number"
depends on KONTRON_HW_UID
default n
help
Enable the fallback to the UID of the SoC programmed by the SoC
manufacturer if no Kontron UID is found in the OTP fuses.
|