diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-25 11:31:23 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-27 14:34:22 +0100 |
commit | ebfc94aee99e3e7bb82a64abb3b9eacd1fae470d (patch) | |
tree | 0f1d4eda8cd3dd829fecd40c5dd30b1b06d5c993 /target/linux/layerscape/armv8_64b | |
parent | 7d6553c72edada262ada8dbe871243c35400573d (diff) | |
download | upstream-ebfc94aee99e3e7bb82a64abb3b9eacd1fae470d.tar.gz upstream-ebfc94aee99e3e7bb82a64abb3b9eacd1fae470d.tar.bz2 upstream-ebfc94aee99e3e7bb82a64abb3b9eacd1fae470d.zip |
kernel: Move CONFIG_USERIO to generic config
The CONFIG_USERIO option is unset in multiple target configurations. On
the sunxi target it is activated. Move the kernel configuration option
to the generic kernel configuration.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/layerscape/armv8_64b')
-rw-r--r-- | target/linux/layerscape/armv8_64b/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4 index 172a9d43b1..304d40da94 100644 --- a/target/linux/layerscape/armv8_64b/config-5.4 +++ b/target/linux/layerscape/armv8_64b/config-5.4 @@ -925,7 +925,6 @@ CONFIG_UNINLINE_SPIN_UNLOCK=y CONFIG_UNIX_DIAG=y CONFIG_UNMAP_KERNEL_AT_EL0=y CONFIG_USB_SUPPORT=y -# CONFIG_USERIO is not set CONFIG_USER_NS=y CONFIG_USE_PERCPU_NUMA_NODE_ID=y CONFIG_UTS_NS=y |