diff options
author | John Audia <graysky@archlinux.us> | 2022-02-27 14:54:33 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-02-28 21:52:01 +0100 |
commit | 4a956a06f23f56162f90eec79a3cbc6caa732681 (patch) | |
tree | 77627c69fd28f8f585ecb8850cb3132e524adb68 /target | |
parent | d95b74f7c9f8ce58e583991f598a9b39bb43ee2f (diff) | |
download | upstream-4a956a06f23f56162f90eec79a3cbc6caa732681.tar.gz upstream-4a956a06f23f56162f90eec79a3cbc6caa732681.tar.bz2 upstream-4a956a06f23f56162f90eec79a3cbc6caa732681.zip |
kernel: move CONFIG_ASN1 to generic config
Rather than populating this symbol in the individual configs, move it to the
generic config.
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index c6a34eea13..bf96908178 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -414,6 +414,7 @@ CONFIG_ARM_GIC_MAX_NR=1 # CONFIG_AS3935 is not set # CONFIG_AS73211 is not set # CONFIG_ASM9260_TIMER is not set +# CONFIG_ASN1 is not set # CONFIG_ASUS_LAPTOP is not set # CONFIG_ASUS_WIRELESS is not set # CONFIG_ASYMMETRIC_KEY_TYPE is not set |