[PATCH v1 2/2] sandbox: configs: enable CMD_NVMEM and NVMEM_RMEM

Oleksij Rempel o.rempel at pengutronix.de
Tue Jun 17 06:20:23 PDT 2025


This options are needed to active test/py/test_nvmem.py
tests.

Signed-off-by: Oleksij Rempel <o.rempel at pengutronix.de>
---
 arch/sandbox/configs/sandbox_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig
index f8897afa19b1..691b5da0edff 100644
--- a/arch/sandbox/configs/sandbox_defconfig
+++ b/arch/sandbox/configs/sandbox_defconfig
@@ -18,6 +18,7 @@ CONFIG_LONGHELP=y
 CONFIG_CMD_IOMEM=y
 CONFIG_CMD_IMD=y
 CONFIG_CMD_MEMINFO=y
+CONFIG_CMD_NVMEM=y
 CONFIG_CMD_POLLER=y
 CONFIG_CMD_SLICE=y
 CONFIG_CMD_GO=y
@@ -124,6 +125,7 @@ CONFIG_EEPROM_AT24=y
 CONFIG_WATCHDOG=y
 CONFIG_WATCHDOG_POLLER=y
 # CONFIG_PINCTRL is not set
+CONFIG_NVMEM_RMEM=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_DS1307=y
 CONFIG_SYSCON_REBOOT_MODE=y
-- 
2.39.5




More information about the barebox mailing list