Commit Graph

427 Commits

Author SHA1 Message Date
Maximilian Attems 57a806ad0f x86_64: set DMAR and friends
svn path=/dists/trunk/linux-2.6/; revision=12691
2009-02-06 13:35:10 +00:00
Maximilian Attems ffa4d7f6e7 x86 set ondemand as default governor
as anyway done by init scripts later ;)

svn path=/dists/trunk/linux-2.6/; revision=12690
2009-02-06 13:35:07 +00:00
Maximilian Attems 1816ac5149 x86 explicitly disable CMDLINE_BOOL
we have working bootloaders.
ppc and sparc maintainers might also want to do so.

svn path=/dists/trunk/linux-2.6/; revision=12689
2009-02-06 13:35:03 +00:00
Maximilian Attems 655d66960f x86 set MICROCODE_INTEL and MICROCODE_AMD
svn path=/dists/trunk/linux-2.6/; revision=12658
2009-01-30 21:16:48 +00:00
Maximilian Attems a24840dcb5 x86: enable OPROFILE_IBS
svn path=/dists/trunk/linux-2.6/; revision=12657
2009-01-30 21:16:42 +00:00
Maximilian Attems 252a4ebd66 ACPI_DOCK is bool and not tristate
fixes build warning:
.config:2908:warning: symbol value 'm' invalid for ACPI_DOCK

svn path=/dists/trunk/linux-2.6/; revision=12578
2009-01-18 20:23:44 +00:00
Bastian Blank a94d55bc0d Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=12535
2008-12-28 16:55:48 +00:00
Maximilian Attems 86bcb8afbc CONFIG_ISDN is no longer triple symbol
fixes:
.config:75:warning: symbol value 'm' invalid for ISDN

svn path=/dists/trunk/linux-2.6/; revision=12420
2008-11-23 15:42:56 +00:00
Maximilian Attems c7e179321c x86 enable X86_RESERVE_LOW_64K for buggy bios
svn path=/dists/trunk/linux-2.6/; revision=12414
2008-11-23 15:42:20 +00:00
Maximilian Attems 51793ddf80 x86_64 set MTRR_SANITIZER and related options
allows X drivers to add writeback entries as it converts
MTRR layout from continuous to discrete
details on 95ffa2438d0e9c48779f0106b1c0eb36165e759c

can be disabled with disable_mtrr_cleanup on bootup if crashes.
enabled in fedora too, let's see how it shakes here.

svn path=/dists/trunk/linux-2.6/; revision=12219
2008-09-10 09:35:49 +00:00
Maximilian Attems 731fd4b63c x86_64 set AMD_IOMMU
see 8d283c35a293e6091fdf7ef86842c1174c48a941 for details

svn path=/dists/trunk/linux-2.6/; revision=12218
2008-09-10 09:35:45 +00:00
Maximilian Attems 02ca73ecfd x86 unset PARAVIRT_DEBUG
svn path=/dists/trunk/linux-2.6/; revision=12165
2008-09-04 14:39:54 +00:00
Maximilian Attems a9200f3195 x86: enable X86_MPPARSE
default anyway, MPS table needed for old x86 smp boxes.

svn path=/dists/trunk/linux-2.6/; revision=12164
2008-09-04 14:39:52 +00:00
dann frazier 9ba6114c91 [x86, ia64] Enable ACPI_PCI_SLOT
svn path=/dists/trunk/linux-2.6/; revision=12151
2008-08-29 23:04:39 +00:00
Maximilian Attems c86215f948 x86 set MOUSE_BCM5974
new driver for apple air touchpad

svn path=/dists/trunk/linux-2.6/; revision=12083
2008-08-15 21:37:10 +00:00
Ian Campbell 4ea038575e Enable Xen in amd64 kernel images.
Also explicitly list some Xen symbols in the i386 config which were
simply taken by default before, no actual change to the configuration.

svn path=/dists/trunk/linux-2.6/; revision=12051
2008-08-12 20:54:50 +00:00
Bastian Blank f4ab53ffa2 Move HP_ILO setting, this hardware is way to special
* debian/config/config: Remove HP_ILO.
* debian/config/amd64/config, debian/config/i386/config: Set HP_ILO.

svn path=/dists/trunk/linux-2.6/; revision=11903
2008-07-25 08:14:24 +00:00
Bastian Blank ac797b278e Reenable SECCOMP.
* debian/changelog: Update.
* debian/config/amd64/config, debian/config/i386/config,
  debian/config/mips/config, debian/config/mipsel/config,
  debian/config/powerpc/config, debian/config/sparc/config: Set SECCOMP.

svn path=/dists/trunk/linux-2.6/; revision=11885
2008-07-23 15:49:43 +00:00
Bastian Blank 69c2a1f0da debian/config: Drop xen-vserver variant.
svn path=/dists/trunk/linux-2.6/; revision=11884
2008-07-23 15:11:53 +00:00
Bastian Blank daef199d24 debian/config/amd64/openvz/defines,
debian/config/i386/openvz/defines: Don't overwrite image options.

svn path=/dists/trunk/linux-2.6/; revision=11882
2008-07-23 15:07:26 +00:00
Maximilian Attems cde55a0027 openvz cleanup amd64 flavour
no xen image type, no amd64 specific variable settings.

svn path=/dists/trunk/linux-2.6/; revision=11869
2008-07-21 14:37:45 +00:00
Bastian Blank c10b3b88e3 debian/config/amd64, debian/config/i386: Remove explicit LOG_BUF_SHIFT settings.
svn path=/dists/trunk/linux-2.6/; revision=11837
2008-07-14 21:00:50 +00:00
Bastian Blank aa84751e04 debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=11832
2008-07-14 05:32:53 +00:00
Maximilian Attems 2989a7a747 amd64: set upstream default NODES_SHIFT
last missing unset variable for amd64

svn path=/dists/trunk/linux-2.6/; revision=11827
2008-07-13 23:35:43 +00:00
Maximilian Attems 73d13ca991 x86 set THERMAL_HWMON
svn path=/dists/trunk/linux-2.6/; revision=11803
2008-07-06 23:12:21 +00:00
Maximilian Attems 50d63c19e0 x86: disable X86_PAT
playing on the safe side, it is current default due to possible
boot crash + hangs, should get enabled postlenny.

svn path=/dists/trunk/linux-2.6/; revision=11755
2008-07-04 08:59:12 +00:00
Maximilian Attems 7b01f544c3 explicitly unset EDD_OFF
edd can be unset by boot params, no negative reports,
so staying on default.

svn path=/dists/trunk/linux-2.6/; revision=11750
2008-07-03 16:55:55 +00:00
Maximilian Attems 9bc1d01982 [amd64] Enable default disabled memtest boot param
memtest=4 enables memtest at bootup.

svn path=/dists/trunk/linux-2.6/; revision=11749
2008-07-03 16:55:52 +00:00
Maximilian Attems e1f6904a8b x86_64 add a barebone openvz featureset
for now yet topdisabled,
once patch is landed x86_32 and ia64 will follow..

svn path=/dists/trunk/linux-2.6/; revision=11725
2008-06-29 12:00:58 +00:00
Maximilian Attems 0e4f4589d5 x86: enable modular FB_UVESA
module not autoloaded, said to coexist with vesafb
give users the playground..

nuke dup disabling in arm, topconfig disabled.

svn path=/dists/trunk/linux-2.6/; revision=11690
2008-06-23 14:05:00 +00:00
Maximilian Attems c440722f62 x86/ia64 set HPET_RTC_IRQ
fixes freeze on #479709

svn path=/dists/trunk/linux-2.6/; revision=11665
2008-06-19 21:43:16 +00:00
Maximilian Attems f652604570 amd64: enable explicitly SPARSEMEM_VMEMMAP
svn path=/dists/trunk/linux-2.6/; revision=11634
2008-06-13 10:39:07 +00:00
Bastian Blank 275057428b debian/config/amd64/config, debian/config/i386/config:
Remove duplicated options.

svn path=/dists/trunk/linux-2.6/; revision=11567
2008-06-07 20:34:31 +00:00
Bastian Blank 36b82cf9c7 debian/config: Remove duplicated core settings.
svn path=/dists/trunk/linux-2.6/; revision=11566
2008-06-07 20:32:36 +00:00
Bastian Blank 4e6a1792a4 debian/config: Remove duplicated BRIDGE.
svn path=/dists/trunk/linux-2.6/; revision=11549
2008-06-07 12:34:16 +00:00
Bastian Blank cb355398cb debian/config: Remove cuplicated CRC options.
svn path=/dists/trunk/linux-2.6/; revision=11546
2008-06-07 12:23:23 +00:00
Bastian Blank c970a0d397 * debian/config/amd64/config: Remove duplicated SPARSEMEM_VMEMMAP.
* debian/config/powerpc/config.powerpc64: Fix.

svn path=/dists/trunk/linux-2.6/; revision=11540
2008-06-07 11:33:50 +00:00
Maximilian Attems 5a7c25c58b topconfig: Enable PROFILING across all flavours.
centralize PROFILING setting, shouldn't be disabled.

svn path=/dists/trunk/linux-2.6/; revision=11539
2008-06-07 11:23:01 +00:00
Maximilian Attems fe4a5b0b92 x86: set NET_DMA
now available with dma engine

svn path=/dists/trunk/linux-2.6/; revision=11508
2008-06-02 22:40:08 +00:00
Maximilian Attems ad35616b47 x86: Enable dma engine.
first step for that bug closure, mark it pending,
as other options will be enabled too.

svn path=/dists/trunk/linux-2.6/; revision=11507
2008-06-02 22:37:04 +00:00
Maximilian Attems eb5f0a6ef9 amd64 SPARSEMEM_VMEMMAP seems not a silent config
reset it

svn path=/dists/trunk/linux-2.6/; revision=11494
2008-05-29 21:41:08 +00:00
Bastian Blank 157cfb53b0 debian/config: Remove old options.
svn path=/dists/trunk/linux-2.6/; revision=11489
2008-05-29 15:31:51 +00:00
Bastian Blank 053e4216e2 debian/config: Remove silent options.
svn path=/dists/trunk/linux-2.6/; revision=11479
2008-05-28 22:30:51 +00:00
Bastian Blank 5ffc573d78 debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=11470
2008-05-28 22:03:10 +00:00
Maximilian Attems f6b87f0137 WDC_ALI15X3 gone
see e7f379d5cabb2790ecce5d623382fa6085e7686d,
There is "wdc_udma" module parameter now.

svn path=/dists/trunk/linux-2.6/; revision=11397
2008-05-15 23:12:51 +00:00
Maximilian Attems 4c8ad31181 kill PCNET32_NAPI references
01935d7d2c544a5dfc8313f79ed164d45115aa33 nuked non NAPI code
centralize topconfig PCNET32 settings

svn path=/dists/trunk/linux-2.6/; revision=11396
2008-05-15 23:12:22 +00:00
Maximilian Attems a10d2faa9b topconfig unset PRISM54
nuke any duplicate definition, P54 is wanted these days.

svn path=/dists/trunk/linux-2.6/; revision=11374
2008-05-12 11:22:21 +00:00
Maximilian Attems 62cd30f371 topconfig centralize PPP options
were spread all over the place, with confliction decisions.
dubious unset in s390.

svn path=/dists/trunk/linux-2.6/; revision=11369
2008-05-11 22:32:25 +00:00
Maximilian Attems f726e5134a topconfig: centralize SLIP settings
spread over all files and conflicting decisions,
just keep s390 disabling..

svn path=/dists/trunk/linux-2.6/; revision=11368
2008-05-11 22:30:28 +00:00
Maximilian Attems dfd3e92a3b amd64: set initial pvops Xen amd64 config options
most of these are a nogo for the generic config.
but this is a first start for the x86_64 -xen flavour for now.

svn path=/dists/trunk/linux-2.6/; revision=11342
2008-05-09 13:38:31 +00:00
Maximilian Attems 23f2eeca75 x86: enable modular FB_N411
see 0e27aa3dabb541edee9f23b37114856a528de01e

svn path=/dists/trunk/linux-2.6/; revision=11310
2008-05-06 13:46:30 +00:00
Maximilian Attems 9b52bd9fa7 x86: enable EEEPC_LAPTOP hotkey driver
supports  Fn-Fx keys on Eee PC laptops,
see e59f87966adef2cb03d419530e3ade5159487d6d
already shipped by fedora for some time,
we allmost had it for 2.6.25 too.

svn path=/dists/trunk/linux-2.6/; revision=11291
2008-05-05 12:14:04 +00:00
Maximilian Attems 287a037a26 x86 set appropriate FRAME_WARN build time warnings
needs gcc 4.4, obsoletes make checkstack
see 35bb5b1e0e84cfa1a8906f7e6a77f391ff315791

svn path=/dists/trunk/linux-2.6/; revision=11290
2008-05-05 12:01:12 +00:00
Maximilian Attems 827d6da494 x86 enable THERMAL sysfs driver
needed by acpi thermal, so default enabled modular.

svn path=/dists/trunk/linux-2.6/; revision=11289
2008-05-05 11:54:51 +00:00
Maximilian Attems 99902feae7 x86 ISCSI_IBFT enable
see 138fe4e069798d9aa948a5402ff15e58f483ee4e
for full details see
ftp://ftp.software.ibm.com/systems/support/system_x_pdf/ibm_iscsi_boot_firmwa

svn path=/dists/trunk/linux-2.6/; revision=11286
2008-05-05 11:54:33 +00:00
Maximilian Attems 304d390094 amd64: disable explicitly X86_PTDUMP
only useful for dev

svn path=/dists/trunk/linux-2.6/; revision=11280
2008-05-04 22:55:06 +00:00
Maximilian Attems 783ca0e997 x86: disable DIRECT_GBPAGES for now
may be enabled later, see 00d1c5e05736f947687be27706bda01cec104e57

svn path=/dists/trunk/linux-2.6/; revision=11279
2008-05-04 22:55:04 +00:00
Maximilian Attems 23db689f63 amd64: enable SCSI_DPT_I2O
got 64 bit clean, see 62ac5aedc51485d672a5d91c262a001acecbe447

svn path=/dists/trunk/linux-2.6/; revision=11277
2008-05-04 22:28:12 +00:00
Maximilian Attems bf73d64343 x86: enable ISCSI_IBFT_FIND
svn path=/dists/trunk/linux-2.6/; revision=11255
2008-05-04 14:34:09 +00:00
Maximilian Attems 08dabe2e2e x86: disable NONPROMISC_DEVMEM for now
too late in release game to push for it,
config will be changed postlenny.

svn path=/dists/trunk/linux-2.6/; revision=11254
2008-05-04 14:34:06 +00:00
Maximilian Attems 2e7bafd12d x86: enable the new kvm optimisations
KVM_GUEST and KVM_CLOCK

svn path=/dists/trunk/linux-2.6/; revision=11235
2008-05-01 09:42:53 +00:00
Maximilian Attems 2827b33656 PM_LEGACY gone
see 6afe1a1fe8ff83f6ac2726b04665e76ba7b14f3e

svn path=/dists/trunk/linux-2.6/; revision=11219
2008-05-01 08:55:41 +00:00
Maximilian Attems b07ee6f8b0 flashpoint support is x86-32 only currently
see 78b4b05db57b04b3ed17dc71259bf1402c04abfa
and s/SCSI_OMIT_FLASHPOINT/SCSI_FLASHPOINT/

svn path=/dists/trunk/linux-2.6/; revision=11191
2008-04-26 21:59:38 +00:00
Maximilian Attems f1a901a4fd x86: BLK_DEV_HD_IDE gone
was a stupic hack and disabled anyway.

svn path=/dists/trunk/linux-2.6/; revision=11190
2008-04-26 21:59:36 +00:00
Maximilian Attems 7d70f9269b x86: set IO_DELAY_0X80
it is the default and recommended!
yupie now all variables set on amd64 for 2.6.25.

svn path=/dists/trunk/linux-2.6/; revision=11042
2008-04-04 14:11:52 +00:00
Maximilian Attems 7a31d10cb1 amd64: enable SPARSEMEM_VMEMMAP
defaults to y and we want it anyway - checked fedora x86_64 enabled.

svn path=/dists/trunk/linux-2.6/; revision=11041
2008-04-04 11:57:58 +00:00
Bastian Blank cad4cd7bb2 * debian/changelog: Update.
* debian/config/alpha/config, debian/config/amd64/config,
  debian/config/i386/config: Make ATM modular.

svn path=/dists/trunk/linux-2.6/; revision=11027
2008-04-01 15:21:33 +00:00
Maximilian Attems 7dca41d103 x86: disable LATENCYTOP
revert the enabling as pointed out by waldi,
due to select FRAME_POINTER requirement bloating kernel.
it be cool to have a debug image, where one can turn on such tools.

svn path=/dists/trunk/linux-2.6/; revision=11006
2008-03-29 10:25:31 +00:00
Bastian Blank bf37bb26fa * debian/changelog: Update.
* debian/config/amd64/config: Enable SCHED_DEBUG, TIMER_STATS.

svn path=/dists/trunk/linux-2.6/; revision=10997
2008-03-28 22:16:07 +00:00
Bastian Blank f70e2fb739 * debian/changelog: Update.
* debian/config/alpha/config: Enable DEBUG_KERNEL.

svn path=/dists/trunk/linux-2.6/; revision=10996
2008-03-28 22:13:33 +00:00
Maximilian Attems 545bda6810 topconfig centralize CRC_CCITT setting.
strangely turned off on s390, left apart for now.

svn path=/dists/trunk/linux-2.6/; revision=10958
2008-03-23 14:35:12 +00:00
Maximilian Attems 00976ddaf8 x86: unset COMPAT_VDSO
only needed for glibc older than 2.3.3, thus etch is covered.
can be reenabled on boot with vdso=2

svn path=/dists/trunk/linux-2.6/; revision=10949
2008-03-23 10:17:28 +00:00
Gordon Farquharson 6668737a0c * Add patch to prevent physmap from calling request_module() too early
(see http://lkml.org/lkml/2008/3/12/23) (patch is in -mm).
* Update configs appropriately.

svn path=/dists/trunk/linux-2.6/; revision=10946
2008-03-23 06:08:51 +00:00
Maximilian Attems 70af76b501 x86 reenable ACPI_WMI
boot crashes cured upstream, cleanup changelog from gone dsdt initramfs patch.

svn path=/dists/trunk/linux-2.6/; revision=10938
2008-03-22 20:15:05 +00:00
Maximilian Attems 1a7ecbf99a topconfig centralize PPPOE
went missing in some configs,
woow still some net variables to merge. :)

svn path=/dists/trunk/linux-2.6/; revision=10931
2008-03-21 20:14:50 +00:00
Maximilian Attems b5580adee1 amd64: disable FB_IMAC
it is the default of that bool fb, done by fedora too.

svn path=/dists/trunk/linux-2.6/; revision=10930
2008-03-21 20:10:00 +00:00
Maximilian Attems 39dcd0311c x86: disable menlow platform thermal ACPI managment driver
verified to be disabled in fedora too,
no one asked for it yet, default disabled.

svn path=/dists/trunk/linux-2.6/; revision=10929
2008-03-21 20:09:55 +00:00
Maximilian Attems 4bd84e8b85 x86: reset DECNET_NF_GRABULATOR
option got lost in reorg..

svn path=/dists/trunk/linux-2.6/; revision=10918
2008-03-18 12:57:11 +00:00
Maximilian Attems 6d91f05f35 x86 ACPI_CUSTOM_DSDT_INITRD regone
nuke refs..

svn path=/dists/trunk/linux-2.6/; revision=10902
2008-03-16 20:34:10 +00:00
Maximilian Attems 0149df5117 x86 explicitly unset stack debug options
gone in ec3f30599b566a21e07ff562bee65bbf5152e9cb

svn path=/dists/trunk/linux-2.6/; revision=10899
2008-03-16 09:18:53 +00:00
Maximilian Attems a9c2de0b14 x86 unset bloody seccomp
8c8e33da0ab5125dcce04c3593b25460da9ff712, forgot to re unset it for x86.

svn path=/dists/trunk/linux-2.6/; revision=10897
2008-03-16 09:18:42 +00:00
Bastian Blank 332bbe24c3 debian/config: Unify HIDP protocol support.
svn path=/dists/trunk/linux-2.6/; revision=10891
2008-03-14 22:32:07 +00:00
Bastian Blank ae01df10f6 debian/config: Unify CMTP protocol support.
svn path=/dists/trunk/linux-2.6/; revision=10890
2008-03-14 22:30:28 +00:00
Bastian Blank 4b2fdc1691 debian/config: Unify BNEP protocol support.
svn path=/dists/trunk/linux-2.6/; revision=10889
2008-03-14 22:29:09 +00:00
Bastian Blank 060308e7d4 debian/config: Unify RFCOMM protocol support.
svn path=/dists/trunk/linux-2.6/; revision=10888
2008-03-14 22:27:26 +00:00
Bastian Blank 3315e8af88 debian/config: Centralize Bluetooth subsystem support.
svn path=/dists/trunk/linux-2.6/; revision=10887
2008-03-14 22:25:27 +00:00
Bastian Blank 79ec15a316 debian/config: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=10884
2008-03-14 22:09:43 +00:00
Bastian Blank a47c2aafbd debian/config: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=10883
2008-03-14 22:06:53 +00:00
Bastian Blank 59185cc96f debian/config: Centralize USB source devices.
svn path=/dists/trunk/linux-2.6/; revision=10882
2008-03-14 22:05:05 +00:00
Bastian Blank 34a92674a1 * debian/changelog: Update.
* debian/config: Disable USB_GADGET.

svn path=/dists/trunk/linux-2.6/; revision=10880
2008-03-14 21:57:08 +00:00
Bastian Blank aea59e8682 debian/config: Centralize BLK_DEV_LOOP, BLK_DEV_CRYPTOLOOP and BLK_DEV_NBD.
svn path=/dists/trunk/linux-2.6/; revision=10876
2008-03-14 21:16:14 +00:00
Bastian Blank ffab9409fa * debian/changelog: Update.
* debian/config
  - Enable AF_RXRPC and RXKAD.
  - Disable R3964.

svn path=/dists/trunk/linux-2.6/; revision=10873
2008-03-14 20:56:42 +00:00
Bastian Blank 35b2516f48 * config/amd64/config, config/i386/config:
Move power supply class support from config/config.

svn path=/dists/trunk/linux-2.6/; revision=10864
2008-03-14 19:51:54 +00:00
Bastian Blank 8d0099c6cb debian/control: Remove known gone options.
svn path=/dists/trunk/linux-2.6/; revision=10862
2008-03-14 14:09:42 +00:00
Bastian Blank 54625e7ac2 debian/config: Fix some arch specific settings.
svn path=/dists/trunk/linux-2.6/; revision=10858
2008-03-14 13:57:17 +00:00
Bastian Blank fed558b6f9 debian/config: Centralize core sound options.
svn path=/dists/trunk/linux-2.6/; revision=10857
2008-03-14 13:52:24 +00:00
Bastian Blank f683f44d7c debian/config/amd64: Remove silent options.
svn path=/dists/trunk/linux-2.6/; revision=10853
2008-03-14 13:32:29 +00:00
Bastian Blank 57f386c406 debian/config: Fix some small problems.
svn path=/dists/trunk/linux-2.6/; revision=10847
2008-03-14 13:11:53 +00:00
Bastian Blank a25b6e506a debian/config: Centralize Generic Driver Options.
svn path=/dists/trunk/linux-2.6/; revision=10841
2008-03-14 12:19:51 +00:00
Bastian Blank af87ed319e debian/config: Do complete reorganization.
svn path=/dists/trunk/linux-2.6/; revision=10837
2008-03-14 11:52:07 +00:00
Maximilian Attems 5aa3b37a6c amd64: enable EFI_VARS
bonus merge amd64 changelog entries.

svn path=/dists/trunk/linux-2.6/; revision=10818
2008-03-12 15:58:52 +00:00
Maximilian Attems 32177c21e2 amd64 enable EFI
EFI runtime support available now on x86_64 too,
see arch/x86/Kconfig

svn path=/dists/trunk/linux-2.6/; revision=10816
2008-03-12 15:52:23 +00:00
Maximilian Attems 23a9c0d3b0 amd64: nuke dup variable settings
already set in topconfig no need to duplicate

svn path=/dists/trunk/linux-2.6/; revision=10786
2008-03-11 14:15:58 +00:00
Maximilian Attems 3b2391b858 Revert "configs DEBUG_BOOT_PARAMS is x86 specific"
This reverts commit f27ce1a3bddfddb2a10a3cccff0af756433a0ed3.
wrong merge guess by git, already done in between by waldi.

svn path=/dists/trunk/linux-2.6/; revision=10782
2008-03-11 12:58:03 +00:00
Maximilian Attems 0d2efc0755 configs DEBUG_BOOT_PARAMS is x86 specific
only unset it there

svn path=/dists/trunk/linux-2.6/; revision=10779
2008-03-11 12:47:30 +00:00
Bastian Blank c4bfcdfbda debian/config/amd64/config, debian/config/i386/config:
Move CONFIG_DEBUG_BOOT_PARAMS setting from debian/config/config.

svn path=/dists/trunk/linux-2.6/; revision=10772
2008-03-11 10:00:39 +00:00
Maximilian Attems 47904d8477 x86 set VIRTIO_CONSOLE
fix symbol value 'm' invalid for VIRTIO_CONSOLE, bool variable.

svn path=/dists/trunk/linux-2.6/; revision=10770
2008-03-10 16:11:28 +00:00
Maximilian Attems 46582e70ae x86 enable THINKPAD_ACPI_VIDEO
can be disabled on newer xrandr for now don't disable this func.

svn path=/dists/trunk/linux-2.6/; revision=10768
2008-03-10 16:03:00 +00:00
Maximilian Attems 782e60a8c8 x86 explicitly disable DEBUG_PER_CPU_MAPS
see c49a4955ea504c82f6b690491639bba5b8c1dc47 for info

svn path=/dists/trunk/linux-2.6/; revision=10766
2008-03-10 15:46:42 +00:00
Maximilian Attems 13e03fe972 amd64 explicitly disable DEBUG_PAGEALLOC
got enabled on 64-bit too with 31a0717cbc6191fc56326fdf95548d87055686e3

svn path=/dists/trunk/linux-2.6/; revision=10765
2008-03-10 15:46:41 +00:00
Aurelien Jarno e89bd7f497 * [i386, amd64] Set CONFIG_VIRTIO=m, CONFIG_VIRTIO_RING=m,
CONFIG_VIRTIO_BLK=m, CONFIG_VIRTIO_NET=m, CONFIG_VIRTIO_CONSOLE=m.


svn path=/dists/trunk/linux-2.6/; revision=10736
2008-03-06 16:49:37 +00:00
Maximilian Attems 81885847cd x86 explicitly unset DEBUG_NX_TEST
svn path=/dists/trunk/linux-2.6/; revision=10689
2008-03-03 15:14:33 +00:00
Maximilian Attems 0f499a8434 x86 CPA_DEBUG explicitly unset
svn path=/dists/trunk/linux-2.6/; revision=10688
2008-03-03 15:14:30 +00:00
Maximilian Attems a0a3481d10 x86 enable HP_WATCHDOG
driver HP Proliant iLO 2 Hardware Watchdog Timer

svn path=/dists/trunk/linux-2.6/; revision=10687
2008-03-03 15:14:28 +00:00
Maximilian Attems ae9b856f03 topconfig centralize enabled USB_USBNET
nuke some dependent duplication of config variables,
already defined in topconfig.

svn path=/dists/trunk/linux-2.6/; revision=10619
2008-02-21 10:16:24 +00:00
Maximilian Attems b40f344805 topconfig centralize usb net drivers
nuke any dup definition, don't allow to disable:
CONFIG_USB_CATC, CONFIG_USB_KAWETH, CONFIG_USB_PEGASUS, and
CONFIG_USB_RTL8150

some archs still have a dubious unset USB_USBNET,
that is left for the next exercice..

svn path=/dists/trunk/linux-2.6/; revision=10617
2008-02-20 14:14:47 +00:00
Maximilian Attems 8dc7f3d95d configs CONFIG_PDC202XX_BURST gone
nuke ref, unconditionally enabled in all other distros, see
cfa2771bc511017159ea076965fe385101e03798,
here again strange arch mix..

svn path=/dists/trunk/linux-2.6/; revision=10523
2008-02-12 14:00:09 +00:00
Maximilian Attems 8e4b7b9436 amd64: enable I8k
Dell laptop support has now also x86_64 support.

svn path=/dists/trunk/linux-2.6/; revision=10518
2008-02-12 11:43:44 +00:00
Maximilian Attems 327db3d444 configs disable IRDA_DEBUG
didn't find an explanation why it was set,
seems to be old legacy assumption.

disabled on fedora too, no need for this debug in production.

svn path=/dists/trunk/linux-2.6/; revision=10514
2008-02-12 10:35:50 +00:00
Maximilian Attems 8c07e480da amd64, i386 configs disable ACPI_WMI
ACPI_WMI seems a bit crashy so disable for now.

svn path=/dists/trunk/linux-2.6/; revision=10504
2008-02-11 10:20:53 +00:00
Maximilian Attems a20ffc8ed0 [amd64, i386]: Enable ACPI_CUSTOM_DSDT_INITRD
hack got cleaned up and upstream merged, see
71fc47a9adf8ee89e5c96a47222915c5485ac437 and follow-ups.

svn path=/dists/trunk/linux-2.6/; revision=10494
2008-02-10 19:41:25 +00:00
Maximilian Attems fe60d9279e amd64, i386: enable ACPI_WMI
ACPI-WMI mapping driver, see
bff431e49ff531a343fbb2b4426e313000844f32

svn path=/dists/trunk/linux-2.6/; revision=10493
2008-02-10 19:41:17 +00:00
Maximilian Attems 218959cc84 amd64, i386: enable THINKPAD_ACPI_HOTKEY_POLL
Suport NVRAM polling for hot keys, see
01e88f25985d8ea5866c9a73d56b3a9a9145066f

svn path=/dists/trunk/linux-2.6/; revision=10492
2008-02-10 19:41:08 +00:00
Maximilian Attems 3e55ec3932 amd64, i386: enable ACER_WMI
driver for newer Acer (and Wistron) adds
wireless radio and bluetooth control.
see 745a5d2126926808295742932d0e36d485efa485

svn path=/dists/trunk/linux-2.6/; revision=10491
2008-02-10 19:40:58 +00:00
Maximilian Attems 3f8cf7d32a amd64, i386: enable INPUT_APANEL
driver for Fujitsu Lifebook Application Panel buttons

svn path=/dists/trunk/linux-2.6/; revision=10489
2008-02-10 19:16:53 +00:00
Maximilian Attems 4fa610767d amd64, i386: enable new LEDS_CLEVO_MAIL driver
new driver makes the led accessible to userspace.

svn path=/dists/trunk/linux-2.6/; revision=10483
2008-02-10 19:16:05 +00:00
Maximilian Attems bddaae9d97 amd64 config: enable EDAC_I3000
Modified to run on x86_64 as well as x86

svn path=/dists/trunk/linux-2.6/; revision=10482
2008-02-10 19:15:56 +00:00
Maximilian Attems 0167c51244 amd64, i386: nuke ref to MTD_PNC2000
gone in e9d8d48253c50106d85b288939e5227083360863

svn path=/dists/trunk/linux-2.6/; revision=10478
2008-02-10 19:15:28 +00:00
Maximilian Attems c0a3377b69 configs centralize ATA_OVER_ETH
bad idea to disable that, build it modular everywhere.

svn path=/dists/trunk/linux-2.6/; revision=10473
2008-02-10 17:36:15 +00:00
Maximilian Attems a031e7deda amd64, i386: enable VIRTIO_PCI and VIRTIO_BALLOON
it allows devices to be used by QEMU based VMMs like KVM or Xen.
the balloon driver supports increasing and decreasing the amount in KVM.

svn path=/dists/trunk/linux-2.6/; revision=10430
2008-02-06 23:54:37 +00:00
Maximilian Attems 4b8341708b [amd64, i386] explicitly disable PROVIDE_OHCI1394_DMA_INIT
see what crazy stuff you can do with ieee1394,
f212ec4b7b4d84290f12c9c0416cdea283bf5f40

svn path=/dists/trunk/linux-2.6/; revision=10425
2008-02-06 23:43:25 +00:00
Maximilian Attems 5ffd62772c topconfig: Enable HID_FF for some HID devices. (closes: #441348)
centralize setting, instead of archs turning randomly off and on.

svn path=/dists/trunk/linux-2.6/; revision=10403
2008-02-03 22:31:54 +00:00
Maximilian Attems 7441ab5aa2 configs USB_EHCI_SPLIT_ISO gone
always supported, nice way to sync our configs,
wow allmost every arch decided differently here
see aa16ca307ee2da304d3a5fc0fc5e50ef8047c9e9

svn path=/dists/trunk/linux-2.6/; revision=10389
2008-02-02 17:50:51 +00:00
Maximilian Attems 43322b098c amd64: HIBERNATION_SMP_POSSIBLE gone too
nuke ref

svn path=/dists/trunk/linux-2.6/; revision=10388
2008-02-02 17:50:29 +00:00
Maximilian Attems e1e02e593a amd64: SUSPEND_SMP_POSSIBLE gone
nuke ref, see f4cb57007662a4ec3c2de3c027900223e0299bdd

svn path=/dists/trunk/linux-2.6/; revision=10387
2008-02-02 17:50:24 +00:00
Maximilian Attems a445290704 topconfig disable lpfc
centralize setting for easier temporar unsetting,
doesn't compile

svn path=/dists/trunk/linux-2.6/; revision=10383
2008-02-02 14:59:59 +00:00
Maximilian Attems f2d2a06d16 amd64: enable PARAVIRT
svn path=/dists/trunk/linux-2.6/; revision=10300
2008-01-30 22:07:58 +00:00
Maximilian Attems 930d3a30aa amd64: enable PARAVIRT_GUEST
no longer dep on X86_32 sine 42d545c9a4c0d3faeab658a40165c3da2dda91b2

svn path=/dists/trunk/linux-2.6/; revision=10298
2008-01-30 22:04:49 +00:00
Maximilian Attems 290993d547 amd64 OUT_OF_LINE_PFN_TO_PAGE got rm
sparsemem is the only left 64-bit mem model:
"DISCONTIGMEM has a higher overhead than sparsemem
FLATMEMs benefits are minimal."

see b263295dbffd33b0fbff670720fa178c30e3392a

svn path=/dists/trunk/linux-2.6/; revision=10296
2008-01-30 22:04:27 +00:00
Maximilian Attems c72dff495a [amd64, i386]: Enable SONYPI_COMPAT for better sony laptop support.
upstream says:
> Ahhh, right, ask the Debian Kernel team to buils sony-laptop with the
> sonypi compatibility option. Last time I checked they didn't include
> that. It's probably just that.
>
> CONFIG_SONYPI_COMPAT
>
> Best,
> mattia

svn path=/dists/trunk/linux-2.6/; revision=10274
2008-01-29 23:32:15 +00:00
Maximilian Attems ee75f80c4a configs SHAPER gone
oh fun, spread across all configs, nuke ref, see
f1862b0ae2294f6970f695abf02392d025e02dbe

svn path=/dists/trunk/linux-2.6/; revision=10264
2008-01-29 21:04:17 +00:00
Bastian Blank 6342f86067 debian/config/**/defines: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=10253
2008-01-29 13:48:04 +00:00
Maximilian Attems 897b7a304d configs SENSORS_DS1337 gone
got nuked in eee87d3196c9a7ac3422f4298e2250ca68d791c1

svn path=/dists/trunk/linux-2.6/; revision=10236
2008-01-28 14:53:14 +00:00
Maximilian Attems 49e6bf592c [amd64, i386]: Enable LATENCYTOP
Latency measuring infrastructure.

svn path=/dists/trunk/linux-2.6/; revision=10217
2008-01-26 11:46:15 +00:00
Maximilian Attems a538ae748f configs IDEPCI_SHARE_IRQ nuked
fix trying to assign nonexistent symbol IDEPCI_SHARE_IRQ,
gone in f1ca6d37f991347b87d86430db42e2ab139d1b1d.

svn path=/dists/trunk/linux-2.6/; revision=10210
2008-01-26 11:41:47 +00:00
Maximilian Attems 422791af52 topconfig, amd64: enable new crypto modules
topconfig set NOZOMI, CRYPTO_SEQIV, CRYPTO_CTR, CRYPTO_GCM, CRYPTO_CCM,
CRYPTO_SALSA20, CRYPTO_LZO, CRYPTO_DEV_HIFN_795X.
[amd64] Enable CRYPTO_SALSA20_X86_64.

svn path=/dists/trunk/linux-2.6/; revision=10209
2008-01-26 11:33:07 +00:00
Bastian Blank 9aeed633d4 Remove versions from relations fullfilled in stable.
* debian/changelog: Update.
* debian/config/amd64/defines
  - Remove grub conflict.
  - Remove e2fsprogs depends.
  - Remove versions from suggests.
* debian/config/amd64/xen/defines,
  debian/config/amd64/xen-vserver/defines,
  debian/config/i386/xen/defines,
  debian/config/i386/xen-vserver/defines,
  debian/config/powerpc/defines: Remove versions from suggests.
* debian/config/i386/defines
  - Remove grub conflict.
  - Remove versions from suggests.
* debian/templates/control.image.type-kernel-package.in,
  debian/templates/control.image.type-modulesextra.in,
  debian/templates/control.image.type-modulesinline.in,
  debian/templates/control.image.type-plain.in:
  Remove versions from depends.

svn path=/dists/trunk/linux-2.6/; revision=10194
2008-01-25 10:30:49 +00:00
Maximilian Attems d12744b213 topconfig: HID_SUPPORT and USB_SUPPORT
mv def from x86 to topconfig.

svn path=/dists/trunk/linux-2.6/; revision=10171
2008-01-23 11:25:11 +00:00
Maximilian Attems 77ad3464f1 [amd64, i386]: Enable ACPI_SYSFS_POWER and disable ACPI_PROCFS_POWER.
with both enabled one battery shows up twice in hal.
the procfs /proc/acpi/battery/BAT0/info is the deprecated one.
sysfs info is found in /sys/class/power_supply/BAT0/

hal already shows enough info via sysfs, put pressure on hal
gnome-power-manager and friends to generalise their calculations.

svn path=/dists/trunk/linux-2.6/; revision=10165
2008-01-22 19:28:56 +00:00
Maximilian Attems 6527e537ff x86: RELOCATABLE is x86 arch specific, mv it over
fix trying to assign nonexistent symbol RELOCATABLE

svn path=/dists/trunk/linux-2.6/; revision=10108
2008-01-15 11:34:44 +00:00
Maximilian Attems f7f3e678ed mv JOYSTICK_XPAD options to topconfig
svn path=/dists/trunk/linux-2.6/; revision=10092
2008-01-10 23:59:47 +00:00
Maximilian Attems 79e63bc8ab Double max SERIAL_8250_NR_UARTS to 32
rethought, as not costy:
must be specificaly enabled on boot or on load time.

svn path=/dists/trunk/linux-2.6/; revision=10090
2008-01-09 16:20:43 +00:00
Maximilian Attems 5dd74f85fc move PATA_ARTOP setting to topconfig
svn path=/dists/trunk/linux-2.6/; revision=10081
2008-01-08 01:24:23 +00:00
Maximilian Attems 3921a801df x86 disable dmadevices for now
default n, not seen on fedora..

svn path=/dists/trunk/linux-2.6/; revision=10074
2008-01-07 16:33:38 +00:00
Maximilian Attems f0bb7cd924 fix trying to assign nonexistent symbol VIDEO_BUFDVB && VIDEO_BUF
got nuked in Kconfig dvb reorg, not needed anymore

svn path=/dists/trunk/linux-2.6/; revision=10067
2008-01-07 14:23:58 +00:00
Maximilian Attems 76a0259c57 fix .config:752:warning: trying to assign nonexistent symbol IOMMU
got renamed CONFIG_IOMMU to CONFIG_GART_IOMMU and not directly
selectable, so just kill ref.

svn path=/dists/trunk/linux-2.6/; revision=10066
2008-01-07 14:23:56 +00:00
Maximilian Attems 5b176e4e24 ATM_FORE200E_PCA_DEFAULT_FW is dfsg nuked, kill refs
svn path=/dists/trunk/linux-2.6/; revision=10055
2008-01-06 22:31:15 +00:00
Maximilian Attems 7e3e7eb2b4 3C359, USB_EMI62, COMPUTONE are dfsg nuked
kill any ref

svn path=/dists/trunk/linux-2.6/; revision=10050
2008-01-06 13:00:09 +00:00
Maximilian Attems 538d48bd98 amd64, i386 enable FB_EFI
svn path=/dists/trunk/linux-2.6/; revision=10049
2008-01-06 12:52:01 +00:00
Maximilian Attems 533c8dc74c amd64, i386 enable IT8712F_WDT
svn path=/dists/trunk/linux-2.6/; revision=10048
2008-01-06 12:51:46 +00:00
Maximilian Attems 2c397f4794 amd64, i386: disable explicitly USB_OHCI_HCD_SSB
svn path=/dists/trunk/linux-2.6/; revision=10046
2008-01-06 12:51:23 +00:00
Maximilian Attems 01ecc28afa [amd64, i386] Enable CPU_IDLE for software-controlled idle pm.
includes one governor optimised for no_hz

svn path=/dists/trunk/linux-2.6/; revision=10033
2008-01-05 23:32:44 +00:00
Maximilian Attems 2f21faddad amd64 disable X86_P4_CLOCKMOD
driver newly appeared due to x86 merge - usage of speedstep is recommended.

Kconfig says:
"This driver should be only used in exceptional circumstances when very low
power is needed because it causes severe slowdowns and noticeable latencies."

svn path=/dists/trunk/linux-2.6/; revision=10032
2008-01-05 23:32:36 +00:00
Maximilian Attems 1a00eec69d x86 explicitly disable experimental dmar for now
not fedora enabled too

svn path=/dists/trunk/linux-2.6/; revision=10026
2008-01-04 10:48:08 +00:00
Maximilian Attems 947d65cc50 tipar is gone, obsoleted by ppdev, nuke refs
see cb8c9b6de076d981ca22801dbd6bce12b0758468

svn path=/dists/trunk/linux-2.6/; revision=10021
2008-01-03 22:17:11 +00:00
Maximilian Attems 292dc8baa7 LBD is topenabled kill dup redef
svn path=/dists/trunk/linux-2.6/; revision=9940
2007-12-11 16:29:00 +00:00
Maximilian Attems 687690b7bc BLK_DEV_INITRD is topconfig enabled, kill arch redefinitions
svn path=/dists/trunk/linux-2.6/; revision=9939
2007-12-11 10:50:06 +00:00
Maximilian Attems 63ed713777 kill more dup subarch fs definitions
svn path=/dists/trunk/linux-2.6/; revision=9938
2007-12-11 10:45:07 +00:00
Maximilian Attems d1861d1362 sctp unify settings
no reason to disable it in hppa and sparc
leave it disabled in various arm and one mipsel config

svn path=/dists/trunk/linux-2.6/; revision=9936
2007-12-11 10:27:00 +00:00
Maximilian Attems 98f131fd71 amd64, i386 explicitly set ACPI_PROCFS_POWER
will go away soon but still defaults to y for now..

svn path=/dists/trunk/linux-2.6/; revision=9909
2007-12-07 01:07:01 +00:00
Bastian Blank 061b560003 * debian/changelog: Update.
* debian/config/amd64/defines, debian/config/i386/defines:
  - Set kernel arch to x86.
  - Remove old arch definitions for headers.

svn path=/dists/trunk/linux-2.6/; revision=9847
2007-11-30 10:58:51 +00:00
Maximilian Attems 26c7adaf35 centralize mmc host controller driver variables
svn path=/dists/trunk/linux-2.6/; revision=9830
2007-11-28 13:41:14 +00:00
Maximilian Attems 4a75d3b49d nuke dup SMB_FS and CIFS definitions
spread all over, keep m68k disabled cifs

svn path=/dists/trunk/linux-2.6/; revision=9820
2007-11-28 10:55:40 +00:00
Maximilian Attems d4d77685af centralize NETDEV_10000: IXGB, S2IO
arm seems quite inconsistent in enabling/disabling those network drivers
as bonus point kill duplicate tokenring mips/mipsel driver variables

svn path=/dists/trunk/linux-2.6/; revision=9814
2007-11-27 16:19:11 +00:00
Maximilian Attems 0236d36ed6 CONFIG_IDEDMA_IVB is gone, nuke refs.
unset everywhere, could be overriden by "idex=ata66" parameter
see 76bb7782c6831bf450b964eb7596e21bcd23fc32

svn path=/dists/trunk/linux-2.6/; revision=9802
2007-11-27 14:24:57 +00:00
Maximilian Attems 53963ac550 set all dongles in topconfig,
they don't show up in archs with !irda, so just a topconfig convinience.

svn path=/dists/trunk/linux-2.6/; revision=9792
2007-11-27 13:37:43 +00:00
Maximilian Attems d446759783 obsolete tsdev driver got removed, nuke ref
see 70093178b6eda34e4a4fb18cc4a48a9eacc01d98

svn path=/dists/trunk/linux-2.6/; revision=9787
2007-11-27 13:03:41 +00:00
Maximilian Attems 685cc0eff3 s/CONFIG_VIDEO_BUF_DVB/CONFIG_VIDEOBUF_DVB/
see 5a3ebe8755e88cd765f75121665c0d38004f8f37
why the hell is that cluttered all over the configs..

svn path=/dists/trunk/linux-2.6/; revision=9786
2007-11-27 12:53:48 +00:00
Maximilian Attems e6aa579023 CONFIG_BLK_DEV_IDEDMA_FORCED gone too, anyway unset
see c58e79dd44243ec919d789193ffb35a220c54695

svn path=/dists/trunk/linux-2.6/; revision=9784
2007-11-27 12:43:53 +00:00
Maximilian Attems 7dbe8423bf CONFIG_IDEDMA_ONLYDISK gone, only set on some arm flavour and sparc
see 8c0697cc2c798fe11bbb9cf2dbe123892ecab91a
"ATAPI devices with broken DMA support should be handled by DMA blacklist"

svn path=/dists/trunk/linux-2.6/; revision=9783
2007-11-27 12:41:56 +00:00
Maximilian Attems 66c9da2518 HOTPLUG_PCI_PCIE_POLL_EVENT_MODE gone, nuke ref
see 89913bf77a60fdb6ff204a670d3e191848a7b2c8

svn path=/dists/trunk/linux-2.6/; revision=9782
2007-11-27 12:38:21 +00:00
Maximilian Attems 069032e920 amd64: set no-hz and HIGH_RES_TIMERS
svn path=/dists/trunk/linux-2.6/; revision=9775
2007-11-26 21:14:30 +00:00
Maximilian Attems ef9cd85d6c Revert "amd64, i386: match cpufrequtils default"
strange upstream Kconfig plays, need to be fixed there first.

This reverts commit 637429830e9be6a4ef7163481969c77d50e0ba09.

svn path=/dists/trunk/linux-2.6/; revision=9740
2007-11-26 12:49:17 +00:00
Maximilian Attems 2ccf6052c2 SUSPEND_SMP is gone, kill ref
svn path=/dists/trunk/linux-2.6/; revision=9739
2007-11-26 10:23:11 +00:00
Maximilian Attems 004b7e2632 topconfig group DRV_M41T80 settings,
kick it out of amd64 specific

svn path=/dists/trunk/linux-2.6/; revision=9737
2007-11-25 15:16:41 +00:00
Maximilian Attems e3a7324067 amd64, i386: match cpufrequtils default
a bare install may not have cpufrequtils installed
ondemand has good responsivness and is more power efficient

svn path=/dists/trunk/linux-2.6/; revision=9734
2007-11-25 14:56:38 +00:00
Maximilian Attems 03270aaa6b THINKPAD_ACPI_INPUT_ENABLED was not userspace compat
so gone again, nuke references.

svn path=/dists/trunk/linux-2.6/; revision=9733
2007-11-25 14:48:49 +00:00
Bastian Blank ca88df2f24 debian/config: Enable HUGETLBFS globaly.
svn path=/dists/trunk/linux-2.6/; revision=9721
2007-11-13 09:24:29 +00:00
dann frazier 7138ff3885 * Enable hugetlbfs on i386, amd64, sparc64 and powerpc64. Closes: #450939
svn path=/dists/trunk/linux-2.6/; revision=9720
2007-11-13 06:34:52 +00:00
Frederik Schüler ca002c9c3d Move new global options into the global config file
Clean up new amd64 options


svn path=/dists/trunk/linux-2.6/; revision=9515
2007-09-15 12:01:46 +00:00
Frederik Schüler 3da2314bb9 Set cumulated new framebuffer options for i386 and amd64
svn path=/dists/trunk/linux-2.6/; revision=9514
2007-09-14 23:05:32 +00:00
Bastian Blank 6b8154d436 * debian/config/defines: Make plain image type default.
* debian/config/alpha/defines, debian/config/arm/defines,
  debian/config/armel/defines, debian/config/hppa/defines,
  debian/config/ia64/defines, debian/config/mips/defines,
  debian/config/mipsel/defines, debian/config/sparc/defines:
  Explicitely use kernel-package.
* debian/config/amd64/defines, debian/config/i386/defines,
  debian/config/m68k/defines, debian/config/powerpc/defines,
  debian/config/s390/defines: Use default image type.

svn path=/dists/trunk/linux-2.6/; revision=9509
2007-09-13 14:46:33 +00:00
Maximilian Attems 1f375d872d explicitly enable ACPI_PROC_EVENT
default on, needed for sleep

svn path=/dists/trunk/linux-2.6/; revision=9433
2007-08-31 18:02:33 +00:00
Maximilian Attems 5a38f4f0f5 amd64 renable CONFIG_USB_SUSPEND
all bug reports against USB_SUSPEND where on i386,
be selfisch enough to want that 1W powersaving.

svn path=/dists/trunk/linux-2.6/; revision=9427
2007-08-31 10:01:39 +00:00
Bastian Blank 999759d4cb debian/config/amd64/defines: Disable xen.
svn path=/dists/trunk/linux-2.6/; revision=9415
2007-08-29 13:32:24 +00:00
Maximilian Attems 744dd178b6 enable some usb menu variables
svn path=/dists/trunk/linux-2.6/; revision=9379
2007-08-24 13:06:51 +00:00
Maximilian Attems 63e56b8981 enable MULTIQUEUE for i386 and amd64
svn path=/dists/trunk/linux-2.6/; revision=9375
2007-08-24 11:48:35 +00:00
Maximilian Attems 13ebf6b2ea same for CONFIG_MISC_DEVICES
svn path=/dists/trunk/linux-2.6/; revision=9370
2007-08-24 09:48:50 +00:00
Maximilian Attems ed117b9d43 set BLK_DEV in topconfig
svn path=/dists/trunk/linux-2.6/; revision=9369
2007-08-24 09:46:43 +00:00
Maximilian Attems 1fe023c611 disable USB_SUSPEND on various requests
svn path=/dists/trunk/linux-2.6/; revision=9365
2007-08-23 12:09:10 +00:00
Maximilian Attems 9e0aa2fbaa amd64, i386: enable explicitly CONFIG_MISC_DEVICES
svn path=/dists/trunk/linux-2.6/; revision=9363
2007-08-23 11:57:32 +00:00
Maximilian Attems 77e301ba33 amd64, i386 explicitly enable CONFIG_BLK_DEV
svn path=/dists/trunk/linux-2.6/; revision=9362
2007-08-23 11:55:21 +00:00
Maximilian Attems 21ddb83acb amd64, i386: explicitly enable SUSPEND
svn path=/dists/trunk/linux-2.6/; revision=9361
2007-08-23 11:53:01 +00:00
Maximilian Attems 4fdefe4a9b amd64: explicitly disable sony acpi compat
svn path=/dists/trunk/linux-2.6/; revision=9360
2007-08-23 11:51:40 +00:00
Maximilian Attems b790e07e9f explicitly set THINKPAD_ACPI_BAY on amd64 too
svn path=/dists/trunk/linux-2.6/; revision=9359
2007-08-23 11:50:06 +00:00
Maximilian Attems 53fdaefd00 no DEBUG_PAGEALLOC on amd64
svn path=/dists/trunk/linux-2.6/; revision=9357
2007-08-23 11:45:53 +00:00
Maximilian Attems 2bc4f11f37 fix symbol value 'm' invalid for EDAC
svn path=/dists/trunk/linux-2.6/; revision=9355
2007-08-23 10:59:59 +00:00
Maximilian Attems 821afc9060 enable DMIID modalias sysfs exports.
svn path=/dists/trunk/linux-2.6/; revision=9330
2007-08-19 00:57:07 +00:00
Maximilian Attems 82c4f28b74 s/SOFTWARE_SUSPEND/HIBERNATION/ see b0cb1a19d05b8ea8611a9ef48a17fe417f1832e6
svn path=/dists/trunk/linux-2.6/; revision=9329
2007-08-19 00:52:34 +00:00
Maximilian Attems 214f052e6c VIRTUALIZATION opens the kvm menu..
svn path=/dists/trunk/linux-2.6/; revision=9327
2007-08-19 00:46:02 +00:00
Maximilian Attems 54f187f6ae explicitly set LOCK_STAT to n
svn path=/dists/trunk/linux-2.6/; revision=9324
2007-08-19 00:35:57 +00:00
Maximilian Attems d53c62ca62 explictly set THINKPAD_ACPI_INPUT_ENABLED.
svn path=/dists/trunk/linux-2.6/; revision=9321
2007-08-19 00:21:23 +00:00
Maximilian Attems 78f4abb812 explicitly disable DEBUG_PAGEALLOC
svn path=/dists/trunk/linux-2.6/; revision=9320
2007-08-17 18:45:02 +00:00
Maximilian Attems 2ad47f4834 same goes for ACPI_SLEEP_PROC_FS
svn path=/dists/trunk/linux-2.6/; revision=9317
2007-08-17 18:32:27 +00:00
Maximilian Attems b591439fdc ACPI_SLEEP_PROC_SLEEP is gone folded under CONFIG_ACPI_PROCFS
svn path=/dists/trunk/linux-2.6/; revision=9316
2007-08-17 18:30:31 +00:00
Maximilian Attems 46f0dc1f38 EDAC_POLL variable gone, see c0d121720220584bba2876b032e58a076b843fa1
svn path=/dists/trunk/linux-2.6/; revision=9313
2007-08-17 18:19:47 +00:00
Bastian Blank 4638c004d6 debian/config/amd64/xen-vserver/defines,
debian/config/i386/xen-vserver/defines: Include correct files from xen.

svn path=/dists/trunk/linux-2.6/; revision=9309
2007-08-16 11:02:29 +00:00
Maximilian Attems 21ec8f8e00 I2C_ISA gone, kill ref
see e24b8cb4fa2bb779bdf48656152366b6f52f748f

svn path=/dists/trunk/linux-2.6/; revision=9282
2007-08-06 08:13:04 +00:00
Maximilian Attems 9af00c4e4f amd64, i386: VIDEO_OUTPUT_CONTROL allows low-level of the video switch
svn path=/dists/trunk/linux-2.6/; revision=9280
2007-08-05 11:26:55 +00:00
Maximilian Attems 6e232414ab centralize CONFIG_DM_MULTIPATH_EMC settings, all other dm are in topconfig
where disabled left so.

svn path=/dists/trunk/linux-2.6/; revision=9277
2007-08-05 11:19:26 +00:00
Maximilian Attems 331545eea5 X86_SPEEDSTEP_CENTRINO_ACPI is gone, superseeded by acpi-cpufreq
svn path=/dists/trunk/linux-2.6/; revision=9258
2007-08-05 08:52:17 +00:00
Maximilian Attems 7d0836ffbd options depending on OSS_OBSOLOTE are gone, kick them.
svn path=/dists/trunk/linux-2.6/; revision=9256
2007-08-05 08:50:03 +00:00
Bastian Blank 63c40cb2da * debian/config/alpha/vserver/defines, debian/config/amd64/vserver/defines,
debian/config/amd64/xen/defines, debian/config/amd64/xen-vserver/defines,
  debian/config/i386/vserver/defines, debian/config/i386/xen/defines,
  debian/config/i386/xen-vserver/defines, debian/config/ia64/vserver/defines,
  debian/config/powerpc/vserver/defines, debian/config/s390/vserver/defines,
  debian/config/sparc/vserver/defines:
  Drop direct reference of featureset configs.
* debian/config/featureset-vserver/config: 
  Move from debian/config/_vserver/config.
* debian/config/featureset-xen/config: Move from debian/config/_xen/config.
* debian/config/_vserver, debian/config/_xen: Remove.

svn path=/dists/trunk/linux-2.6/; revision=9237
2007-07-31 09:42:40 +00:00
Bastian Blank 702b4e2e95 debian/config/amd64/defines, debian/config/i386/defines:
Set supported featuresets.

svn path=/dists/trunk/linux-2.6/; revision=9229
2007-07-30 11:27:00 +00:00
Bastian Blank 29a400ad4f debian/config: Make base explicit.
svn path=/dists/trunk/linux-2.6/; revision=9225
2007-07-29 16:26:02 +00:00
Bastian Blank 414281db59 * debian/config: Set featuresets instead of subarches.
* debian/lib/python/debian_linux/config.py
  - Fix some method names.
  - Use featuresets insteaf of subarches.

svn path=/dists/trunk/linux-2.6/; revision=9204
2007-07-27 15:24:23 +00:00
Bastian Blank 236826c2eb * debian/config: Move from debian/arch.
* debian/bin/abicheck.py, debian/bin/abiupdate.py, debian/bin/kconfig.py,
  debian/lib/python/debian_linux/gencontrol.py, debian/rules,
  debian/rules.real: Use debian/config instead of debian/arch.

svn path=/dists/trunk/linux-2.6/; revision=9187
2007-07-24 18:31:40 +00:00