diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-03 23:28:18 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-10 10:05:50 +0800 |
commit | 860652f4b9da40c80ae96d55778a3cd887514e3d (patch) | |
tree | 8edd9d6eb1e53cb7015c8ee444efe7cc6b9a68c5 /target/linux/mpc85xx/config-5.4 | |
parent | 2a18840cc773425668fdfd99429d74ef0ab3a8ef (diff) | |
download | upstream-860652f4b9da40c80ae96d55778a3cd887514e3d.tar.gz upstream-860652f4b9da40c80ae96d55778a3cd887514e3d.tar.bz2 upstream-860652f4b9da40c80ae96d55778a3cd887514e3d.zip |
kernel: 5.4: move some kconfig options to generic
CONFIG_64BIT_TIME=y
CONFIG_KASAN_STACK=1
CONFIG_UBSAN_ALIGNMENT=y
CONFIG_UNIX_SCM=y
CONFIG_DMA_DECLARE_COHERENT=y
CONFIG_OF_RESERVED_MEM=y
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx/config-5.4')
-rw-r--r-- | target/linux/mpc85xx/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/config-5.4 b/target/linux/mpc85xx/config-5.4 index 9fe66b3d36..65ee414c4e 100644 --- a/target/linux/mpc85xx/config-5.4 +++ b/target/linux/mpc85xx/config-5.4 @@ -217,7 +217,6 @@ CONFIG_OF_IRQ=y CONFIG_OF_KOBJ=y CONFIG_OF_MDIO=y CONFIG_OF_NET=y -CONFIG_OF_RESERVED_MEM=y CONFIG_OLD_SIGACTION=y CONFIG_OLD_SIGSUSPEND=y # CONFIG_P1010_RDB is not set |