| # Copyright 2018 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| # Initial value just for style purposes. |
| # Enable biometrics support |
| # Use ext4 crypto (for NYC Android container) |
| USE="${USE} direncryption" |
| # Include prebuilt (&signed) CR50 FW |
| USE="${USE} cr50_onboard" |
| # Uncomment these lines to activate the serial port. |
| # Enable kernel serial drivers |
| # Declare set of enabled consoles |
| # Log cros_ec/cros_fp consoles with the timberslide daemon |
| # All firmware to build from the EC code base. |
| EC_FIRMWARE_EXTRA="nocturne_fp" |