diff options
author | Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> | 2012-06-25 15:41:35 -0300 |
---|---|---|
committer | Jon Medhurst <tixy@linaro.org> | 2012-08-29 14:02:06 +0100 |
commit | 26d78ce2814f3540607e683e9b48fc4e7251b8f4 (patch) | |
tree | f67e915e0eae971eaae77b133fcc93726213ce6d /linaro | |
parent | 6e5342015d1ff791e374233361bb5d5a017f0f8d (diff) | |
download | vexpress-lsk-26d78ce2814f3540607e683e9b48fc4e7251b8f4.tar.gz |
configs: ubuntu: be compatible with the enforce script
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r-- | linaro/configs/ubuntu.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/linaro/configs/ubuntu.conf b/linaro/configs/ubuntu.conf index 03a01419e10..98af7523fc2 100644 --- a/linaro/configs/ubuntu.conf +++ b/linaro/configs/ubuntu.conf @@ -1,3 +1,8 @@ +# CONFIG_COMPAT_BRK is not set +# CONFIG_DEVKMEM is not set +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_INIT_PASS_ALL_PARAMS=y +CONFIG_DEBUG_RODATA=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_KERNEL_GZIP=y CONFIG_SWAP=y @@ -13,7 +18,7 @@ CONFIG_AUDIT=y CONFIG_AUDITSYSCALL=y CONFIG_AUDIT_WATCH=y CONFIG_AUDIT_TREE=y -CONFIG_AUDIT_LOGINUID_IMMUTABLE=y +# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_CHIP=y CONFIG_IRQ_DOMAIN=y @@ -964,7 +969,7 @@ CONFIG_ATH6KL_SDIO=m CONFIG_ATH6KL_USB=m CONFIG_B43=m CONFIG_B43_BCMA=y -CONFIG_B43_BCMA_EXTRA=y +# CONFIG_B43_BCMA_EXTRA is not set CONFIG_B43_SSB=y CONFIG_B43_BCMA_PIO=y CONFIG_B43_PIO=y |