10 lines
240 B
PHP
10 lines
240 B
PHP
# Raspberry Pi Helium common configuration
|
|
|
|
ENABLE_UART = "1"
|
|
ENABLE_I2C = "1"
|
|
ENABLE_SPI_BUS = "1"
|
|
ENABLE_W1 = "1"
|
|
|
|
# don't install ALL kernel modules, let the machine pick what it needs
|
|
MACHINE_EXTRA_RRECOMMENDS:remove = "kernel-modules"
|