mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi: Build eeprom access into kernel
To better support rpi-eeprom without depending on userland it was decided to build nvmem-rmem support into the kernel for Raspberry Pi 4 machines. Signed-off-by: Allan Xavier <mr.a.xavier@googlemail.com>
This commit is contained in:
parent
c759b5edf3
commit
c9d9582a23
1
recipes-kernel/linux/files/raspberrypi4/rpi4-nvmem.cfg
Normal file
1
recipes-kernel/linux/files/raspberrypi4/rpi4-nvmem.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_NVMEM_RMEM=y
|
|
@ -17,6 +17,10 @@ SRC_URI += " \
|
|||
${@bb.utils.contains("MACHINE_FEATURES", "wm8960", "file://wm8960.cfg", "", d)} \
|
||||
"
|
||||
|
||||
SRC_URI:append:raspberrypi4 = " \
|
||||
file://rpi4-nvmem.cfg \
|
||||
"
|
||||
|
||||
KCONFIG_MODE = "--alldefconfig"
|
||||
KBUILD_DEFCONFIG:raspberrypi0-wifi ?= "bcmrpi_defconfig"
|
||||
KBUILD_DEFCONFIG:raspberrypi ?= "bcmrpi_defconfig"
|
||||
|
|
Loading…
Reference in New Issue
Block a user