diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-10-09 14:40:50 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-10-09 14:40:50 +0100 |
commit | 91a261af5cdb795fb9259172d6f2c235e5e86e49 (patch) | |
tree | 83414e5ce45b3ec5aae82125def30f19741d5a54 | |
parent | 9e549f8843837fe3c43e2e77791aa06402aaab5f (diff) | |
download | kernel-91a261af5cdb795fb9259172d6f2c235e5e86e49.tar.gz kernel-91a261af5cdb795fb9259172d6f2c235e5e86e49.tar.xz kernel-91a261af5cdb795fb9259172d6f2c235e5e86e49.zip |
drop the extra space to make SNI_NETSEC a valid config
-rw-r--r-- | baseconfig/arm/arm64/CONFIG_SNI_NETSEC | 2 | ||||
-rw-r--r-- | kernel-aarch64-debug.config | 1 | ||||
-rw-r--r-- | kernel-aarch64.config | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/baseconfig/arm/arm64/CONFIG_SNI_NETSEC b/baseconfig/arm/arm64/CONFIG_SNI_NETSEC index f9c8aea38..2a7609395 100644 --- a/baseconfig/arm/arm64/CONFIG_SNI_NETSEC +++ b/baseconfig/arm/arm64/CONFIG_SNI_NETSEC @@ -1 +1 @@ -# CONFIG_SNI_NETSEC is not set +# CONFIG_SNI_NETSEC is not set diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index d11e635c5..156e22488 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -5388,6 +5388,7 @@ CONFIG_SND_VIRMIDI=m CONFIG_SND_VIRTUOSO=m CONFIG_SND_VX222=m CONFIG_SND_YMFPCI=m +# CONFIG_SNI_NETSEC is not set # CONFIG_SOC_BRCMSTB is not set # CONFIG_SOC_CAMERA is not set CONFIG_SOCIONEXT_SYNQUACER_PREITS=y diff --git a/kernel-aarch64.config b/kernel-aarch64.config index de5e41da7..3b61716fa 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -5365,6 +5365,7 @@ CONFIG_SND_VIRMIDI=m CONFIG_SND_VIRTUOSO=m CONFIG_SND_VX222=m CONFIG_SND_YMFPCI=m +# CONFIG_SNI_NETSEC is not set # CONFIG_SOC_BRCMSTB is not set # CONFIG_SOC_CAMERA is not set CONFIG_SOCIONEXT_SYNQUACER_PREITS=y |