diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-11-19 16:45:19 +0100 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-11-19 16:46:24 +0100 |
| commit | 2cc587d123d84debc1c2eefd35d4b70f98d6d820 (patch) | |
| tree | 20e12a6d17831a00814d02b3c756da17b1f45aea | |
| parent | 07f90910c6f176c6459225ed0953e6b040ced19e (diff) | |
| download | upstream-2cc587d123d84debc1c2eefd35d4b70f98d6d820.tar.gz upstream-2cc587d123d84debc1c2eefd35d4b70f98d6d820.tar.bz2 upstream-2cc587d123d84debc1c2eefd35d4b70f98d6d820.zip | |
kernel: remove CONFIG_DEVTMPFS_SAFE from target config
CONFIG_DEVTMPFS_SAFE is now part of the generic configuration. Remove it
from the target configurations.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/sifiveu/config-6.1 | 1 | ||||
| -rw-r--r-- | target/linux/x86/config-6.1 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/sifiveu/config-6.1 b/target/linux/sifiveu/config-6.1 index 2bcbcffeda5..98283f4e0d8 100644 --- a/target/linux/sifiveu/config-6.1 +++ b/target/linux/sifiveu/config-6.1 @@ -68,7 +68,6 @@ CONFIG_DEBUG_INFO=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y -# CONFIG_DEVTMPFS_SAFE is not set CONFIG_DMA_DIRECT_REMAP=y CONFIG_DNOTIFY=y CONFIG_DTC=y diff --git a/target/linux/x86/config-6.1 b/target/linux/x86/config-6.1 index 6776d05be38..af3676f3714 100644 --- a/target/linux/x86/config-6.1 +++ b/target/linux/x86/config-6.1 @@ -92,7 +92,6 @@ CONFIG_DEBUG_MISC=y # CONFIG_DEBUG_TLBFLUSH is not set CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_GZIP=y -# CONFIG_DEVTMPFS_SAFE is not set CONFIG_DMADEVICES=y CONFIG_DMI=y CONFIG_DMIID=y |
