diff options
author | Florian Fainelli <[email protected]> | 2021-01-25 13:13:44 -0800 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2021-01-25 13:13:44 -0800 |
commit | d88b6b834872d51d76a951f89c761e7b12717962 (patch) | |
tree | 377cdf0bd05abe22e1f47e7fca34acfc9759b7ae | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) | |
parent | 5462a35ce3e4748e079ee325a1e9bb436f4950b3 (diff) |
Merge tag 'tags/bcm2835-defconfig-next-2021-01-25' into defconfig/next
Enable NVMEM_RMEM as module to expose RPi4's bootloader configuration to
userspace
Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index c5f25710fedc..7a326c5eff7a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1107,6 +1107,7 @@ CONFIG_ROCKCHIP_EFUSE=m CONFIG_NVMEM_SUNXI_SID=y CONFIG_NVMEM_VF610_OCOTP=y CONFIG_MESON_MX_EFUSE=m +CONFIG_NVMEM_RMEM=m CONFIG_FSI=m CONFIG_FSI_MASTER_GPIO=m CONFIG_FSI_MASTER_HUB=m |