Skip to content

Instantly share code, notes, and snippets.

@annymsMthd
Created April 12, 2017 00:41
Show Gist options
  • Save annymsMthd/f1d19e3c45dac6a4eeace5d800f0da66 to your computer and use it in GitHub Desktop.
Save annymsMthd/f1d19e3c45dac6a4eeace5d800f0da66 to your computer and use it in GitHub Desktop.
inherit kernel-resin
#
# Support for NVME block devices
#
RESIN_CONFIGS_append_intel-corei7-64 = " nvme"
RESIN_CONFIGS[nvme] = " \
CONFIG_BLK_DEV_NVME=y \
"
#
# Support for DLM module
#
RESIN_CONFIGS_append_intel-corei7-64 = " dlm"
RESIN_CONFIGS[dlm] = " \
CONFIG_DLM=m \
"
RESIN_CONFIGS_append_intel-corei7-64 = " serial_8250"
RESIN_CONFIGS[serial_8250] = " \
CONFIG_SERIAL_8250=y \
CONFIG_SERIAL_8250_CONSOLE=y \
CONFIG_SERIAL_8250_PCI=y \
CONFIG_SERIAL_8250_NR_UARTS=32 \
CONFIG_SERIAL_8250_RUNTIME_UARTS=8 \
CONFIG_SERIAL_CORE=y \
CONFIG_SERIAL_CORE_CONSOLE=y \
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment