forked from Seagate/openSeaChest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
25 lines (25 loc) · 882 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
option('tools', type : 'array', choices : [
'Basics',
'Configure',
'Erase',
'Firmware',
'Format',
'GenericTests',
'Info',
'Logs',
'NVMe',
'PassthroughTest',
'PowerControl',
'Security',
'SMART',
'ZBD'
])
option('tcg', type : 'feature', value : 'disabled')
option('libc_musl', type : 'boolean', value : 'false')
#openSeaChest_Security can set the password, however this is not enabled by default
#because enabling it may make the system unable to boot, the drive may not show up
#in the OS if it DOES boot or if the drive it hotplugged in, or it may not be possible
#for the user to enter the password they have set because the system, BIOS, or HBA has
#sent the ATA security freeze-lock command to the drive.
#if you really want to enable this option, you can do it, but you have been warned!
option('atasecsetpass', type : 'feature', value : 'disabled')