Commit Graph

619 Commits

Author SHA1 Message Date
Ben Hutchings dfb5e384b3 [x86] Disable USB_SN9C102; this driver is deprecated in favour of the gspca drivers
While we're doing this, move all the staging/media driver disables
into debian/config/kernelarch-x86/config as STAGING_MEDIA is only
enabled on x86.

svn path=/dists/sid/linux/; revision=21811
2014-09-12 05:29:24 +00:00
Ben Hutchings a371875c1b Enable many new(ish) drivers and other features
svn path=/dists/sid/linux/; revision=21810
2014-09-12 05:25:26 +00:00
Ben Hutchings 4376ec2f94 Explicitly set many config symbols to their defaults
svn path=/dists/sid/linux/; revision=21809
2014-09-12 04:07:56 +00:00
Ben Hutchings c9d97d2730 Explicitly set many config symbols to their defaults
svn path=/dists/sid/linux/; revision=21806
2014-09-11 04:20:33 +00:00
Ben Hutchings a25d64fe99 [amd64] Explicitly enable X86_16BIT per default
svn path=/dists/sid/linux/; revision=21805
2014-09-11 03:04:14 +00:00
Ben Hutchings da9022cd10 Explicitly enable SGETMASK_SYSCALL on various architectures per default
svn path=/dists/sid/linux/; revision=21804
2014-09-11 03:01:06 +00:00
Ben Hutchings f2b6484a69 [i386/686-pae] Don't try to enable XO15_EBOOK
It depends on OLPC, which is only enabled on i386/486.

svn path=/dists/trunk/linux/; revision=21776
2014-09-07 20:46:18 +00:00
Ben Hutchings 84a0830f61 sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f
Its config dependencies are now X86_32 || MIPS || COMPILE_TEST.
On MIPS, only Loongson 2F platforms use the CS5536 chip.

svn path=/dists/trunk/linux/; revision=21774
2014-09-07 19:04:02 +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
Ben Hutchings caf5baf65d Move various i386-dependent config symbols into the appropriate config file
These now all have dependencies on X86_32 || COMPILE_TEST, so they
cannot be enabled on amd64.

Also remove the explicit disabling of these symbols at the top level.

svn path=/dists/trunk/linux/; revision=21772
2014-09-07 18:50:43 +00:00
Ben Hutchings 7fb242322b Don't try to enable drivers for platforms we don't support
Various driver config symbols have new dependencies on platform
config symbols that we don't and aren't likely to enable.

svn path=/dists/trunk/linux/; revision=21771
2014-09-07 18:28:43 +00:00
Ben Hutchings c0a5828ab2 [i386] comedi: Enable COMEDI_DAC02 as module, replacing COMEDI_POC
svn path=/dists/trunk/linux/; revision=21770
2014-09-07 16:56:57 +00:00
Ben Hutchings 0abba0422b [arm*,ia64,ppc64el,s390*,sh4] Disable SYSFS_SYSCALL, only needed for SVR4 compatibility
svn path=/dists/trunk/linux/; revision=21716
2014-08-09 17:52:47 +00:00
Ben Hutchings 65990f8495 [!x86] Disable USELIB, only needed by libc5
svn path=/dists/trunk/linux/; revision=21712
2014-08-09 17:23:24 +00:00
Ben Hutchings 015d7cd7da Merge changes from sid up to 3.14.15-1
svn path=/dists/trunk/linux/; revision=21704
2014-08-07 20:30:32 +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 4bb913b2f4 * debian/changelog: Update.
* debian/config: Enable stack protector on all supported architectures.

svn path=/dists/trunk/linux/; revision=21679
2014-08-04 09:32:59 +00:00
Bastian Blank a01a321474 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Enable EARLY_PRINTK_EFI.

svn path=/dists/trunk/linux/; revision=21678
2014-08-04 09:30:42 +00:00
Bastian Blank e2a4d40fc3 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Enable XEN_PVH.

svn path=/dists/trunk/linux/; revision=21675
2014-08-03 20:16:41 +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 b4b73bdf65 debian/config/kernelarch-x86/config: Fix STACKPROTECTOR.
svn path=/dists/trunk/linux/; revision=21673
2014-08-03 19:39:29 +00:00
Bastian Blank 198b4c8048 debian/config: Remove some options that are gone for good
svn path=/dists/trunk/linux/; revision=21672
2014-08-03 19:38: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
Aurelien Jarno 0ae51dd75b [x86] vfio: Enable VFIO_PCI_VGA.
svn path=/dists/trunk/linux/; revision=21663
2014-07-31 18:56:58 +00:00
Ben Hutchings a718693e7b [amd64] Enable X86_X32 (Closes: #708070)
- Reject x32 executables if x32 ABI not supported
- Make x32 syscall support conditional on a kernel parameter
- Enable X86_X32_DISABLED so that x32 support must be explicitly enabled

svn path=/dists/sid/linux/; revision=21634
2014-07-27 04:08:25 +00:00
Ben Hutchings dcb40eedc6 [x86] wireless: Enable R8192EE as module (Closes: #755310)
svn path=/dists/trunk/linux/; revision=21579
2014-07-20 01:04:40 +00:00
Aurelien Jarno 6c6c481521 * topconfig: Enable modular HW_RANDOM.
* [kernelarch-powerpc] Remove HW_RANDOM.
* [kernelarch-x86] Remove HW_RANDOM.
* [mips/4kc-malta] Remove HW_RANDOM.
* [mips/5kc-malta] Remove HW_RANDOM.
* [mips/octeon] Remove HW_RANDOM.

svn path=/dists/sid/linux/; revision=21419
2014-06-11 15:27:00 +00:00
Ben Hutchings da27d6543d [x86] Enable X86_INTEL_LPSS (Closes: #745331)
svn path=/dists/trunk/linux/; revision=21256
2014-04-21 12:26:09 +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 40bb5a4cb2 Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21214
2014-04-08 01:54:46 +00:00
Ben Hutchings d2294cfc0c Explicitly set default values for various config symbols
svn path=/dists/trunk/linux/; revision=21130
2014-03-07 03:36:23 +00:00
Ben Hutchings 80205fe93b Enable various new drivers and features
svn path=/dists/trunk/linux/; revision=21128
2014-03-07 02:58:35 +00:00
Ben Hutchings 6bb5bc0691 mm: Enable ZSMALLOC as built-in, ZRAM as module (Closes: #676779)
These have been promoted out of staging so hopefully they're really
portable now.

Keep them disabled on armel/{ixp4xx,orion5x} due to size constraints.

svn path=/dists/trunk/linux/; revision=21127
2014-03-07 02:14:00 +00:00
Ben Hutchings b43f3e5e31 [x86] Enable CHROME_PLATFORMS and re-enable CHROMEOS_LAPTOP as module (Closes: #740042)
svn path=/dists/sid/linux/; revision=21112
2014-02-25 14:28:57 +00:00
Ben Hutchings ebb5e47063 [x86] Enable I2C_DESIGNWARE_PLATFORM as module (Closes: #737163)
svn path=/dists/trunk/linux/; revision=21014
2014-02-02 00:48:10 +00:00
Ben Hutchings 9376ffa8a6 [x86] Enable R8188EU as module, 88EU_AP_MODE and 88EU_P2P (Closes: #736905)
svn path=/dists/trunk/linux/; revision=21007
2014-01-31 14:22:26 +00:00
Ben Hutchings e26394fab0 [x86] Enable POWERCAP, INTEL_RAPL as module (Closes: #736399)
svn path=/dists/trunk/linux/; revision=20997
2014-01-23 15:06:59 +00:00
Ben Hutchings 04aa0d4809 Merge changes from sid up to 3.12.8-1
svn path=/dists/trunk/linux/; revision=20985
2014-01-20 03:07:26 +00:00
Ben Hutchings c636b3268f [x86] brcm80211: Enable BRCMFMAC as module, and BRCMFMAC_SDIO (Closes: #735245)
svn path=/dists/sid/linux/; revision=20981
2014-01-19 19:20:02 +00:00
Ben Hutchings 2a4321bb7f crypto: Enable more processor-specific algorithms and drivers
svn path=/dists/sid/linux/; revision=20960
2014-01-07 03:31:32 +00:00
Ben Hutchings 7515c3d6df Enable a large number of new(ish) config symbols
svn path=/dists/trunk/linux/; revision=20935
2013-12-30 01:23:52 +00:00
Ben Hutchings 29669b1f28 Explicitly set various config symbols to their defaults
svn path=/dists/trunk/linux/; revision=20933
2013-12-30 00:54:22 +00:00
Ben Hutchings 0363adb1e1 Merge changes from sid up to 3.12.6-2
svn path=/dists/trunk/linux/; revision=20931
2013-12-29 21:45:11 +00:00
Bastian Blank ccd8819bf3 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Make MICROCODE built-in.

svn path=/dists/sid/linux/; revision=20922
2013-12-27 15:37:53 +00:00
Ben Hutchings ae09ff1f34 [x86] Explicitly enable PSTORE as built-in
svn path=/dists/sid/linux/; revision=20902
2013-12-21 00:25:58 +00:00
Ben Hutchings 8a38dc4ec5 Merge changes from sid up to 3.11.10-1
svn path=/dists/trunk/linux/; revision=20852
2013-12-05 02:43:56 +00:00
Ben Hutchings c0e9d9ca3b [x86] staging: Enable CRYSTALHD as module (Closes: #730832)
svn path=/dists/trunk/linux/; revision=20838
2013-12-02 04:42:48 +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 77d49198c8 Explicitly set various config options to their defaults
svn path=/dists/trunk/linux/; revision=20802
2013-11-21 01:16:57 +00:00
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