-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathKconfig
More file actions
14 lines (12 loc) · 527 Bytes
/
Copy pathKconfig
File metadata and controls
14 lines (12 loc) · 527 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
menu "RC522"
config RC522_PREVENT_SECTOR_TRAILER_WRITE
bool "Prevent writing to the Sector Trailer block"
default y
help
The Sector Trailer block stores authentication keys
and access bits. Enabling this option prevents writing
to the Trailer block. This is enabled by default to protect
inexperienced users from accidentally overwriting keys or
writing incorrect access bits, which could render the sector
unusable.
endmenu