Commit Graph

208 Commits

Author SHA1 Message Date
Ben Hutchings ea0d63df90 [ia64] linux-image: Recommend grub-efi-ia64 instead of (removed) elilo 2019-04-20 23:04:54 +01:00
Uwe Kleine-König 85da926d38 Revert "wip" which was pushed by mistake
This reverts commit 331fdb5fb8.
2018-10-16 20:18:50 +02:00
Uwe Kleine-König 331fdb5fb8 wip 2018-10-16 08:44:27 +02:00
Ben Hutchings 8b3963b0eb [ia64] sched: Disable SCHED_STACK_END_CHECK (Closes: #905461) 2018-08-05 21:05:28 +08:00
Ben Hutchings 81d6f91e25 Clean up kconfig for 4.17
- Various ancient SCSI drivers were removed
- BT_HCIBTUART and INFINIBAND_CXGB3_DEBUG were removed
- OMAP_DM_TIMER is now an automatic symbol
- Marvell NAND driver was rewritten, so we enable MTD_NAND_MARVELL
  instead of MTD_NAND_PXA3xx
- Various netfilter symbols are now boolean instead of tristate
2018-04-20 01:39:47 +01:00
Ben Hutchings 6a61176cdf [ia64] linux-image: Improve flavour descriptions 2018-03-15 20:24:09 +00:00
Ben Hutchings f5c2d3912f [ia64] Compile with gcc-7 2018-03-15 20:23:49 +00:00
Ben Hutchings 2de75f07c3 [ia64] linux-image: Don't suggest fdutils 2018-03-15 20:23:29 +00:00
Ben Hutchings 2e74ef517f [ia64] Disable IRDA, consistent with other architectures 2018-03-15 20:23:04 +00:00
Ben Hutchings 869ad21438 [ia64] Clean up kconfig with kconfigeditor2, and delete obsolete symbols 2018-03-15 20:22:38 +00:00
Ben Hutchings 0eab78b1fd [ia64] Revert "Remove all support for ia64"
This reverts commit ace247de5b.
Refresh the "Hardcode arch script output" patch.

Closes: #886693
2018-03-15 20:22:30 +00:00
Ben Hutchings ace247de5b Remove all support for ia64
Close all bugs related to ia64.
2015-08-25 23:48:44 +01:00
Ben Hutchings 5fe888b7ec i2o: Disable I2O
svn path=/dists/sid/linux/; revision=22700
2015-05-25 02:16:00 +00:00
Maximilian Attems dccba9a58a configs: keep config value of tmscsim for new scsi driver
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22383
2015-02-12 14:38:38 +00:00
Ben Hutchings efd5c33160 Don't try to enable CS5530 drivers on anything except i386
These config symbols now depend on X86_32 || COMPILE_TEST, so move
them into the appropriate config file.

svn path=/dists/trunk/linux/; revision=21773
2014-09-07 19:01:09 +00:00
Bastian Blank aa5b6a869d * debian/changelog: Update.
* debian/config/config: Enable OPROFILE.

svn path=/dists/trunk/linux/; revision=21696
2014-08-06 21:13:52 +00:00
Bastian Blank 4051568f2b debian/config: Remove known dead options, resurrect others
svn path=/dists/trunk/linux/; revision=21690
2014-08-06 14:33:47 +00:00
Bastian Blank c9b147919b debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=21674
2014-08-03 20:09:47 +00:00
Bastian Blank 895585e136 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=21671
2014-08-03 19:05:53 +00:00
Ben Hutchings d37c253865 Merge install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image rules
The filename of the kernel image to be installed, and the stem of the
installed name, varies between architectures, so we define several
different rules to install it for different sets of architectures.
However the basic fact that we need to install this file in /boot does
not.

We also duplicate this name information in gencontrol.py and in
debian/config/{armel,armhf,sh4}/defines (used by buildcheck.py).

To address this:

* Define [image]install-stem and [build]image-file for each architecture
* Copy these settings to make-flags in gencontrol.py
* Copy [image]install-stem to the image-stem template variable in
  gencontrol.py
* Replace the per-architecture rules with a single rule using those
  make-flags

The per-architecture rules for ARM and PowerPC also installed DTB
and DTS files, respectively.  Include those commands in the single
rule with appropriate conditions around them.


svn path=/dists/trunk/linux/; revision=21253
2014-04-21 01:28:25 +00:00
Ben Hutchings 11de119c8a Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21218
2014-04-09 02:02:22 +00:00
Ben Hutchings 37a4c7debb [ia64] Enable PSTORE
...which then enables EFI_VARS_PSTORE

svn path=/dists/sid/linux/; revision=20903
2013-12-21 00:28:04 +00:00
Ben Hutchings e6e8404b08 Enable EXPERT and adjust config files to avoid consequent changes
1. Reset or remove values for config symbols that were only
   configurable if EXPERT.
2. Set additional configurable symbols to their default values.

This should have no effect on the actual configuration, except for
sh4 where EXPERT is *always* set and so the settings in 1 were
still being followed.

svn path=/dists/trunk/linux/; revision=20825
2013-11-27 07:39:11 +00:00
Ben Hutchings 565dc3ec81 [ia64] Reduce compiler version to gcc-4.6, matching gcc-defaults (fixes FTBFS)
svn path=/dists/sid/linux/; revision=20759
2013-10-30 02:05:09 +00:00
Ben Hutchings e9b2b7d072 Remove configuration for symbols which no longer exist
svn path=/dists/trunk/linux/; revision=20586
2013-09-09 04:09:34 +00:00
Bastian Blank 84c91afe33 * debian/changelog: Update.
* debian/config: Remove FONT* overrides.

svn path=/dists/trunk/linux/; revision=20575
2013-09-08 14:35:12 +00:00
Bastian Blank 2f58661684 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=20574
2013-09-08 14:24:32 +00:00
Ben Hutchings 7a10a53c96 ehci-hcd: Enable USB_EHCI_ROOT_HUB_TT and USB_EHCI_TT_NEWSCHED everywhere
USB_EHCI_ROOT_HUB_TT adds about 10 lines of code and is safe even if
not needed, so it's never worth turning off.

USB_EHCI_TT_NEWSCHED was 'new' in 2006 and is now the default, so
hardly anyone will be testing the 'old' code now.

svn path=/dists/trunk/linux/; revision=20546
2013-09-01 03:50:25 +00:00
Ben Hutchings 0000a5dbcf Clean up efivars config symbols
Enable EFI_VARS at the top-level config (still dependent on EFI).
Explicitly disable EFI_VARS_PSTORE_DEFAULT_DISABLE.

svn path=/dists/trunk/linux/; revision=20545
2013-09-01 03:23:03 +00:00
Ben Hutchings da659f9a32 Enable KPROBES at top level
This enables it for the arm*, mips*, s390 and sh4 ports.
Keep it disabled for the reduced armel images.

svn path=/dists/trunk/linux/; revision=20479
2013-08-11 17:38:12 +00:00
Ben Hutchings c5be092a7e Change ACPI_CONTAINER and ACPI_PCI_SLOT to built-in, as they can no longer be modular
svn path=/dists/sid/linux/; revision=20142
2013-05-30 03:17:40 +00:00
Ben Hutchings 3937ca5280 Merge changes from sid up to 3.2.41-1
Drop all changes to backported features and to rt.

svn path=/dists/trunk/linux/; revision=19940
2013-03-23 07:15:51 +00:00
Ben Hutchings 2ea813fe8d efivars: Work around serious firmware bugs
- Allow disabling use as a pstore backend
- Add module parameter to disable use as a pstore backend
  * [x86] Set EFI_VARS_PSTORE_DEFAULT_DISABLE=y
- explicitly calculate length of VariableName
- Handle duplicate names from get_next_variable()

Also apply another fix entangled with them:
- efi_pstore: Introducing workqueue updating sysfs

svn path=/dists/sid/linux/; revision=19937
2013-03-22 20:15:09 +00:00
Ben Hutchings 0a773fbe09 efi: Ensure efivars is loaded on EFI systems (Closes: #703363)
[x86] Use a platform device to trigger loading of efivars
[ia64] Change EFI_VARS from module to built-in

svn path=/dists/sid/linux/; revision=19916
2013-03-19 01:03:35 +00:00
Bastian Blank 9d6a2689a6 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=19891
2013-03-02 22:06:05 +00:00
Ben Hutchings d5ac75ce5d wanrouter: Disable as broken and unused
Since Linux 2.6.29, this subsystem would crash if anyone tried to use
it, but no-one noticed.  It will be removed upstream in Linux 3.9.

svn path=/dists/trunk/linux/; revision=19835
2013-02-21 04:52:25 +00:00
Ben Hutchings f56a70f3a6 Update config selections for 3.8
All Atheros wireless drivers depend on a new symbol ATH_CARDS.

Two comedi drivers were merged into others and no longer have their
own config symbols.

drivers/staging/telephony has been removed.

svn path=/dists/trunk/linux/; revision=19832
2013-02-21 03:11:37 +00:00
Ben Hutchings 500933e7a9 net: Disable WAN_ROUTER
A change in Linux 2.6.29 completely broke it (it would oops on load)
but no-one reported this, therefore it has no users.  It was removed
upstream and will clearly not be supportable in Debian.

svn path=/dists/sid/linux/; revision=19787
2013-02-06 04:16:13 +00:00
Ben Hutchings 02240f073e Merge changes from sid up to 3.2.35-2
svn path=/dists/trunk/linux/; revision=19622
2012-12-19 11:31:16 +00:00
Ben Hutchings 4a44937b1d [ia64] Make IPV6 built-in (fixes FTBFS)
svn path=/dists/sid/linux/; revision=19604
2012-12-10 13:14:34 +00:00
Bastian Blank 22adf879f4 debian/config: Automatically reorder config.
svn path=/dists/trunk/linux/; revision=19410
2012-10-04 19:22:36 +00:00
Ben Hutchings 07300ab0ef DFSG: video: Remove nvidiafb and rivafb (Closes: #383481)
These drivers include apparently obfuscated code.  The nouveau driver
supports all the same hardware, aside from RIVA 128 (NV3).

svn path=/dists/sid/linux-2.6/; revision=19057
2012-06-02 20:21:18 +00:00
Ben Hutchings 7cfa39ff88 [x86,ia64] PCI/hotplug: Build-in common hotplug drivers
- Change HOTPLUG_PCI, HOTPLUG_PCI_PCIE to built-in
- [x86] Change HOTPLUG_PCI_ACPI to built-in
- [ia64] Enable HOTPLUG_PCI_SGI as built-in

svn path=/dists/sid/linux-2.6/; revision=18819
2012-03-12 01:03:31 +00:00
Bastian Blank 7fc3bc355d Remove all framebuffer bootup logos.
* debian/changelog: Update.
* debian/config: Disable LOGO.

svn path=/dists/sid/linux-2.6/; revision=18738
2012-02-26 16:46:23 +00:00
Ben Hutchings 36781c00f5 Delete empty file: unknown sections
svn path=/dists/sid/linux-2.6/; revision=18728
2012-02-21 05:21:11 +00:00
Ben Hutchings cec6e06145 Remove obsolete netdevice category config variables
svn path=/dists/sid/linux-2.6/; revision=18715
2012-02-20 13:48:54 +00:00
Ben Hutchings 7fadbee238 fs: Enable EFI_PARTITION in all configurations (Closes: #660582)
svn path=/dists/sid/linux-2.6/; revision=18709
2012-02-20 01:49:35 +00:00
Ben Hutchings 9453895918 Use libata-based drivers for most of the remaining PATA controllers
svn path=/dists/sid/linux-2.6/; revision=18704
2012-02-20 00:49:46 +00:00
Bastian Blank 9f46a036c1 debian/config: Automatically reorder config.
svn path=/dists/trunk/linux-2.6/; revision=18454
2012-01-06 14:40:22 +00:00
Ben Hutchings 476a2c9520 [ia64,powerpc,sparc,x86] wireless: Enable MWIFIEX_PCIE as module
svn path=/dists/trunk/linux-2.6/; revision=18324
2011-11-26 04:14:34 +00:00