Commit Graph

226 Commits

Author SHA1 Message Date
Maximilian Attems de79d5bbd9 x86_32 also enable modular CRYPTO_CRC32C_INTEL
svn path=/dists/trunk/linux-2.6/; revision=12776
2009-02-12 17:43:32 +00:00
Maximilian Attems 0aab8dfa0d x86_32 explicitly disable MMIOTRACE
svn path=/dists/trunk/linux-2.6/; revision=12775
2009-02-12 17:43:29 +00:00
Maximilian Attems aedd2d8ce7 x86_32: explicitly enable SND_ISA
svn path=/dists/trunk/linux-2.6/; revision=12774
2009-02-12 17:43:28 +00:00
Maximilian Attems 257b2cafb7 x86_32 enable modular TOUCHSCREEN_HTCPEN
svn path=/dists/trunk/linux-2.6/; revision=12773
2009-02-12 17:43:26 +00:00
Maximilian Attems 1835780273 x86_32 set MTRR_SANITIZER too
svn path=/dists/trunk/linux-2.6/; revision=12772
2009-02-12 17:43:23 +00:00
Maximilian Attems 3545a238ac x86 disable X86_CHECK_BIOS_CORRUPTION
default disabled.

svn path=/dists/trunk/linux-2.6/; revision=12763
2009-02-12 16:02:31 +00:00
Maximilian Attems 9130695919 redisable STRICT_DEVMEM
"new kernel snapshots seem to panic when going into X :(
it completely locks up"
Reported-by: Sjoerd Simons <sjoerd@debian.org>

svn path=/dists/trunk/linux-2.6/; revision=12762
2009-02-11 10:27:55 +00:00
Maximilian Attems b3b7ff1c1b x86 fix IO delay type choice
svn path=/dists/trunk/linux-2.6/; revision=12752
2009-02-10 11:18:08 +00:00
Maximilian Attems 55dd288ab8 x86 explicitly disable memtest
nobody spoke for it, disabled in fedora, better boot targets that do it,
so whatever..

svn path=/dists/trunk/linux-2.6/; revision=12748
2009-02-10 11:17:58 +00:00
Maximilian Attems 668faffd7e x86 set STRICT_DEVMEM
in theory this shouldn't block X or dosemu or other /dev/mem users.
let's see if there will be any fallout..

Acked-by: Ben Hutchings <ben@decadent.org.uk>

svn path=/dists/trunk/linux-2.6/; revision=12733
2009-02-09 10:56:19 +00:00
Maximilian Attems 98d074b8f5 x86 explicitly set X86_VERBOSE_BOOTUP
as noted by Ben Hutchings easily overriden by "quiet" bootparam.

svn path=/dists/trunk/linux-2.6/; revision=12732
2009-02-09 10:56:15 +00:00
Maximilian Attems 335849f814 x86: explicitly disable XEN_DEBUG_FS
default disabled
"it's probably only really useful for developers" -ian

Acked-by: Ian Campbell <ijc@hellion.org.uk>

svn path=/dists/trunk/linux-2.6/; revision=12717
2009-02-06 14:22:14 +00:00
Maximilian Attems 4e92090142 topconfig enable PCMCIA_IBMTR
"For whatever value of 'OK' can be applied to the use of token ring"
64 bit clean, see dc976c09da4e13b2b3fda23cca9d0682d1de7213

nuke duplicate enabling in x86_32 and ppc.

svn path=/dists/trunk/linux-2.6/; revision=12696
2009-02-06 13:35:27 +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 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
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 dab45718cf i386: explicitly unset X86_PTDUMP
debug option for dev, default unset

svn path=/dists/trunk/linux-2.6/; revision=11754
2008-07-04 07:53:48 +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 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
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
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
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 83de925e89 debian/config: Remove dropped options.
svn path=/dists/trunk/linux-2.6/; revision=11472
2008-05-28 22:13:16 +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