Commit Graph

619 Commits

Author SHA1 Message Date
Ben Hutchings f0a483c849 Enable various new config options
svn path=/dists/trunk/linux/; revision=20801
2013-11-21 01:16:30 +00:00
Bastian Blank 43571530a4 debian/config: Unify BLK_DEV_RAM_SIZE.
svn path=/dists/trunk/linux/; revision=20608
2013-09-11 20:37:26 +00:00
Bastian Blank da2f25f699 debian/config/kernelarch-x86/config:
Move HYPERV dependent options from debian/config/config.

svn path=/dists/trunk/linux/; revision=20607
2013-09-11 20:30:20 +00:00
Ben Hutchings a0ce50e15f Merge changes from sid up to 3.10.11-1
svn path=/dists/trunk/linux/; revision=20600
2013-09-11 01:24:25 +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
Ben Hutchings 2fc55f7dc0 [x86] efi: Ensure efi-pstore is loaded on EFI systems
efi-pstore is now a separate module (dependent on efivars).  We still
want it to be auto-loaded to enable crash dumps on EFI systems, so add
another module alias.

While we're at it, explicitly set EFI_VARS_PSTORE=m matching what the
actual configuration will be.

svn path=/dists/sid/linux/; revision=20577
2013-09-08 16:19:58 +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 631523075f bluetooth: Disable BT_HCIBTUART
This driver doesn't bind to any device IDs, and instead has a comment
saying that the serial_cs and hci_uart drivers should be used instead.
So there's not much point in building it.

svn path=/dists/trunk/linux/; revision=20559
2013-09-02 03:27:20 +00:00
Ben Hutchings 9e41e4a5be Disable parport drivers that are no longer likely to be useful
svn path=/dists/trunk/linux/; revision=20558
2013-09-02 03:20:38 +00:00
Ben Hutchings b40ea580ad Disable some old non-hotplug PCI drivers
svn path=/dists/trunk/linux/; revision=20557
2013-09-02 03:04:53 +00:00
Ben Hutchings 1b743d674d Disable a large number of probably useless drivers
Disable most platform drivers, SPI and I2C drivers at the top level.
Platform drivers should be selected by architecture and flavour
configurations, and generally are.  SPI and I2C devices aren't easily
detectable and their drivers aren't auto-loaded, so again they should
usually be selected in specific configuration files and probed
according to board code or FDTs.

As exceptions, I2C hwmon devices may be probed by lm-sensors and many
media tuners include I2C devices which are probed with the help of the
higher-level device driver.  I've tried to be conservative and also
left I2C iio, input, leds and misc devices alone for now.

Disable the regulator subsystem at the top level as only some
architectures will need it.

Disable MTD_NAND_PLATFORM, PDA_POWER and FB_S1D13XXX on x86, as these
don't appear likely to be used on any x86 system that could run our
generic kernel images.

svn path=/dists/trunk/linux/; revision=20556
2013-09-01 23:26:06 +00:00
Ben Hutchings 17a2e7946f Merge changes from sid up to 3.10.7-1
svn path=/dists/trunk/linux/; revision=20555
2013-09-01 16:46:42 +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 4ff7e6d39e Enable many new(ish) config options
svn path=/dists/trunk/linux/; revision=20541
2013-09-01 02:52:56 +00:00
Ben Hutchings 5ed7ad866d Explicitly set various config symbols to default values
svn path=/dists/trunk/linux/; revision=20540
2013-09-01 01:54:20 +00:00
Ben Hutchings 5b305e6619 [x86] ACPI: Re-enable ACPI_HOTPLUG_MEMORY as built-in
We try to build it as a module, which is no longer supported since 3.10.

svn path=/dists/sid/linux/; revision=20539
2013-08-31 22:02:21 +00:00
Ben Hutchings 0d239d8220 [powerpc,x86] hid: Enable HID_APPLEIR as module
svn path=/dists/trunk/linux/; revision=20528
2013-08-28 12:22:20 +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 9537a83706 [x86] Enable ASUS_OLED as module (Closes: #680016)
svn path=/dists/sid/linux/; revision=20478
2013-08-09 14:01:23 +00:00
Ben Hutchings 9d9c7a0525 [x86] Change INTEL_MEI_ME back to a module (Closes: #717383)
svn path=/dists/sid/linux/; revision=20395
2013-07-20 21:23:45 +00:00
Ben Hutchings 9548aeba02 [x86] efivars: Re-enable pstore support by default
It can be disabled by setting module parameter pstore_disable=Y.

svn path=/dists/sid/linux/; revision=20354
2013-07-16 01:06:01 +00:00
Ben Hutchings 6425f81ada Enable various new(ish) features
svn path=/dists/trunk/linux/; revision=20291
2013-06-24 02:36:15 +00:00
Ben Hutchings 929d433e90 Explicitly set various config symbols to default values
svn path=/dists/trunk/linux/; revision=20287
2013-06-24 01:01:52 +00:00
Ben Hutchings 520079b44c [x86] cpufreq: Enable X86_INTEL_PSTATE (Closes: #712062)
svn path=/dists/trunk/linux/; revision=20258
2013-06-15 16:26:18 +00:00
Ben Hutchings 56937f92db [x86] Enable HYPERVISOR_GUEST
Various paravirtualisation options now depend on this.

svn path=/dists/trunk/linux/; revision=20187
2013-06-03 12:22:46 +00:00
Ben Hutchings 0c8eb822de Enable various new drivers and driver options
svn path=/dists/sid/linux/; revision=20152
2013-05-31 04:14:16 +00:00
Ben Hutchings 540d268e14 Drop CONFIG_BLK_DEV_XD, removed upstream
svn path=/dists/sid/linux/; revision=20144
2013-05-30 03:26:04 +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 a96f84ee7c Drop config for many obsolete Ethernet drivers removed upstream
svn path=/dists/sid/linux/; revision=20141
2013-05-30 03:07:48 +00:00
Ben Hutchings 7d90f46bfa Drop CONFIG_DE6{0,2}0, removed upstream
svn path=/dists/sid/linux/; revision=20140
2013-05-30 02:24:24 +00:00
Ben Hutchings e8fb402f48 Merge changes from sid up to 3.8.12-1
svn path=/dists/trunk/linux/; revision=20079
2013-05-12 00:53:14 +00:00
Ben Hutchings cccfa18fe9 [x86] Enable VMWARE_VMCI, VSOCKETS, VMWARE_VMCI_VSOCKETS as modules (Closes: #707676)
svn path=/dists/trunk/linux/; revision=20075
2013-05-10 13:28:16 +00:00
Ben Hutchings 2addf6e0da Deal with ABI changes in 3.8.12
Ignore changes in jbd2 and snd-emu10k1, which shouldn't be used by OOT
modules.

Revert change to cgroup structure.

[x86] zsmalloc: Change to built-in, as it can no longer be modular

svn path=/dists/sid/linux/; revision=20070
2013-05-10 03:46:24 +00:00
Ben Hutchings 55da5d676a Merge changes from sid up to 3.2.41-2
svn path=/dists/trunk/linux/; revision=19951
2013-03-27 03:51:48 +00:00
Ben Hutchings 658db8593e [x86] drm: Enable DRM_GMA500 as module, replacing DRM_PSB (Closes: #703506)
svn path=/dists/sid/linux/; revision=19946
2013-03-25 13:37:43 +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 940319a743 [x86,powerpc/powerpc64] random: Change HW_RANDOM back from built-in to module, as we now have a real fix for #701784
svn path=/dists/sid/linux/; revision=19934
2013-03-22 01:16:31 +00:00
Ben Hutchings 81db6b5fab mfd: Enable MFD_RTSX_PCI as module, replacing RTS_PSTOR (Closes: #702108)
svn path=/dists/trunk/linux/; revision=19897
2013-03-04 02:01:00 +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 8fe645e8a0 [x86] random: Change HW_RANDOM from module to built-in, to work around (Closes: #701784)
svn path=/dists/sid/linux/; revision=19866
2013-02-27 03:44:20 +00:00
Ben Hutchings a3590a7797 Merge changes from sid up to 3.2.39-1
Drop most patches as they're already upstream in 3.8 or early.

Refresh some others for 3.8.  In particular, remove use of __devinit from
debian/radeon-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
as this macro is no longer defined or needed.

svn path=/dists/trunk/linux/; revision=19856
2013-02-25 03:35:39 +00:00
Ben Hutchings 9d4a7ca266 Explicitly set defaults for several config variables
svn path=/dists/trunk/linux/; revision=19836
2013-02-21 05:09:00 +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 e7ef137d7c [x86] sound: Enable LINE6_USB as module (Closes: #700211)
Apply upstream changes up to Linux 3.8-rc1, since they include many
important bug fixes and also remove a fair amount of crap.

svn path=/dists/sid/linux/; revision=19798
2013-02-10 00:54:43 +00:00
Ben Hutchings 77f1faf401 [amd64] edac: Enable EDAC_SBRIDGE as module (Closes: #699283)
svn path=/dists/sid/linux/; revision=19791
2013-02-06 06:35:24 +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 22628d7a86 [!powerpc] radeon: Reenable DRM_RADEON_KMS, as it apparently works on most non-PowerMac systems
svn path=/dists/sid/linux/; revision=19740
2013-01-17 13:13:53 +00:00
Ben Hutchings 4480e0a79a [!x86] Disable ZRAM, ZSMALLOC as modules (Reopens: #676779), as they really aren't portable yet.
svn path=/dists/trunk/linux/; revision=19734
2013-01-15 15:14:14 +00:00
Ben Hutchings 476b0a12f5 Enable ZRAM, ZSMALLOC as modules on all architectures (Closes: #676779)
svn path=/dists/trunk/linux/; revision=19665
2012-12-29 18:02:45 +00:00
Ben Hutchings df5911f385 [x86] drm: Enable DRM_MGAG200 as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-mga

svn path=/dists/trunk/linux/; revision=19646
2012-12-24 00:10:56 +00:00
Ben Hutchings d2bb26f367 [x86] drm: Enable DRM_AST as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-ast

svn path=/dists/trunk/linux/; revision=19645
2012-12-24 00:06:20 +00:00
Ben Hutchings eb55df0795 [!x86] drm: Disable DRM_VMWGFX
svn path=/dists/trunk/linux/; revision=19642
2012-12-23 23:21:27 +00:00
Ben Hutchings ff1f65e617 Enable various new (or newish) drivers and features
svn path=/dists/trunk/linux/; revision=19639
2012-12-23 22:41:41 +00:00
Ben Hutchings 04bd09967b [i386,alpha] media/radio: Enable V4L_RADIO_ISA_DRIVERS and re-enable the ISA drivers
svn path=/dists/trunk/linux/; revision=19634
2012-12-22 15:10:18 +00:00
Ben Hutchings 3ed2e3b59e [i386] comedi: Re-enable COMEDI_ISA_DRIVERS
svn path=/dists/trunk/linux/; revision=19633
2012-12-22 14:42:31 +00:00
Ben Hutchings ea878cca88 Fix up config for renaming, merging and addition of dependencies in 3.7 and earlier
svn path=/dists/trunk/linux/; revision=19626
2012-12-22 03:35:05 +00:00
Ben Hutchings 8a46ed8fc9 Update V4L/DVB config following reorganisation in 3.7
svn path=/dists/trunk/linux/; revision=19624
2012-12-22 02:45:39 +00:00
Ben Hutchings ef781eb6ee Merge changes from sid up to 3.2.35-1
Exclude RT changes and ABI fudges.

Refresh firmware-remove-redundant-log-messages-from-drivers.patch
against 3.6, but don't attempt to cover anything new yet.

svn path=/dists/trunk/linux/; revision=19603
2012-12-10 04:06:21 +00:00
Maximilian Attems d67e290414 x86 explicitly enable MWIFIEX_USB
svn path=/dists/trunk/linux/; revision=19584
2012-12-06 18:52:00 +00:00
Maximilian Attems e116b0732b x86 enable INTEL_MEI
curious which can of worms this opens.

svn path=/dists/trunk/linux/; revision=19561
2012-11-30 15:20:31 +00:00
Bastian Blank c36d637cca * debian/changelog: Update.
* debian/config/config:
  Move TRANSPARENT_HUGEPAGE from debian/config/kernelarch-x86/config.

svn path=/dists/trunk/linux/; revision=19535
2012-11-25 14:09:06 +00:00
Bastian Blank b68afeea11 debian/config: Remove a lot of not longer supported options.
svn path=/dists/trunk/linux/; revision=19533
2012-11-25 13:52:33 +00:00
Bastian Blank e0c041c869 * debian/changelog: Update.
* debian/config/kernelarch-x86/config:
  Enable ASUS_LAPTOP, FUJITSU_LAPTOP, FUJITSU_TABLET, HP_WMI, MSI_LAPTOP,
  PANASONIC_LAPTOP, COMPAL_LAPTOP, SONY_LAPTOP and APPLE_GMUX.

svn path=/dists/trunk/linux/; revision=19527
2012-11-24 18:09:16 +00:00
Bastian Blank 6926f04e38 * debian/changelog: Update.
* debian/config/kernelarch-x86/config-arch-64:
  Enable CRYPTO_CAMELLIA_X86_64, CRYPTO_SERPENT_AVX_X86_64 and
  CRYPTO_TWOFISH_AVX_X86_64.

svn path=/dists/trunk/linux/; revision=19526
2012-11-24 17:58:48 +00:00
Bastian Blank 71a5335a53 * debian/config/config: Explicit set HVC_XEN_FRONTEND.
* debian/config/kernelarch-x86/config: Explicit set XEN_ACPI_PROCESSOR.

svn path=/dists/trunk/linux/; revision=19524
2012-11-24 17:03:50 +00:00
Bastian Blank 9b4870a9e9 debian/config: Move Xen options to main config.
svn path=/dists/trunk/linux/; revision=19520
2012-11-21 17:46:44 +00:00
Bastian Blank 43488d4af9 debian/config/kernelarch-x86/config: Update COMEDI.
svn path=/dists/trunk/linux/; revision=19519
2012-11-21 17:39:18 +00:00
Bastian Blank 9418523080 * debian/changelog: Update.
* debian/config: Enable POWER_SUPPLY.

svn path=/dists/trunk/linux/; revision=19518
2012-11-21 17:33:43 +00:00
Ben Hutchings dd9f677122 radeon: Re-enable KMS by default on x86; add a load-time check for firmware
KMS is still generally broken on !x86 and particularly PowerPC
(#628972), so I have no idea why it was enabled by default for all
architectures.

The load-time check is a gross hack, but I cannot see any more
reliable solution that doesn't involve major changes to both DRM and
radeon.

svn path=/dists/sid/linux/; revision=19506
2012-11-17 07:03:39 +00:00
Bastian Blank e0ca22e6db * debian/changelog: Update.
* debian/config: Always enable IPV6.

svn path=/dists/trunk/linux/; revision=19495
2012-11-11 11:51:12 +00:00
Bastian Blank 343156970a debian/config: Automatically reorder config.
svn path=/dists/trunk/linux/; revision=19493
2012-11-11 11:31:07 +00:00
Ben Hutchings 53bd1da4b1 [x86] staging: Re-enable ZSMALLOC as module, previously selected by ZRAM but now a dependency (Closes: #692024)
svn path=/dists/trunk/linux/; revision=19477
2012-11-01 14:20:16 +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 af9147122a Merge changes from sid up to 3.2.29-1
Most of the patches added to sid are already in 3.5 and could be dropped.
Some others needed to be re-generated without the backporting changes.

Ignore the rt changes as there is no rt featureset for 3.5.

svn path=/dists/trunk/linux/; revision=19387
2012-09-17 02:19:21 +00:00
Ben Hutchings 4feefc75c7 [i386] i810fb: Enable FB_I810_GTF, FB_I810_I2C (Closes: #687644)
svn path=/dists/sid/linux/; revision=19381
2012-09-16 00:19:44 +00:00
Ben Hutchings 638384b951 [i386] video: Clean up Geode framebuffer config
- [i386/486] video: Change FB_GEODE_LX from built-in to module (lxfb) (Closes: #686528)
- [i386/686-pae] video: Disable Geode framebuffer drivers, not used with any chips that support PAE

svn path=/dists/sid/linux/; revision=19368
2012-09-03 01:47:39 +00:00
Ben Hutchings beb83c093c drm: Enable various drivers (Closes: #685479)
svn path=/dists/trunk/linux/; revision=19358
2012-08-30 17:29:09 +00:00
Ben Hutchings 1959e0ddef Merge changes from sid up to 3.2.23-1
svn path=/dists/trunk/linux/; revision=19298
2012-08-01 03:42:23 +00:00
Ben Hutchings c0468ba004 [x86] hwmon: Enable SENSORS_SCH5636 as module (Closes: #680934)
svn path=/dists/sid/linux/; revision=19269
2012-07-21 22:07:39 +00:00
Ben Hutchings 8b1e122672 Merge changes from sid up to 3.2.21-2
svn path=/dists/trunk/linux/; revision=19211
2012-06-26 06:02:51 +00:00
Ben Hutchings 7d1ba06906 [i386] Disable incomplete lguest support
svn path=/dists/sid/linux/; revision=19195
2012-06-24 16:14:45 +00:00
Ben Hutchings f9d7178138 Merge changes from sid up to 3.2.20-1
svn path=/dists/trunk/linux/; revision=19128
2012-06-11 05:21:50 +00:00
Ben Hutchings 39d70141e7 Merge changes from sid branch of linux/linux-2.6 up to r19072
svn path=/dists/trunk/linux/; revision=19127
2012-06-11 05:06:55 +00:00
Ben Hutchings 148d3c9049 [x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)
svn path=/dists/sid/linux/; revision=19117
2012-06-10 23:54:15 +00:00
Ben Hutchings ee3b09b195 [x86] Enable BATTERY_SBS as module (Closes: #662902)
svn path=/dists/trunk/linux-2.6/; revision=19097
2012-06-08 04:22:09 +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 40fc14743c Merge changes from sid up to 3.2.16-1
svn path=/dists/trunk/linux-2.6/; revision=18964
2012-04-30 03:00:58 +00:00
Ben Hutchings 9ec2630fc6 [x86] Add EFI boot stub support (Closes: #669033)
svn path=/dists/sid/linux-2.6/; revision=18952
2012-04-25 03:16:59 +00:00
Ben Hutchings 296fb7c8c7 Merge changes from sid up to 3.2.12-1
Drop the ABI versions and ignore lists.

svn path=/dists/trunk/linux-2.6/; revision=18870
2012-03-20 16:08:41 +00:00
Ben Hutchings 2ccd3aadf0 [x86] Disable POHMELFS; this version is obsolete
svn path=/dists/sid/linux-2.6/; revision=18852
2012-03-18 03:56:27 +00:00
Ben Hutchings f0a054e3aa [x86] Enable RTS5139 as module (Closes: #663912)
svn path=/dists/sid/linux-2.6/; revision=18851
2012-03-18 03:47:28 +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
Ben Hutchings 4244f4a944 [x86] crypto: Enable CRYPTO_SERPENT_SSE2_586, CRYPTO_SERPENT_SSE2_X86_64
svn path=/dists/trunk/linux-2.6/; revision=18802
2012-03-09 05:28:36 +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 1ea0e53d33 x86: Remove various obsolete config definitions
These variables were merged with other variables we already define
or were completely removed.

svn path=/dists/sid/linux-2.6/; revision=18718
2012-02-21 04:24:17 +00:00
Ben Hutchings 99d41ad1c5 [i386] Re-enable INTEL_IOMMU, IRQ_REMAP
svn path=/dists/sid/linux-2.6/; revision=18717
2012-02-21 04:14:00 +00:00
Bastian Blank 0beac2d90f debian/config: Automatically reorder config.
svn path=/dists/sid/linux-2.6/; revision=18711
2012-02-20 13:14:11 +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 2f9b187805 Disable old IDE subsystem [!ia64,m68k]
svn path=/dists/sid/linux-2.6/; revision=18705
2012-02-20 01:07:14 +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
Ben Hutchings dce8a9a738 Clean up x86 cpufreq config
We have CONFIG_X86_POWERNOW_K8=m and CONFIG_SPEEDSTEP_CENTRINO=m for
both 32-bit and 64-bit configurations, so set these only in the main
config file.

svn path=/dists/trunk/linux-2.6/; revision=18565
2012-01-18 15:00:04 +00:00
Ben Hutchings 800671c93c [amd64] cpufreq: Enable X86_P4_CLOCKMOD (Closes: #656328)
svn path=/dists/trunk/linux-2.6/; revision=18564
2012-01-18 14:55:57 +00:00
Ben Hutchings 75d496545c [amd64] iommu: Enable IRQ_REMAP
svn path=/dists/trunk/linux-2.6/; revision=18563
2012-01-18 05:44:48 +00:00
Ben Hutchings d6102c519d [i386] Explicitly unset INTEL_IOMMU
svn path=/dists/trunk/linux-2.6/; revision=18562
2012-01-18 05:39:34 +00:00
Ben Hutchings 0ba7626f6f [amd64] iommu: Enable INTEL_IOMMU, INTEL_IOMMU_FLOPPY_WA
svn path=/dists/trunk/linux-2.6/; revision=18561
2012-01-18 05:38:35 +00:00
Ben Hutchings 024d6df30e Limit CONFIG_STAGING_MEDIA to x86
svn path=/dists/trunk/linux-2.6/; revision=18515
2012-01-13 02:21:47 +00:00
Bastian Blank e3913e88f2 * debian/changelog: Update.
* debian/config/kernelarch-x86/config-arch-64:
  Enable CRYPTO_SHA1_SSSE3, CRYPTO_BLOWFISH_X86_64 and
  CRYPTO_TWOFISH_X86_64_3WAY.

svn path=/dists/trunk/linux-2.6/; revision=18455
2012-01-06 14:44:33 +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 cb4f2d3ab2 Put some Hyper-V config options under drivers/hv/Kconfig for 3.2
svn path=/dists/trunk/linux-2.6/; revision=18418
2011-12-24 10:57:51 +00:00
Bastian Blank 72fb377acc Merge /dists/sid/linux-2.6 (3.1.6-1).
svn path=/dists/trunk/linux-2.6/; revision=18414
2011-12-23 18:56:37 +00:00
Ben Hutchings cd6d040363 Do not enable HYPERV_BLOCK; the driver is due to be removed
The functionality of the Hyper-V block driver (hv_blkvsc) is being
merged into the general storage driver (hv_storvsc) in 3.2.  Don't
enable the former for just one kernel version.

svn path=/dists/sid/linux-2.6/; revision=18391
2011-12-16 03:36:57 +00:00
Ben Hutchings 00a06bd668 [x86] Enable HYPERV etc. as modules (Closes: #652014)
svn path=/dists/sid/linux-2.6/; revision=18388
2011-12-14 06:54:52 +00:00
Ben Hutchings 24bb899b45 [x86] Enable drivers for EG20T and some other Atom companion chips
Enable GPIO_PCH, GPIO_ML_IOH, I2C_EG20T, PCH_CAN, PCH_DMA, PCH_GBE,
PCH_PHUB, SERIAL_PCH_UART, SPI_TOPCLIFF_PCH, USB_GADGET, USB_EG20T as
modules

svn path=/dists/sid/linux-2.6/; revision=18359
2011-12-06 06:21:18 +00:00
Ben Hutchings 619c99e343 [x86] Enable MEMTEST (Closes: #613321, #646361)
If bad RAM is detected, WARN and recommend a more thorough test

svn path=/dists/sid/linux-2.6/; revision=18354
2011-12-05 06:04:56 +00:00
Ben Hutchings e29f027ab7 Merge changes from sid up to 3.1.4-1
svn path=/dists/trunk/linux-2.6/; revision=18335
2011-12-01 04:23:13 +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
Ben Hutchings 33ddc4f886 brcmsmac: Enable as module for all architectures
svn path=/dists/sid/linux-2.6/; revision=18315
2011-11-24 08:01:02 +00:00
Ben Hutchings fb649e9731 Reorder Kconfig according to drivers/net reorganisation
Also add explicit CONFIG_NET_VENDOR_*=y as appropriate (this default
will probably go away some day).

This covers generic and x86 config files only.

svn path=/dists/trunk/linux-2.6/; revision=18310
2011-11-22 08:05:28 +00:00
Ben Hutchings b575a2349e [x86] Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops (Closes: #631664)
svn path=/dists/trunk/linux-2.6/; revision=18263
2011-11-13 19:14:22 +00:00
Bastian Blank aaa12b4684 debian/config: Automatic reorder and cleanup
svn path=/dists/trunk/linux-2.6/; revision=18188
2011-10-28 15:29:03 +00:00
Bastian Blank 4fddb228a8 debian/config: Remove options of removed staging drivers.
svn path=/dists/trunk/linux-2.6/; revision=18187
2011-10-28 15:26:21 +00:00
Ben Hutchings c7bfae16cd [x86/!486] Enable INTEL_IDLE
svn path=/dists/trunk/linux-2.6/; revision=18179
2011-10-25 09:43:23 +00:00
Ben Hutchings 380567132d de4x5: Disable on all architectures except alpha (Closes: #639538)
svn path=/dists/trunk/linux-2.6/; revision=18026
2011-08-28 15:41:11 +00:00
Ben Hutchings 276bdef652 [i386] Enable GPIO_CS5535, MFD_CS5535, CS5535_MFGPT, CS5535_CLOCK_EVENT_SRC, GPIO_VX855, MFD_VX855
We must enable CS5535_MFGPT and MFD_CS5535 as new dependencies of
GEODE_WDT.  The rest look useful.

CS5535 and VX855 chips are apparently only found in conjunction with
32-bit x86 processors, so unset these options in top config.


svn path=/dists/trunk/linux-2.6/; revision=17975
2011-08-19 03:18:21 +00:00
Ben Hutchings 353361982b Explicitly unset RAPIDIO
svn path=/dists/trunk/linux-2.6/; revision=17950
2011-08-19 00:31:55 +00:00
Ben Hutchings 8dcd8f9e86 [x86] ACPI: Enable ACPI_APEI_MEMORY_FAILURE
svn path=/dists/trunk/linux-2.6/; revision=17949
2011-08-19 00:26:29 +00:00
Ben Hutchings 746b659236 Explicitly unset PARAVIRT_TIME_ACCOUNTING
svn path=/dists/trunk/linux-2.6/; revision=17948
2011-08-19 00:21:49 +00:00
Ben Hutchings 22f5718660 [x86] ACPI: Enable ACPI_APEI_GHES as built-in (no longer modular)
svn path=/dists/trunk/linux-2.6/; revision=17947
2011-08-19 00:06:07 +00:00
Ben Hutchings 0876620cb7 [x86] Enable RTS_PSTOR as module
svn path=/dists/sid/linux-2.6/; revision=17932
2011-08-15 14:15:59 +00:00
Bastian Blank fea964492f debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=17846
2011-07-22 19:48:23 +00:00
Ben Hutchings 4ed1890951 Merge changes from sid branch
These are pending for 2.6.39-4, but we will likely upload 3.0.0-1 instead.

svn path=/dists/trunk/linux-2.6/; revision=17839
2011-07-21 21:17:37 +00:00
Maximilian Attems e65d3cea04 update configs to 3.0-rc6
no big surprises, small shuffling

svn path=/dists/trunk/linux-2.6/; revision=17818
2011-07-05 13:00:48 +00:00
Maximilian Attems 161a01c5d8 x86_32 enable modular XO15_EBOOK
svn path=/dists/trunk/linux-2.6/; revision=17816
2011-07-05 12:49:25 +00:00
Maximilian Attems c2e7ebd4af x86 enable modular VIDEO_VIA_CAMERA
svn path=/dists/trunk/linux-2.6/; revision=17811
2011-07-05 12:49:08 +00:00
Ben Hutchings c500ba7642 [x86] Enable SCSI_ISCI as module
svn path=/dists/trunk/linux-2.6/; revision=17801
2011-07-05 03:50:55 +00:00
Maximilian Attems b0e7921bb3 x86 move PCMCIA_AHA152X to generic config
got cleaned up..

svn path=/dists/trunk/linux-2.6/; revision=17775
2011-07-01 06:15:59 +00:00
Maximilian Attems 4e8b65d0c8 fix I2C_PXA is x86_32 specific
svn path=/dists/trunk/linux-2.6/; revision=17764
2011-06-28 15:37:22 +00:00
Maximilian Attems cba16d4e0c s/K8_NUMA/AMD_NUMA/
see eec1d4fa00c6552ae2fdf71d59f1eded7c88dd89

svn path=/dists/trunk/linux-2.6/; revision=17760
2011-06-28 13:27:06 +00:00
Maximilian Attems df97821b3d topconfig enable modular SENSORS_FAM15H_POWER
svn path=/dists/trunk/linux-2.6/; revision=17746
2011-06-28 12:43:54 +00:00
Maximilian Attems 20a39d6bff topconfig enable modular I2C_DIOLAN_U2C, x86 enable I2C_PXA
svn path=/dists/trunk/linux-2.6/; revision=17739
2011-06-28 12:43:36 +00:00
Maximilian Attems c1712c45fb x86: enable some comedi modules
guess more will follow..

svn path=/dists/trunk/linux-2.6/; revision=17719
2011-06-21 14:27:16 +00:00
Ben Hutchings 7d4871a419 atm: Enable for all architectures except m68k, s390 (Closes: #630900)
svn path=/dists/trunk/linux-2.6/; revision=17711
2011-06-20 04:41:37 +00:00
Maximilian Attems 8509a30ea2 x86 turn on ACPI_APEI_PCIEAER
let's see if it is mature enough..

svn path=/dists/trunk/linux-2.6/; revision=17706
2011-06-17 15:11:46 +00:00
Maximilian Attems 520dbf056b x86 enable modular INTEL_OAKTRAIL
svn path=/dists/trunk/linux-2.6/; revision=17703
2011-06-17 15:04:57 +00:00
Maximilian Attems 9c321fc72c ISDN_CAPI_CAPIFS_BOOL gone see 1f90d6657c1ce2eaa4c7fbd1fb36738542f2b650
svn path=/dists/trunk/linux-2.6/; revision=17663
2011-06-14 12:27:27 +00:00
Maximilian Attems 8a29e2ff38 RADIO_MAESTRO gone see b21a8ee67013372f439fbd1591e91d09de49bb9c
svn path=/dists/trunk/linux-2.6/; revision=17662
2011-06-14 12:27:24 +00:00
Maximilian Attems 9f5f80e651 SENSORS_PKGTEMP gone, see 5e99c2f1e0c86d27ed2a5261442126cd0935bc69
svn path=/dists/trunk/linux-2.6/; revision=17661
2011-06-14 12:27:21 +00:00
Maximilian Attems 8e053a44cf ACPI_POWER_METER got renamed to SENSORS_ACPI_POWER
svn path=/dists/trunk/linux-2.6/; revision=17660
2011-06-14 12:27:19 +00:00
Maximilian Attems 1e7757b083 MTD_PARTITIONS gone see 6a8a98b22b10f1560d5f90aded4a54234b9b2724
svn path=/dists/trunk/linux-2.6/; revision=17659
2011-06-14 12:20:22 +00:00
Maximilian Attems 81ce22a80f BRCM80211 symbol gone, see 57d745ea6bcbe5bdd3c81d9cb28b211d7c5c560a
fix it's new modular name.

svn path=/dists/trunk/linux-2.6/; revision=17658
2011-06-14 12:20:19 +00:00
Maximilian Attems 6b6db1081a update config to 3.0
arm guys may want to check their configs.

svn path=/dists/trunk/linux-2.6/; revision=17656
2011-06-14 12:13:56 +00:00
Ben Hutchings 775cb14b19 [x86] block, xen: Enable XEN_BLKDEV_BACKEND as module
svn path=/dists/trunk/linux-2.6/; revision=17552
2011-05-31 00:37:51 +00:00
Ben Hutchings cee4abfad7 Explicitly enable Xen backend config variables per default
svn path=/dists/trunk/linux-2.6/; revision=17551
2011-05-31 00:37:12 +00:00
Ben Hutchings 6514d6828f Explicitly disable XEN_DEBUG
svn path=/dists/trunk/linux-2.6/; revision=17550
2011-05-31 00:31:26 +00:00
Ben Hutchings a906d70427 Explicitly disable GOOGLE_FIRMWARE
svn path=/dists/trunk/linux-2.6/; revision=17543
2011-05-31 00:04:15 +00:00
Ben Hutchings 8bfcf626c2 [x86] staging, drm: Enable DRM_PSB as module
Disable STUB_POULSBO in favour of this.

svn path=/dists/trunk/linux-2.6/; revision=17542
2011-05-31 00:02:40 +00:00
Ben Hutchings 8778c98e50 [i386] staging, video: Enable FB_OLPC_DCON as module
svn path=/dists/trunk/linux-2.6/; revision=17541
2011-05-30 23:56:18 +00:00
Ben Hutchings 61446fc183 Explicitly disable BRCMDBG
svn path=/dists/trunk/linux-2.6/; revision=17540
2011-05-30 23:51:42 +00:00
Ben Hutchings af76ca38fc Rename USBIP config variables
svn path=/dists/trunk/linux-2.6/; revision=17539
2011-05-30 23:50:59 +00:00
Ben Hutchings a24aad2fbb [x86] edac: Enable EDAC_I7300 as module
svn path=/dists/trunk/linux-2.6/; revision=17538
2011-05-30 23:47:43 +00:00
Ben Hutchings 1bfd17c9bd [x86] gpu: Enable STUB_POULSBO as module
svn path=/dists/trunk/linux-2.6/; revision=17527
2011-05-30 22:47:37 +00:00
Ben Hutchings 0d641d30e2 [i386] radio: Enable RADIO_MIROPCM20 as module
svn path=/dists/trunk/linux-2.6/; revision=17526
2011-05-30 22:45:32 +00:00
Ben Hutchings cc56e60ef8 [x86] media/rc: Enable IR_ITE_CIR, IR_FINTEK as modules
svn path=/dists/trunk/linux-2.6/; revision=17522
2011-05-30 22:37:23 +00:00
Ben Hutchings 3ec9edc47d [x86] watchdog: Enable NV_TCO as module
svn path=/dists/trunk/linux-2.6/; revision=17518
2011-05-30 22:30:12 +00:00
Ben Hutchings 5dc00842c7 Explicitly enable HPWDT_NMI_DECODING
svn path=/dists/trunk/linux-2.6/; revision=17517
2011-05-30 22:28:38 +00:00
Ben Hutchings d38cf4b434 [x86] watchdog: Enable SP5100_TCO as module
svn path=/dists/trunk/linux-2.6/; revision=17516
2011-05-30 22:27:53 +00:00
Ben Hutchings 08d04eecc6 tablet: Enable drivers for all possible architectures and flavours
svn path=/dists/trunk/linux-2.6/; revision=17512
2011-05-30 21:55:38 +00:00
Ben Hutchings 5609a1393c net/wireless: Enable MWIFIEX, MWIFIEX_SDIO as modules
svn path=/dists/trunk/linux-2.6/; revision=17508
2011-05-30 21:44:35 +00:00
Ben Hutchings 037ea0eaf0 Explicitly disable ACPI_CUSTOM_METHOD
svn path=/dists/trunk/linux-2.6/; revision=17487
2011-05-30 19:56:43 +00:00
Ben Hutchings c3d0a74764 [!x86] Disable TPM drivers. TPMs are currently only fitted in PCs.
svn path=/dists/trunk/linux-2.6/; revision=17393
2011-05-12 03:18:58 +00:00
Maximilian Attems 7ff0998ae9 XEN_NETDEV_BACKEND is x86 specific
svn path=/dists/trunk/linux-2.6/; revision=17387
2011-05-11 10:04:46 +00:00
Maximilian Attems 7e0e7bc1ec x86 enable for all aesni_intel
svn path=/dists/trunk/linux-2.6/; revision=17379
2011-05-10 21:26:48 +00:00
Maximilian Attems 6f445dbe5c OLPC_OPENFIRMWARE Kconfig entry gone
svn path=/dists/trunk/linux-2.6/; revision=17332
2011-05-09 12:42:45 +00:00
Maximilian Attems 4159fb74d4 xen input got renamed
no idea why it is not modular, let's keep current choice.

svn path=/dists/trunk/linux-2.6/; revision=17331
2011-05-09 12:38:24 +00:00
Maximilian Attems 04a2f59dd6 RADIO_GEMTEK_PCI gone in 424852f4374561630d526e7bb04eec5bb7d665a1
dupe of radio-maxiradio

svn path=/dists/trunk/linux-2.6/; revision=17330
2011-05-09 12:38:11 +00:00
Maximilian Attems 762a4325ec MTD_CONCAT gone in f53fdebcc3e1e5d15ffd0b1204d5944b4ceb8a07
svn path=/dists/trunk/linux-2.6/; revision=17329
2011-05-09 12:38:01 +00:00
Maximilian Attems 04a661e985 x86 config cleanup
nuke known gone stuff like old I830 or dup lirc drivers.

svn path=/dists/trunk/linux-2.6/; revision=17328
2011-05-09 12:37:45 +00:00
Maximilian Attems 42793f8a18 update config to 2.6.39-rc6
svn path=/dists/trunk/linux-2.6/; revision=17327
2011-05-09 12:25:32 +00:00
Maximilian Attems 656687b310 x86 enable modular ACPI_IPMI
svn path=/dists/trunk/linux-2.6/; revision=17324
2011-05-09 11:42:07 +00:00
Maximilian Attems b0cb94e217 x86: enable more laptop goodies
while at it notch other new ones, looking fwd to an INTEL_IPS usage.

svn path=/dists/trunk/linux-2.6/; revision=17322
2011-05-09 11:04:04 +00:00
Maximilian Attems f94da56f2f enable modular ASUS_WMI and ASUS_NB_WMI
svn path=/dists/trunk/linux-2.6/; revision=17321
2011-05-09 09:54:52 +00:00
Ben Hutchings c19d033e38 [x86] Enable BRCMSMAC; the brcmsmac module replaces brcm80211 (Closes: #625510)
svn path=/dists/trunk/linux-2.6/; revision=17296
2011-05-04 01:52:44 +00:00
Maximilian Attems abf43d4e1b x86: enable EASYCAP
svn path=/dists/trunk/linux-2.6/; revision=17281
2011-05-01 14:09:44 +00:00
Ben Hutchings eed5d85985 [x86] Enable DEBUG_SET_MODULE_RONX (Closes: #619838)
svn path=/dists/sid/linux-2.6/; revision=17146
2011-03-29 01:41:50 +00:00
Ben Hutchings 7631475e5d [x86] media/rc: Enable IR_WINBOND_CIR as module
svn path=/dists/sid/linux-2.6/; revision=17145
2011-03-29 00:44:25 +00:00
Ben Hutchings dc97010658 [amd64] media/rc: Enable IR_NUVOTON as module (Closes: #619937)
svn path=/dists/sid/linux-2.6/; revision=17144
2011-03-29 00:43:30 +00:00
Ben Hutchings a6608cdfb2 Update config comments for renaming of drivers/media/IR
svn path=/dists/sid/linux-2.6/; revision=17142
2011-03-29 00:34:41 +00:00
Ben Hutchings b971b6591e [x86/!486] Enable TRANSPARENT_HUGEPAGE, TRANSPARENT_HUGEPAGE_MADVISE (Closes: #618924)
svn path=/dists/sid/linux-2.6/; revision=17108
2011-03-24 05:29:31 +00:00
Ben Hutchings e963d6a20b [x86] Enable VT6656, loading firmware from a separate file
svn path=/dists/trunk/linux-2.6/; revision=17000
2011-03-06 18:58:03 +00:00
Maximilian Attems 29d997fffa x86: set DRM_I915_KMS
Reported-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: maximilian attems <max@stro.at>

svn path=/dists/trunk/linux-2.6/; revision=16977
2011-03-03 11:33:16 +00:00
Ben Hutchings 5fa092eee4 Merge /dists/sid/linux-2.6 (2.6.37-1).
Keep ABI at 'trunk'.
Disable aufs again (but keep the patches).
Drop patches merged upstream.

svn path=/dists/trunk/linux-2.6/; revision=16904
2011-02-17 11:28:30 +00:00
Bastian Blank 7f5e7db196 Merge /dists/squeeze/linux-2.6 (2.6.32-30).
svn path=/dists/trunk/linux-2.6/; revision=16903
2011-02-16 17:06:01 +00:00
Ben Hutchings 4b7a019db9 [x86] crypto: Re-enable AES_NI_INTEL as module (Closes: #597658)
svn path=/dists/sid/linux-2.6/; revision=16889
2011-02-15 03:36:01 +00:00
Bastian Blank dd93e34e02 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Enable XEN_PCIDEV_FRONTEND as module.

svn path=/dists/trunk/linux-2.6/; revision=16872
2011-02-12 09:50:11 +00:00
Bastian Blank c671eb256d debian/config/kernelarch-x86
- Disable unused ACPI_PROCFS.
- Move ACPI_BLACKLIST_YEAR.

svn path=/dists/trunk/linux-2.6/; revision=16870
2011-02-12 09:34:56 +00:00
Bastian Blank 60765aff13 debian/config: Remove not longer supported options.
svn path=/dists/trunk/linux-2.6/; revision=16869
2011-02-09 15:04:58 +00:00
Bastian Blank 2e21c91fb1 debian/config: Remove not longer supported options.
svn path=/dists/trunk/linux-2.6/; revision=16868
2011-02-09 14:52:01 +00:00
Bastian Blank b8eed98130 debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=16865
2011-02-08 19:08:41 +00:00
Ben Hutchings 291ea8476f [x86] Staging: Enable R8712U as module (r8712u, replacing r8192s_usb)
svn path=/dists/trunk/linux-2.6/; revision=16757
2011-01-04 00:26:32 +00:00
Ben Hutchings 03e999dcf7 [powerpc,x86] Enable PATA_PCMCIA (Closes: #606324). Disable BLK_DEV_IDECS everywhere.
svn path=/dists/trunk/linux-2.6/; revision=16702
2010-12-12 03:54:31 +00:00
Ben Hutchings b4ab36f406 drm/nouveau: Enable DRM_I2C_SIL164 as module
svn path=/dists/trunk/linux-2.6/; revision=16665
2010-12-05 21:40:00 +00:00
Ben Hutchings ee1656f7c3 Rename IDEAPAD_ACPI to IDEAPAD_LAPTOP
svn path=/dists/trunk/linux-2.6/; revision=16664
2010-12-05 21:29:18 +00:00
Ben Hutchings 52da9b1db0 [i386] sound/isa: Enable SND_AZT1605, SND_AZT2316, SND_JAZZ16, SND_MSND_PINNACLE, SND_MSND_CLASSIC as modules
svn path=/dists/trunk/linux-2.6/; revision=16657
2010-12-05 21:07:48 +00:00
Ben Hutchings 0ad192a58a [i386] IR: Enable IR_NUVOTON as module
svn path=/dists/trunk/linux-2.6/; revision=16651
2010-12-05 18:11:09 +00:00
Ben Hutchings 657fab8511 Explicitly disable PCH platform drivers
svn path=/dists/trunk/linux-2.6/; revision=16645
2010-12-05 16:51:22 +00:00
Ben Hutchings 5423e6a4e4 Explicitly set CONFIG_VGA_ARB_MAX_GPUS=16 (default)
svn path=/dists/trunk/linux-2.6/; revision=16630
2010-12-04 21:27:36 +00:00
Ben Hutchings 5d8c8f2056 Explicitly disable OLPC_OPENFIRMWARE
svn path=/dists/trunk/linux-2.6/; revision=16627
2010-12-04 19:05:29 +00:00
Ben Hutchings d21e6cdb10 Replace X86_RESERVE_LOW_64K with X86_RESERVE_LOW=64
svn path=/dists/trunk/linux-2.6/; revision=16626
2010-12-04 19:03:09 +00:00
Ben Hutchings 5aca6e4c76 Explicitly disable new options IRQ_TIME_ACCOUNTING and X86_ANCIENT_MCE
svn path=/dists/trunk/linux-2.6/; revision=16625
2010-12-04 19:01:56 +00:00
Ben Hutchings 2244987c29 Disable Econet protocol
svn path=/dists/trunk/linux-2.6/; revision=16566
2010-11-19 04:27:34 +00:00
Ben Hutchings df58d3cae5 Disable X.25 protocol and related drivers
svn path=/dists/trunk/linux-2.6/; revision=16565
2010-11-19 04:16:32 +00:00
Ben Hutchings 4a8d5b5a2c Disable DRM_I830 and [amd64] DRM_I810
svn path=/dists/trunk/linux-2.6/; revision=16469
2010-10-21 00:14:35 +00:00
Ben Hutchings 10ebafb301 Move last valid device ID from piix to ata_piix
piix has been kept around because it has 2 device IDs not listed in
other drivers:

PCI_DEVICE_ID_INTEL_82371FB_0 == 0x122e (PIIX function 0)
This function is the ISA bridge, not a PATA controller!

PCI_DEVICE_ID_INTEL_82801DB_1 == 0x24c1 (ICH4-L function 1)
This should be functionally identical to the ICH4's PATA
controller.

Add the latter device ID to ata_piix and disable piix (except on
alpha, which has not been converted to use libata).


svn path=/dists/trunk/linux-2.6/; revision=16427
2010-10-10 22:01:51 +00:00
Ben Hutchings 439fcd4674 [x86] Enable modular IDEAPAD_ACPI (Closes: #599444)
svn path=/dists/trunk/linux-2.6/; revision=16417
2010-10-08 04:41:36 +00:00
Ben Hutchings f58282a541 Arrange drivers/staging/*/Kconfig in alphabetical order again
svn path=/dists/trunk/linux-2.6/; revision=16416
2010-10-08 04:39:21 +00:00
Ben Hutchings b945a21e38 [x86] Enable modular TM6000, TM6000_ALSA, TM6000_DVB
svn path=/dists/trunk/linux-2.6/; revision=16411
2010-10-07 12:03:46 +00:00
Ben Hutchings 626cb3aaa2 Enable all IR modules (LIRC only on x86)
svn path=/dists/trunk/linux-2.6/; revision=16394
2010-10-03 19:36:05 +00:00
Ben Hutchings 7df8953777 Enable various new driver modules and driver options
svn path=/dists/trunk/linux-2.6/; revision=16392
2010-10-03 17:53:42 +00:00
Ben Hutchings cb837a8888 Explicitly disable INTEL_IDLE, which cannot be built as a module any more
svn path=/dists/trunk/linux-2.6/; revision=16385
2010-10-02 22:18:07 +00:00
Ben Hutchings 282b5445e7 Explicitly unset various new Kconfig options
svn path=/dists/trunk/linux-2.6/; revision=16384
2010-10-02 22:13:17 +00:00
Ben Hutchings 190d46d0d1 [x86] Set XEN_PLATFORM_PCI=y (matching squeeze)
svn path=/dists/trunk/linux-2.6/; revision=16334
2010-09-19 01:57:36 +00:00
Ben Hutchings 75235d8698 Remove obsolete OPROFILE_IBS config option
svn path=/dists/trunk/linux-2.6/; revision=16322
2010-09-19 01:08:37 +00:00
Ben Hutchings 424cfd2566 Update config for renaming of ramzswap to zram
svn path=/dists/trunk/linux-2.6/; revision=16314
2010-09-19 00:36:59 +00:00
Ben Hutchings 5da64e6d86 [x86] Add brcm80211 driver for Broadcom 802.11n wireless network controllers
svn path=/dists/trunk/linux-2.6/; revision=16313
2010-09-19 00:31:27 +00:00
Bastian Blank 61e1afd944 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Disable RT2860, RT2870, RT3090.

svn path=/dists/trunk/linux-2.6/; revision=16207
2010-08-29 12:57:22 +00:00
Ben Hutchings 720ef1586d Merge some changes from squeeze/sid branch
linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996)
Update debconf template translations:
- Czech (Michal Simunek) (Closes: #590546)
- Portugese (Américo Monteiro) (Closes: #590557)
- French (David Prévot) (Closes: #591149)
- Russian (Yuri Kozlov) (Closes: #591241)
- Swedish (Martin Bagge) (Closes: #592045)
- German (Holger Wansing) (Closes: #592226)
[x86] Enable samsung-laptop driver
[sparc] Enable XVR1000 driver (Closes: #574243)
README.Debian: Add references to kernel handbook and wiki
[i386/{openvz,xen}-686] Remove AMD Geode LX and VIA C3 "Nehemiah" from the list of supported processors


svn path=/dists/trunk/linux-2.6/; revision=16156
2010-08-18 02:29:07 +00:00
Maximilian Attems cbcf69b748 x86 enable PCI_CNB20LE_QUIRK
for CNB20LE chipsets without acpi.

svn path=/dists/trunk/linux-2.6/; revision=16048
2010-08-02 16:37:41 +00:00
Maximilian Attems f7d4f56521 x86 enable new acpi features
all besides this funny error injection mechanism.

svn path=/dists/trunk/linux-2.6/; revision=16047
2010-08-02 16:37:14 +00:00
Maximilian Attems 92d30e6467 x86 enable modular INTEL_IDLE
svn path=/dists/trunk/linux-2.6/; revision=16036
2010-08-02 07:16:35 +00:00
Ben Hutchings 04b38ec92d Merge changes from 2.6.32-16
Add patches that were added in 2.6.32-16 and are not in 2.6.35-rc3.
Update configuration.
Update maintainer scripts and debconf templates.
Add linux-tools-<version> package.

svn path=/dists/trunk/linux-2.6/; revision=15934
2010-07-04 21:07:52 +00:00
Ben Hutchings c1f681847c Add r8192u_usb driver
Apply all upstream bug fixes up to 2.6.34.
Remove the firmware images.
Enable it on x86.

svn path=/dists/sid/linux-2.6/; revision=15930
2010-07-03 17:23:21 +00:00
Ben Hutchings 9fe79d1fef [ia64, powerpc, sparc, x86] Enable KPROBES and KRETPROBES (Closes: #584130)
svn path=/dists/sid/linux-2.6/; revision=15927
2010-07-02 21:43:27 +00:00
Ben Hutchings 39f01da488 [x86] Fix confusion between rtl8192u_usb and rtl8192s_usb drivers (Closes: #584945):
- Enable rtl8192u_usb driver
- Fix and update device ID table in rtl8192s_usb driver

svn path=/dists/trunk/linux-2.6/; revision=15882
2010-06-18 00:57:45 +00:00
Bastian Blank 9f92eae041 * debian/changelog: Update.
* debian/config: Disable ISDN_I4L and related options.

svn path=/dists/sid/linux-2.6/; revision=15872
2010-06-14 14:40:28 +00:00
Ben Hutchings 5bc5ff1632 Merge relevant changes from 2.6.32-{14,15,16}
svn path=/dists/trunk/linux-2.6/; revision=15834
2010-06-06 17:51:44 +00:00
Moritz Muehlenhoff d3ff4805f9 Enable X86 board specific fixups for reboot (Closes: #536537)
svn path=/dists/sid/linux-2.6/; revision=15825
2010-06-05 08:04:31 +00:00
Maximilian Attems 645d4d330d x86 unset USB_IP_DEBUG_ENABLE explicitly
svn path=/dists/trunk/linux-2.6/; revision=15785
2010-05-26 21:23:49 +00:00
Maximilian Attems bc7dfc3893 x86 enable VGA_SWITCHEROO
svn path=/dists/trunk/linux-2.6/; revision=15784
2010-05-26 21:23:38 +00:00
Maximilian Attems 54112e69ac x86 enable modular X86_PCC_CPUFREQ
svn path=/dists/trunk/linux-2.6/; revision=15777
2010-05-26 21:22:47 +00:00
Ben Hutchings a221c1b349 [x86] Disable e_powersaver cpufreq driver as unsafe (Closes: #566208)
svn path=/dists/sid/linux-2.6/; revision=15760
2010-05-22 23:59:41 +00:00
Ben Hutchings 740f50083f Merge /dists/sid/linux-2.6 (2.6.32-13).
svn path=/dists/trunk/linux-2.6/; revision=15735
2010-05-18 02:17:18 +00:00
Maximilian Attems 01af65736a x86 enable modular EEEPC_WMI
svn path=/dists/trunk/linux-2.6/; revision=15729
2010-05-17 23:22:05 +00:00
Maximilian Attems 8561963282 x86 disable NO_BOOTMEM
not something we want to greet our users with.

svn path=/dists/trunk/linux-2.6/; revision=15712
2010-05-17 01:54:49 +00:00
Ben Hutchings 956f9fc94b [x86] Enable r8187se driver, previously named rtl8187se
svn path=/dists/trunk/linux-2.6/; revision=15658
2010-05-11 02:46:29 +00:00
Maximilian Attems 49ede2ac48 disable aesni
causes boot failure on recent T410, see RHBZ#571577

no upstream fix yet by Xu.

svn path=/dists/sid/linux-2.6/; revision=15655
2010-05-10 18:22:24 +00:00
Bastian Blank eef8e0abf6 Merge /dists/sid/linux-2.6 (2.6.32-11).
svn path=/dists/trunk/linux-2.6/; revision=15575
2010-04-27 17:48:06 +00:00
Ben Hutchings c183e2165b [x86] Add ramzswap driver (Closes: #573912)
svn path=/dists/sid/linux-2.6/; revision=15483
2010-04-04 19:07:12 +00:00
Ben Hutchings 36d8334474 [x86] Enable ramzswap driver (Closes: #573912)
svn path=/dists/trunk/linux-2.6/; revision=15480
2010-04-04 06:20:04 +00:00
Maximilian Attems 802512bcbe x86 disable FB_INTEL
highly deprecated these days with KMS.

svn path=/dists/sid/linux-2.6/; revision=15432
2010-03-21 04:19:15 +00:00
Ben Hutchings 0f77287952 Extend the libata transition to all architectures (except s390) again
svn path=/dists/sid/linux-2.6/; revision=15425
2010-03-20 05:50:25 +00:00
Bastian Blank fbb493cdc3 * debian/changelog: Update.
* debian/config: Make all AGP driver built-in to workaround race-condition
  between DRM and AGP.

svn path=/dists/sid/linux-2.6/; revision=15401
2010-03-16 19:14:45 +00:00
Bastian Blank f0c48f95cc debian/config: Reorder.
svn path=/dists/sid/linux-2.6/; revision=15398
2010-03-16 12:56:25 +00:00
Ben Hutchings ca56472176 Use libata-based drivers for most PATA controllers (Closes: #444182)
Add transition script to linux-base and make all images depend on it.
Add NEWS explaining the transition.

svn path=/dists/sid/linux-2.6/; revision=15395
2010-03-16 05:40:15 +00:00
Ben Hutchings e50b426c83 [x86] Enable rtl8192su driver using external firmware
svn path=/dists/sid/linux-2.6/; revision=15389
2010-03-16 01:27:48 +00:00
Ben Hutchings 103df23a00 [x86] Enable rtl8192su driver using external firmware
svn path=/dists/trunk/linux-2.6/; revision=15377
2010-03-15 13:44:38 +00:00
Ben Hutchings 4e1a5a5116 drm: Apply all changes from 2.6.33
Add nouveau driver.
i915: Restore video overlay support (Closes: #560033).
radeon: Enable KMS support.

svn path=/dists/sid/linux-2.6/; revision=15304
2010-03-02 00:09:46 +00:00
Ben Hutchings 1010d1cd17 Use libata-based drivers for most PATA controllers (Closes: #444182)
Add transition script to linux-base and make all images depend on it


svn path=/dists/trunk/linux-2.6/; revision=15272
2010-02-25 04:11:39 +00:00
Maximilian Attems 8b3944278a topconfig, x86 set a bunch more evident drivers
nothing to exciting..

svn path=/dists/trunk/linux-2.6/; revision=15226
2010-02-19 11:56:26 +00:00
Maximilian Attems 54feffabb2 topconfig enable bunch of evident new modular drivers
as highlight maybe DVB_FIREDTV, DRDB and NOUVEAU.

svn path=/dists/trunk/linux-2.6/; revision=15224
2010-02-19 11:13:43 +00:00
Ben Hutchings bb1ae1e9b7 [x86] Enable USB IP drivers (Closes: #568903)
svn path=/dists/trunk/linux-2.6/; revision=15148
2010-02-12 03:16:37 +00:00
Bastian Blank b03ba34bc9 debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=15118
2010-02-04 09:51:13 +00:00
Maximilian Attems 1edf84b96b x86: Disable deprecated X86_CPU_DEBUG, causes boot failures.
see upstream bugzilla #15075

svn path=/dists/trunk/linux-2.6/; revision=15089
2010-02-01 16:20:46 +00:00
Maximilian Attems 7713285772 x86 explicitly unset PM_TRACE_RTC and PM_TEST_SUSPEND
svn path=/dists/trunk/linux-2.6/; revision=15019
2010-01-26 22:50:56 +00:00
Maximilian Attems ed7066a65f explicitly disable KPROBES
nobody speaks forward for it, so shipp default.

svn path=/dists/trunk/linux-2.6/; revision=15018
2010-01-26 22:36:41 +00:00
Maximilian Attems 759a2ccd34 don't enable for now PM_TRACE and friends
PM_DEBUG seems already helpful.

svn path=/dists/trunk/linux-2.6/; revision=15015
2010-01-26 17:49:05 +00:00
Bastian Blank cda87cd1b2 debian/config: Order.
svn path=/dists/trunk/linux-2.6/; revision=15012
2010-01-26 17:08:57 +00:00
Maximilian Attems 5c7607248b Enable easier debugging of Power Managment code.
* topconfig set PM_DEBUG, PM_TRACE
* unset PM_VERBOSE (dev option)
* x86 set PM_TRACE_RTC and PM_TEST_SUSPEND

svn path=/dists/trunk/linux-2.6/; revision=15009
2010-01-26 16:48:48 +00:00
Bastian Blank 5d95621eaa * debian/changelog: Update.
* debian/config/kernelarch-x86/config-arch-64:
  Make AGP and AGP_AMD64 again built-in.

svn path=/dists/trunk/linux-2.6/; revision=14992
2010-01-25 12:51:29 +00:00
Bastian Blank b6cf629219 debian/config: Remove HANGCHECK_TIMER overrides.
svn path=/dists/trunk/linux-2.6/; revision=14975
2010-01-21 16:45:43 +00:00
Bastian Blank e65b4b8576 debian/config/armel/config, debian/config/config,
debian/config/kernelarch-x86/config-arch-64: Reorder.

svn path=/dists/trunk/linux-2.6/; revision=14966
2010-01-21 14:49:34 +00:00
Ben Hutchings 491d6bfd34 [x86] Enable rt3090sta using firmware loader
svn path=/dists/trunk/linux-2.6/; revision=14952
2010-01-18 21:49:14 +00:00
Ian Campbell 4f0498a82e xen: enable up to 32G of RAM for 32 bit guests.
The default of 8G seems unnecessarily constrained. 32G works fine in my testing
and is consistent with 64 bit.

svn path=/dists/trunk/linux-2.6/; revision=14936
2010-01-12 17:02:29 +00:00
Maximilian Attems 2496c446b2 x86 enable modular I2C_SCMI build
svn path=/dists/trunk/linux-2.6/; revision=14924
2010-01-08 15:22:13 +00:00
Maximilian Attems 245c082c43 nuke old gone Kconfig Variables step 5
gone FSC drivers
see 91f17e02a224dc649eaffc8e0bca6db85efb9cd7

gone pcf8574 driver
see e7c5c49ecdac6dc5a6b67a27838b1b562eeec1b9

gone WDT_501_PCI ifdef
see 9b901ee0cb007eb4e2ee056e5b1c5c2837d53bdb

gone prome console

svn path=/dists/trunk/linux-2.6/; revision=14920
2010-01-08 14:06:51 +00:00
Maximilian Attems 540c66525e nuke old gone Kconfig Variables step 4
EVENT_TRACER got renamed and hidden.

GIGASET_UNDOCREQ gone and defined per default
see b88bd95655c7bc059606529e01467594978d7b72

LBD is only seen in some 32 bit kernelarchs a
bit too risky to kill it right now.

DMAR_GFX_WA is gone
see c7ab48d2acaf959e4d59c3f55d12fdb7ca9afd7c

FB_MATROX_MULTIHEAD gone and default
see 0728bacbba3b0267fa8ca8be69aa43d81b57ab51

THINKPAD_ACPI_BAY gone
see 1f6fc2de9525e34ee93bd392fa046369a8cfbf1e

svn path=/dists/trunk/linux-2.6/; revision=14919
2010-01-08 14:06:37 +00:00
Maximilian Attems c8f27b17ca x86_64 add explicitly all disabled Processor family choices
so they don't show up as not beeing set.

svn path=/dists/trunk/linux-2.6/; revision=14912
2010-01-08 12:54:57 +00:00
Maximilian Attems 175f25877b x86 enable modular TOPSTAR_LAPTOP
svn path=/dists/trunk/linux-2.6/; revision=14906
2010-01-08 10:49:32 +00:00
Maximilian Attems 1810923ebf x86 enable staging crap RTL8192E
explicitly unset new video staging driver

can be build on request.

svn path=/dists/trunk/linux-2.6/; revision=14904
2010-01-08 10:49:20 +00:00
Maximilian Attems 2e4413712b topconfig set SND_CS5535AUDIO
x86_32 dep is gone and said to work on mips and x86_64.
see 68f139204c1a2b10cc292d9cca036ebdbb6730a8

svn path=/dists/trunk/linux-2.6/; revision=14903
2010-01-08 10:49:15 +00:00
Maximilian Attems 5396cb0b53 x86 set modular EDAC_DECODE_MCE
svn path=/dists/trunk/linux-2.6/; revision=14887
2010-01-04 15:04:04 +00:00
Maximilian Attems de47b49378 x86 enable SFI
needed for Moorestown platforms.

svn path=/dists/trunk/linux-2.6/; revision=14876
2010-01-04 15:01:21 +00:00
Maximilian Attems 418292245a x86 set modular ACPI_PROCESSOR_AGGREGATOR
another ACPI 4.0 feature.

svn path=/dists/trunk/linux-2.6/; revision=14847
2010-01-03 13:19:16 +00:00
Maximilian Attems 671baa32a8 [x86] set modular ACPI_POWER_METER
svn path=/dists/trunk/linux-2.6/; revision=14846
2010-01-03 13:19:09 +00:00
Bastian Blank 3abeb4f8ee debian/config/config: Always enable USB_SISUSBVGA.
svn path=/dists/trunk/linux-2.6/; revision=14754
2009-12-06 20:36:12 +00:00
Bastian Blank 22e97cac66 debian/config:
Always enable USB_RIO500, USB_LEGOTOWER, USB_LCD, USB_LED, USB_CYTHERM,
USB_IDMOUSE and USB_TEST.

svn path=/dists/trunk/linux-2.6/; revision=14753
2009-12-06 20:34:01 +00:00
Bastian Blank 175fe5f6ad debian/config/config: Always set USB_MDC800 and USB_MICROTEK.
svn path=/dists/trunk/linux-2.6/; revision=14751
2009-12-06 20:25:12 +00:00
Bastian Blank 8fb94d3fcc debian/config: Always set USB_ACM and USB_PRINTER.
svn path=/dists/trunk/linux-2.6/; revision=14750
2009-12-06 20:22:37 +00:00
Bastian Blank 18c538f8c8 * debian/changelog: Update.
* debian/config/armel/config.kirkwood,
  debian/config/kernelarch-x86/config: Remove duplicated options.
* debian/config/config: Set USB_SUSPEND.

svn path=/dists/trunk/linux-2.6/; revision=14749
2009-12-06 20:17:22 +00:00
Bastian Blank 2df8d76c66 debian/config: Centralize USB core options.
svn path=/dists/trunk/linux-2.6/; revision=14748
2009-12-06 20:15:51 +00:00
Bastian Blank 7dbeb1b4e6 debian/config: Excplicitely set MIGRATION.
svn path=/dists/trunk/linux-2.6/; revision=14742
2009-12-06 19:39:24 +00:00
Bastian Blank be38547902 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Set AGP and AGP_AMD64 to module.
* debian/config/kernelarch-x86/config-arch-32,
  debian/config/kernelarch-x86/config-arch-64: Remove duplicated options.

svn path=/dists/trunk/linux-2.6/; revision=14733
2009-12-04 17:35:58 +00:00
Bastian Blank 5d70571c39 * debian/changelog: Update.
* debian/config/kernelarch-x86/config, debian/config/powerpc/config,
  debian/config/sparc/config: Set USB to module.
* debian/config/kernelarch-x86/config-arch-32,
  debian/config/kernelarch-x86/config-arch-64: Remove USB.

svn path=/dists/trunk/linux-2.6/; revision=14732
2009-12-04 17:29:29 +00:00
Bastian Blank b7229958fd * debian/changelog: Update.
* debian/config: Centralize USB mass storage support options.

svn path=/dists/trunk/linux-2.6/; revision=14730
2009-12-04 17:21:00 +00:00
Bastian Blank 8013f4869a * debian/changelog: Update.
* debian/config: Enable WATCHDOG and SOFT_WATCHDOG.

svn path=/dists/trunk/linux-2.6/; revision=14727
2009-12-04 17:04:19 +00:00
Bastian Blank e1be69e95d * debian/changelog: Update.
* debian/config/config: Move PCIe options.
* debian/config/ia64/config, debian/config/kernelarch-x86/config:
  Remove duplicated options.

svn path=/dists/trunk/linux-2.6/; revision=14691
2009-11-27 16:52:06 +00:00
Bastian Blank 46cfbd84d4 debian/config: Centralize sound/usb options.
svn path=/dists/trunk/linux-2.6/; revision=14685
2009-11-27 16:23:41 +00:00