summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:58:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:58:31 +0200
commit221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90 (patch)
treed2dd236380ead5b5930005ee13236917b922301d /arch/sandbox/configs
parentee5e6c0115ac78412cbc53274698ece3847e3300 (diff)
downloadbarebox-221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90.tar.gz
barebox-221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90.tar.xz
arch: refresh defconfigs
The defconfig files are long untouched and a make xy_defconfig; make savedefconfig usually generates quite a different looking file. Refresh them to make it easier to generate patches against the configs using make xy_defconfig; make menuconfig; make savedefconfig This has been done with the following script. for a in arch/*; do arch=$(basename $a) for c in $a/configs/*; do config=$(basename $c) export ARCH=$arch make $config && make savedefconfig && mv defconfig $c done done Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/configs')
-rw-r--r--arch/sandbox/configs/sandbox_defconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig
index d82579b636..c20dd15a0b 100644
--- a/arch/sandbox/configs/sandbox_defconfig
+++ b/arch/sandbox/configs/sandbox_defconfig
@@ -94,10 +94,4 @@ CONFIG_BAREBOX_LOGO_240=y
CONFIG_BAREBOX_LOGO_320=y
CONFIG_BAREBOX_LOGO_400=y
CONFIG_BAREBOX_LOGO_640=y
-CONFIG_DIGEST_MD5_GENERIC=y
-CONFIG_DIGEST_SHA1_GENERIC=y
-CONFIG_DIGEST_SHA224_GENERIC=y
-CONFIG_DIGEST_SHA256_GENERIC=y
-CONFIG_DIGEST_SHA384_GENERIC=y
-CONFIG_DIGEST_SHA512_GENERIC=y
CONFIG_DIGEST_HMAC_GENERIC=y