summaryrefslogtreecommitdiffstats
path: root/arch/m68k/configs/q40_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* m68k/defconfig: Update defconfigs for v5.0-rc1Geert Uytterhoeven2019-01-211-3/+2
| | | | | | | | | | | Actual changes: -CONFIG_IOSCHED_DEADLINE=m -CONFIG_BATMAN_ADV_MCAST=y -# CONFIG_SCSI_MQ_DEFAULT is not set +CONFIG_CRYPTO_ADIANTUM=m +CONFIG_CRYPTO_STREEBOG=m Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Drop NET_VENDOR_<FOO>=nGeert Uytterhoeven2019-01-211-33/+0
| | | | | | | | Enabling NET_VENDOR_* Kconfig options does not directly affect the kernel, so there is no need to explicitly disable them. The individual network drivers under them are still disabled. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.20-rc1Geert Uytterhoeven2018-12-031-40/+49
| | | | | | | | | | | | | | | | | | | | Actual changes: -CONFIG_BATMAN_ADV_DAT=y -CONFIG_CRYPTO_SHA512=m -CONFIG_NF_CONNTRACK_IPV4=m -CONFIG_NF_CONNTRACK_IPV6=m +CONFIG_CRC64=m +CONFIG_CRYPTO_OFB=m +CONFIG_NFT_OSF=m +CONFIG_NFT_TPROXY=m +CONFIG_NFT_TUNNEL=m +CONFIG_NFT_XFRM=m +CONFIG_TEST_BITFIELD=m +CONFIG_TEST_IDA=m +CONFIG_TEST_MEMCAT_P=m +CONFIG_TEST_XARRAY=m Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel2018-09-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | As it turns out, the AVX2 multibuffer SHA routines are currently broken [0], in a way that would have likely been noticed if this code were in wide use. Since the code is too complicated to be maintained by anyone except the original authors, and since the performance benefits for real-world use cases are debatable to begin with, it is better to drop it entirely for the moment. [0] https://marc.info/?l=linux-crypto-vger&m=153476243825350&w=2 Suggested-by: Eric Biggers <ebiggers@google.com> Cc: Megha Dey <megha.dey@linux.intel.com> Cc: Tim Chen <tim.c.chen@linux.intel.com> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-1/+0
| | | | | | | | | | | | | | | | These are unused, undesired, and have never actually been used by anybody. The original authors of this code have changed their mind about its inclusion. While originally proposed for disk encryption on low-end devices, the idea was discarded [1] in favor of something else before that could really get going. Therefore, this patch removes Speck. [1] https://marc.info/?l=linux-crypto-vger&m=153359499015659 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Acked-by: Eric Biggers <ebiggers@google.com> Cc: stable@vger.kernel.org Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* m68k/defconfig: Update defconfigs for v4.18-rc6Geert Uytterhoeven2018-07-291-12/+18
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.17-rc3Geert Uytterhoeven2018-05-221-8/+12
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.16-rc5Geert Uytterhoeven2018-03-191-1/+11
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* Merge tag 'driver-core-4.16-rc1' of ↵Linus Torvalds2018-02-011-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core Pull driver core updates from Greg KH: "Here is the set of "big" driver core patches for 4.16-rc1. The majority of the work here is in the firmware subsystem, with reworks to try to attempt to make the code easier to handle in the long run, but no functional change. There's also some tree-wide sysfs attribute fixups with lots of acks from the various subsystem maintainers, as well as a handful of other normal fixes and changes. And finally, some license cleanups for the driver core and sysfs code. All have been in linux-next for a while with no reported issues" * tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (48 commits) device property: Define type of PROPERTY_ENRTY_*() macros device property: Reuse property_entry_free_data() device property: Move property_entry_free_data() upper firmware: Fix up docs referring to FIRMWARE_IN_KERNEL firmware: Drop FIRMWARE_IN_KERNEL Kconfig option USB: serial: keyspan: Drop firmware Kconfig options sysfs: remove DEBUG defines sysfs: use SPDX identifiers drivers: base: add coredump driver ops sysfs: add attribute specification for /sysfs/devices/.../coredump test_firmware: fix missing unlock on error in config_num_requests_store() test_firmware: make local symbol test_fw_config static sysfs: turn WARN() into pr_warn() firmware: Fix a typo in fallback-mechanisms.rst treewide: Use DEVICE_ATTR_WO treewide: Use DEVICE_ATTR_RO treewide: Use DEVICE_ATTR_RW sysfs.h: Use octal permissions component: add debugfs support bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristate ...
| * firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert2018-01-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | It doesn't actually do anything. Merge its help text into EXTRA_FIRMWARE. Fixes: 5620a0d1aacd ("firmware: delete in-kernel firmware") Fixes: 0946b2fb38fd ("firmware: cleanup FIRMWARE_IN_KERNEL message") Signed-off-by: Benjamin Gilbert <benjamin.gilbert@coreos.com> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* | m68k/defconfig: Update defconfigs for v4.15-rc1Geert Uytterhoeven2018-01-161-1/+3
|/ | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.14-rc7Geert Uytterhoeven2017-11-091-2/+4
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.13-rc1Geert Uytterhoeven2017-08-211-2/+5
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.12-rc1Geert Uytterhoeven2017-05-141-1/+7
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.11-rc1Geert Uytterhoeven2017-03-201-1/+13
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.10-rc1Geert Uytterhoeven2017-02-091-2/+14
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.9-rc1Geert Uytterhoeven2016-10-301-2/+6
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.8-rc1Geert Uytterhoeven2016-08-291-0/+3
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.7-rc2Geert Uytterhoeven2016-07-191-0/+4
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.6-rc2Geert Uytterhoeven2016-04-071-7/+6
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.5-rc1Geert Uytterhoeven2016-02-011-0/+9
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.4-rc1Geert Uytterhoeven2015-12-141-0/+5
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.3-rc1Geert Uytterhoeven2015-09-281-1/+8
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.2-rc1Geert Uytterhoeven2015-08-101-4/+11
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Disable experimental CONFIG_DM_CACHEGeert Uytterhoeven2015-08-101-1/+0
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.1-rc6Geert Uytterhoeven2015-06-011-2/+6
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Update defconfigs for v4.0-rc1Geert Uytterhoeven2015-03-151-0/+3
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/q40: Make NE2000 builtin instead of modularGeert Uytterhoeven2015-03-151-1/+1
| | | | | | All other Ethernet drivers are builtin, for NFS root. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Enable Ethernet bridgingGeert Uytterhoeven2015-01-311-0/+27
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Enable automounting of devtmpfs at /devGeert Uytterhoeven2015-01-311-0/+1
| | | | | | Enable CONFIG_DEVTMPFS_MOUNT, as it's useful for initrd-less kernels. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Enable early printk supportGeert Uytterhoeven2015-01-311-0/+1
| | | | | | | Enable CONFIG_EARLY_PRINTK on all platforms where it's available (all but Sun-3) and not yet enabled. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Enable test modulesGeert Uytterhoeven2015-01-311-0/+6
| | | | | | It doesn't hurt to have CONFIG_TEST_* enabled as modules. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Refresh defconfigs for v3.16-rc1--v3.19-rc2Geert Uytterhoeven2015-01-311-12/+28
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* tgt: defconfig cleanupBart Van Assche2014-07-171-1/+0
| | | | | | | | | | | | | | Because of the removal of the scsi_tgt kernel module, the kbuild variables CONFIG_SCSI_TGT, CONFIG_SCSI_SRP_TGT_ATTRS and CONFIG_SCSI_FC_TGT_ATTRS are obsolete. This patch removes these variables. This patch is the result of the following command: find -name '*defconfig' | while read f; do grep -vwE 'CONFIG_SCSI_TGT|CONFIG_SCSI_SRP_TGT_ATTRS|CONFIG_SCSI_FC_TGT_ATTRS|CONFIG_SRP' $f >/tmp/t && mv /tmp/t $f; done Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Hannes Reinecke <hare@suse.de>
* m68k: Update defconfigs for v3.15-rc2Geert Uytterhoeven2014-05-281-1/+4
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k: Update defconfigs for v3.14-rc1Geert Uytterhoeven2014-03-311-4/+6
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k: Update defconfigs for v3.13-rc1Geert Uytterhoeven2013-12-301-5/+38
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Disable /sbin/hotplug fork-bomb by defaultGeert Uytterhoeven2013-12-301-1/+0
| | | | | | | Cfr. commit 7934779a69f1184f29d786b89e77dd14519bd226 ("Driver-Core: disable /sbin/hotplug by default"). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Use ext4 for ext2/ext3 file systemsGeert Uytterhoeven2013-12-081-4/+0
| | | | | | This reduces the kernel image size by ca. 160 KiB. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/defconfig: Make NFS_V4 modular instead of builtinGeert Uytterhoeven2013-11-261-1/+1
| | | | | | | This reduces the kernel image size by ca. 100 KiB, while still allowing NFS root. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k/q40: Enable PC parallel port in defconfigGeert Uytterhoeven2013-06-241-0/+6
| | | | | | | Enable the PC parallel port and other related options in the Q40-specific and multi-platform defconfigs. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k: Update defconfigs for v3.9Geert Uytterhoeven2013-05-281-57/+172
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* netfilter: remove xt_NOTRACKCong Wang2012-09-031-1/+0
| | | | | | | | | | | It was scheduled to be removed for a long time. Cc: Pablo Neira Ayuso <pablo@netfilter.org> Cc: Patrick McHardy <kaber@trash.net> Cc: "David S. Miller" <davem@davemloft.net> Cc: netfilter@vger.kernel.org Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* defconfig reductionSam Ravnborg2010-08-141-839/+0
| | | | | | | Use the defconfig files generated by "make savedefconfig" for remaining defconfig files. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* m68k: Update defconfigs for 2.6.30-rc3Geert Uytterhoeven2009-04-221-40/+82
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k: Update defconfigs for 2.6.28-rc7Geert Uytterhoeven2008-12-021-53/+72
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* m68k: Update defconfigs for 2.6.27-rc6Geert Uytterhoeven2008-09-101-21/+32
| | | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* m68k: enable CONFIG_COMPAT_BRK by defaultGeert Uytterhoeven2008-06-061-3/+3
| | | | | | | | | As some m68k machines have plenty of libc5 binaries in active use, enable CONFIG_COMPAT_BRK by default. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* m68k: Update defconfigsGeert Uytterhoeven2008-05-181-68/+91
| | | | | | | Update the m68k defconfigs Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* m68k: update defconfigs for 2.6.25Geert Uytterhoeven2008-04-041-420/+571
| | | | | | | Long overdue update of the m68k defconfigs Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>