From 1e138ca70381c71915b7fb918d4294dcb7ba0cb2 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Fri, 30 Dec 2022 03:41:17 +0100 Subject: sunxi: enable CONFIG_NVMEM_SYSFS in both the stable and the testing kernel h2+/h3/h5 devices have a Secure ID that can be read from `/sys/bus/nvmem/devices/sunxi-sid0/nvmem`. Enabling CONFIG_NVMEM_SYSFS grants sysfs access from userspace. Signed-off-by: Jan-Niklas Burfeind --- target/linux/sunxi/config-5.15 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/sunxi/config-5.15') diff --git a/target/linux/sunxi/config-5.15 b/target/linux/sunxi/config-5.15 index c7dbc5a9f1..17c4d910c8 100644 --- a/target/linux/sunxi/config-5.15 +++ b/target/linux/sunxi/config-5.15 @@ -307,6 +307,7 @@ CONFIG_NO_HZ_IDLE=y CONFIG_NR_CPUS=8 CONFIG_NVMEM=y CONFIG_NVMEM_SUNXI_SID=y +CONFIG_NVMEM_SYSFS=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_EARLY_FLATTREE=y -- cgit v1.2.3