Commit Graph

79 Commits

Author SHA1 Message Date
Jonas Smedegaard f1e8856262 Rollback phase 2 of kernel config option cleanup (needs more care).
svn path=/dists/trunk/linux-2.6/; revision=5126
2005-12-29 12:10:27 +00:00
Jonas Smedegaard 38fcad77dc Stripping even more. This should be all!
svn path=/dists/trunk/linux-2.6/; revision=5121
2005-12-29 02:42:02 +00:00
Frederik Schüler 285b04ba4e Remove duplicate options between arch/config and arch&/amd64/config, first run:
- netfilter ipv4
- netfilter ipv6
- ebtables
- IPV6 settings
- 

svn path=/dists/trunk/linux-2.6/; revision=5107
2005-12-28 23:36:33 +00:00
maximilian attems 770de81271 disable CONFIG_USB_BANDWIDTH
svn path=/dists/trunk/linux-2.6/; revision=5101
2005-12-27 19:56:17 +00:00
Frederik Schüler 8c279732b8 Activate CONFIG_CC_OPTIMIZE_FOR_SIZE on all architectures but sparc, which is known to be broken.
svn path=/dists/trunk/linux-2.6/; revision=5087
2005-12-25 13:31:33 +00:00
Frederik Schüler dc8c180ebe * Move to 2.6.15-rc7.
* Make CONFIG_VIDEO_SAA7134 a global option.
* New option CONFIG_CC_OPTIMIZE_FOR_SIZE set per-arch. arm and powerpc have it enabled, all others don't. Upstream Default is Y, but it's still EXPERIMENTAL. 


svn path=/dists/trunk/linux-2.6/; revision=5086
2005-12-25 13:18:11 +00:00
Frederik Schüler ba71e2a702 * Move to 2.6.15-rc6.
* New option: CONFIG_CC_OPTIMIZE_FOR_SIZE - set for amd64 and i386. 

svn path=/dists/trunk/linux-2.6/; revision=5072
2005-12-23 23:50:31 +00:00
Frederik Schüler efab14375b - Add updated version of drivers-scsi-megaraid_splitup.patch.
- Deactivate CONFIG_IDE_TASK_IOCTL on alpha and ia64 and make it a global option.


svn path=/dists/trunk/linux-2.6/; revision=5035
2005-12-19 07:38:42 +00:00
Simon Horman 5ea66f21f4 * Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO
as alsa snd-usb-audio still isn't quite there.
    I expect this to be re-disabled at some stage,
    possibly soon if it proves to be a source of bugs.
    (closes: #340388)

svn path=/dists/trunk/linux-2.6/; revision=4931
2005-11-30 07:44:13 +00:00
Frederik Schüler f16850b763 Make CONFIG_PACKET, PACKET_MM and UNIX builtin on all architectures:
statically linked has better performance then modules due to TLB issue.


svn path=/dists/trunk/linux-2.6/; revision=4885
2005-11-24 15:37:55 +00:00
Simon Horman 26bddd41aa Enable MKISS globally (closes: #340215)
svn path=/dists/trunk/linux-2.6/; revision=4866
2005-11-22 01:48:43 +00:00
Frederik Schüler 53b3f2cc6d Update to 2.6.15-rc2
svn path=/dists/trunk/linux-2.6/; revision=4855
2005-11-20 15:42:19 +00:00
Frederik Schüler 4843eb07da - QLA2XXX options activated globally.
- CONFIG_SCTP_HMAC_MD5=y set globally - or better default to CONFIG_SCTP_HMAC_SHA1=y?
- Memory model options removed from global config: every arch must set their memory model by arch/flavour now (FLATMEM, or DISCONTIGMEM on NUMA).
- new option: DEFAULT_IOSCHED="anticipatory" - everyone OK with this or better use the deadline scheduler?
- CONFIG_SPLIT_PTLOCK_CPUS must be set per-arch


svn path=/dists/trunk/linux-2.6/; revision=4829
2005-11-15 13:23:41 +00:00
Simon Horman 032be5ae05 * [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m.
As vesadb now built into the kernel, after finally dropping the
    debian-specific patch to make it modular, make fbcons builtin too, else
    all sorts of weird stuff happens which is hard for the inird builders to
    automatically compenste for. (Closes: #336450)

svn path=/dists/sid/linux-2.6/; revision=4726
2005-11-04 04:07:28 +00:00
Frederik Schüler a60fd6a5ba Activate CONFIG_USB_SUSPEND on amd64 too.
svn path=/dists/sid/linux-2.6/; revision=4719
2005-11-03 14:59:07 +00:00
Frederik Schüler de49dda1c2 Fix linux-headers build fix
svn path=/dists/trunk/linux-2.6/; revision=4689
2005-10-30 14:40:05 +00:00
Frederik Schüler 2dd7e60802 add kernel-header-dirs: x86_64 generic to fix amd64 linux-headers.
svn path=/dists/trunk/linux-2.6/; revision=4688
2005-10-30 12:13:55 +00:00
Frederik Schüler 8c0a431493 use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to fix bootup kernel panic.
svn path=/dists/trunk/linux-2.6/; revision=4686
2005-10-29 13:11:17 +00:00
Simon Horman 9dee01e372 Having CONFIG_GENERIC_PENDING_IRQ on globablly shouldn't hurt any arch/flavour that doesn't have it, and turns it on for those that do, which seems to be the right thing
svn path=/dists/trunk/linux-2.6/; revision=4674
2005-10-28 06:43:25 +00:00
Frederik Schüler bae5eee893 Set CONFIG_AIRO=m globally.
svn path=/dists/trunk/linux-2.6/; revision=4640
2005-10-24 14:40:57 +00:00
Frederik Schüler 446dc33c39 Add CONFIG_AIRO=m
svn path=/dists/trunk/linux-2.6/; revision=4639
2005-10-24 14:32:07 +00:00
Frederik Schüler d950afb607 Revert CONFIG_BLK_DEV_IDEPNP change. For which reasons was it deactivated?
Re-activate various new sensors and watchdog chips on amd64.
Re-activate SPARSEMEM on k8-smp flavour.


svn path=/dists/trunk/linux-2.6/; revision=4525
2005-10-18 21:31:59 +00:00
Simon Horman 1d52bfbf89 Apus might build now. QLA2XXX can be set to n. Latter needed for former
svn path=/dists/trunk/linux-2.6/; revision=4518
2005-10-18 11:12:02 +00:00
Simon Horman 6a82f14200 hppa might work now. turned appletouch off for everyone except powerpc
svn path=/dists/trunk/linux-2.6/; revision=4515
2005-10-18 10:41:12 +00:00
Simon Horman 7c2d4b3b83 Update configs for 2.6.14-rc4
svn path=/dists/trunk/linux-2.6/; revision=4514
2005-10-18 10:03:48 +00:00
Frederik Schüler c84981243f Add additional SMP config changes
svn path=/dists/trunk/linux-2.6-2.6.14-rc4/; revision=4480
2005-10-16 16:45:06 +00:00
Frederik Schüler 3b720f6c94 New 2.6.14 config options for amd64.
Two settings may need discussion:
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
# CONFIG_DELL_RBU is not set


svn path=/dists/trunk/linux-2.6-2.6.14-rc4/; revision=4479
2005-10-16 16:41:23 +00:00
Sven Luther 591c8d399f Updated configs with split-config.
svn path=/dists/trunk/linux-2.6-2.6.14-rc4/; revision=4471
2005-10-16 09:32:26 +00:00
Frederik Schüler d1736cc32c deactivate BLK_DEV_IDESCSI on all architectures.
svn path=/dists/trunk/linux-2.6/; revision=4424
2005-10-11 16:10:51 +00:00
Frederik Schüler c901891544 deactivate FB_RIVA on all architectures. (2.6.13)
svn path=/dists/trunk/linux-2.6/; revision=4385
2005-10-10 19:29:31 +00:00
Frederik Schüler cb05bc6649 set CONFIG_FB_CFB_IMAGEBLIT=y, needed by VESA_FB=y
activate KEXEC on amd64

svn path=/dists/trunk/linux-2.6/; revision=4365
2005-10-09 18:50:00 +00:00
maximilian attems b74dcb313d set CONFIG_FB_VESA=y
svn path=/dists/trunk/linux-2.6/; revision=4364
2005-10-09 16:03:03 +00:00
Frederik Schüler 3103c8064e set CONFIG_RTC=y to allow CONFIG_HPET_EMULATE_RTC=y
svn path=/dists/trunk/linux-2.6/; revision=4361
2005-10-09 11:32:36 +00:00
Frederik Schüler b74e644d5c Switch to SPARSEMEM on amd64-k8-smp.
svn path=/dists/trunk/linux-2.6/; revision=4310
2005-10-05 22:07:55 +00:00
Frederik Schüler d3b5bcee29 Finalize amd64 arch config.
svn path=/dists/trunk/linux-2.6/; revision=4233
2005-09-17 10:41:40 +00:00
Bastian Blank 05dca86b1b debian/arch/alpha/Makefile.inc, debian/arch/amd64/Makefile.inc,
debian/arch/arm/Makefile.inc, debian/arch/hppa/Makefile.inc,
debian/arch/i386/Makefile.inc, debian/arch/ia64/Makefile.inc,
debian/arch/m68k/Makefile.inc, debian/arch/sparc/Makefile.inc:
- Remove makeflags.
- Remove initrd modules.

svn path=/dists/trunk/linux-2.6/; revision=4207
2005-09-14 21:12:04 +00:00
Bastian Blank 8e8f94fbbe Move security settings to core config file.
* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/powerpc/config,
  debian/arch/s390/config, debian/arch/sparc/config:
  Remove security settings.
* debian/arch/config: Add security settings.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=4206
2005-09-14 21:08:14 +00:00
Frederik Schüler d5b4d50cd9 Readjust amd64 configs, arch specific setings
svn path=/dists/trunk/linux-2.6/; revision=4184
2005-09-13 18:20:03 +00:00
Frederik Schüler 83aec63d36 Set proper kernel-arch
svn path=/dists/trunk/linux-2.6/; revision=4182
2005-09-13 14:57:03 +00:00
Bastian Blank 90a7a09ede * Move audit and preempt settings to core config file.
* Fix powerpc configuration.

* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/s390/config,
  debian/arch/sparc/config, debian/arch/sparc/config.sparc64:
  Remove audit and preempt settings.
* debian/arch/config: Add audit and preempt settings.
* debian/arch/powerpc/config
  - Remove audit and preempt settings.
  - Add HZ settings.
* debian/arch/powerpc/config.powerpc, debian/arch/powerpc/config.powerpc-smp,
  debian/arch/powerpc/noconfig.apus: Fix several options.
* debian/arch/powerpc/config.powerpc64: Add correct memory model.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=4181
2005-09-13 14:37:54 +00:00
Andres Salomon f6dacba124 unify CONFIG_NLS stuff. it was rather impressive how every arch was doing
this differently..

svn path=/dists/trunk/linux-2.6/; revision=4175
2005-09-12 05:00:38 +00:00
Andres Salomon eecbe3b5fb unify a bunch of scsi drivers, including aic7xxx and aic79xx.
svn path=/dists/trunk/linux-2.6/; revision=4174
2005-09-12 04:49:57 +00:00
Andres Salomon ece7067314 Unify generic scsi settings. SCSI_LOGGING and SCSI_CONSTANTS is now on for
things like m68k and arm; I'm not even really sure how necessary these are
for things like i386. 

svn path=/dists/trunk/linux-2.6/; revision=4173
2005-09-12 04:08:49 +00:00
Andres Salomon 952b47ca39 unify SATA stuff
svn path=/dists/trunk/linux-2.6/; revision=4172
2005-09-12 03:51:58 +00:00
Andres Salomon 181dfce657 ugh. conflicts galore.. suck.
svn path=/dists/trunk/linux-2.6/; revision=4171
2005-09-12 03:48:11 +00:00
Simon Horman 784883e07f * Disable BSDv3 accounting on hppa and alpha, it was already
disabled on all other architectures. Also unify BSD accounting
    config into top level config, rather than per flavour configs.
    This shows that BSD accounting is available on all except
    sparc and the rpc and s3c2410 flavours of arm.
    I am not sure if that is intentional.

svn path=/dists/trunk/linux-2.6/; revision=4167
2005-09-12 02:13:51 +00:00
Frederik Schüler 1e22609a36 First shot of 2.6.13 options for amd64, touching other arches too.
We might need to discuss the one or other global option, especially if we 
want to enable TPM or not.

svn path=/dists/trunk/linux-2.6/; revision=4166
2005-09-10 18:21:40 +00:00
Frederik Schüler 58f7efa296 Add some reasonable class and longclass descriptions for the amd64 flavours.
svn path=/dists/trunk/linux-2.6/; revision=4161
2005-09-09 18:16:30 +00:00
Andres Salomon 604e655edd Unify NTFS config options; note that I've enabled NTFS_RW, since it is
apparently "safe" (according to the docs).  If this is not the case on some
  architecture (ie, due to endian or 64bitness bugs), it should probably be
  disabled globally.  In the meantime, however, we'll give it a shot.


svn path=/dists/trunk/linux-2.6/; revision=4157
2005-09-09 13:54:58 +00:00
Andres Salomon 09bbd510d5 Unify various ISO filesystems, as well as FAT and MSDOS. Once again,
modularizing stuff that was statically built in m68k; hopefully that was
  accidental/unnecessary.


svn path=/dists/trunk/linux-2.6/; revision=4155
2005-09-09 06:26:50 +00:00