Commit Graph

626 Commits

Author SHA1 Message Date
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
Maximilian Attems 48384a665d topconfig: unset FIREWIRE_OHCI_REMOTE_DMA
defaults to n, new special debugging option out of git-firewire.patch.

svn path=/dists/trunk/linux-2.6/; revision=11040
2008-04-04 11:45:35 +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
Bastian Blank 47c0000857 * debian/changelog: Update.
* debian/config/i386/config.486: Remove EXT2FS.

svn path=/dists/trunk/linux-2.6/; revision=11026
2008-04-01 14:57:58 +00:00
Martin Michlmayr 7fa201f0f2 don't override some lib/Kconfig.debug configs
svn path=/dists/trunk/linux-2.6/; revision=11011
2008-03-29 15:47:03 +00:00
Martin Michlmayr 23e2caa52e [arm/iop32x] Enable MACH_EM7210. (closes: #473136)
svn path=/dists/trunk/linux-2.6/; revision=11009
2008-03-29 15:07:58 +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 f247db7163 debian/config: Unify debug settings.
svn path=/dists/trunk/linux-2.6/; revision=11001
2008-03-28 22:30:27 +00:00
Bastian Blank 4edef6b7bd debian/config/arm: Explicitely disable FRAME_POINTER.
svn path=/dists/trunk/linux-2.6/; revision=11000
2008-03-28 22:25:01 +00:00
Bastian Blank fcbaef0de1 * debian/changelog: Update.
* debian/config: Enable DEBUG_FS.

svn path=/dists/trunk/linux-2.6/; revision=10998
2008-03-28 22:20:59 +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
Bastian Blank 621149e9dc * debian/changelog: Update.
* debian/config: Enable PRINTK_TIME.

svn path=/dists/trunk/linux-2.6/; revision=10995
2008-03-28 22:10:08 +00:00
Bastian Blank 630d7582f5 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=10983
2008-03-28 09:35:58 +00:00
Martin Michlmayr a7391c0516 build in RTC for now
svn path=/dists/trunk/linux-2.6/; revision=10965
2008-03-24 09:18:46 +00:00
Martin Michlmayr aa29e6f3f3 enable DVB
svn path=/dists/trunk/linux-2.6/; revision=10964
2008-03-24 09:12:52 +00:00
Bastian Blank 9d5ae0c01a * debian/config/featureset-xen/config: Disable further options.
* debian/rules.real: Use provided vmlinuz target.

svn path=/dists/trunk/linux-2.6/; revision=10963
2008-03-23 21:20:09 +00:00
Martin Michlmayr 5278f372ab recommend uboot-mkimage
svn path=/dists/trunk/linux-2.6/; revision=10960
2008-03-23 16:45:35 +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
Martin Michlmayr 51762a9e5f build it in, makes d-i udebs easier
svn path=/dists/trunk/linux-2.6/; revision=10957
2008-03-23 14:10:47 +00:00
Martin Michlmayr f999208b59 use top config
svn path=/dists/trunk/linux-2.6/; revision=10956
2008-03-23 13:41:00 +00:00
Martin Michlmayr 9e6a77a9b1 turn off all Ethernet except for MV64x
svn path=/dists/trunk/linux-2.6/; revision=10955
2008-03-23 13:39:46 +00:00
Martin Michlmayr 457a54e0b6 turn off all SATA/PATA except MV
svn path=/dists/trunk/linux-2.6/; revision=10954
2008-03-23 13:37:51 +00:00
Martin Michlmayr 533fa67712 use topconfig
svn path=/dists/trunk/linux-2.6/; revision=10953
2008-03-23 13:34:20 +00:00
Martin Michlmayr a4c78f7aff enable USB_STORAGE
svn path=/dists/trunk/linux-2.6/; revision=10952
2008-03-23 13:31:37 +00:00
Martin Michlmayr a14bf3a343 make usb modular
svn path=/dists/trunk/linux-2.6/; revision=10951
2008-03-23 13:29:58 +00:00
Martin Michlmayr b41f10a790 set CONFIG_CRC_CCITT
svn path=/dists/trunk/linux-2.6/; revision=10950
2008-03-23 13:17:22 +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
Bastian Blank 16c9369793 * debian/changelog: Update.
* debian/config/config:
  Revert SECURITY_DEFAULT_MMAP_MIN_ADDR to 0 which is upstream default setting.

svn path=/dists/trunk/linux-2.6/; revision=10927
2008-03-20 14:17:26 +00:00
Maximilian Attems 377eae4da2 486 BLK_DEV_PS2 aka ps2esdi gone
marked as broken for more then 2 years and thus removed now,
no MCA "PS/2 ESDI hard disk support",
see 2af3e6017e53065ddf40bb19190a29199b7ffee3

svn path=/dists/trunk/linux-2.6/; revision=10925
2008-03-20 11:43:19 +00:00
Maximilian Attems bd8bcc7501 configs nuke CONFIG_USB_EMI{26,62}
variables don't exist in dfsg tarball, no need to ref.

svn path=/dists/trunk/linux-2.6/; revision=10923
2008-03-20 11:32:11 +00:00
Martin Michlmayr caf3c8ff2d Rename the orion flavour in order to follow upstream
svn path=/dists/trunk/linux-2.6/; revision=10920
2008-03-18 17:59:51 +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 a0830cd9ba i386: set R3964
got lost somehow in reorg.

svn path=/dists/trunk/linux-2.6/; revision=10917
2008-03-18 12:57:07 +00:00
Maximilian Attems eacce53931 mips: nuke not centralized RPC security options
finishes up tbm latest commits.

svn path=/dists/trunk/linux-2.6/; revision=10910
2008-03-17 10:34:47 +00:00
Martin Michlmayr 98c00a4b82 Enable R8169, requested by Giuseppe Sacco.
svn path=/dists/trunk/linux-2.6/; revision=10907
2008-03-17 09:11:43 +00:00
Martin Michlmayr 8caf8226a2 remove some options in order to use the top config
svn path=/dists/trunk/linux-2.6/; revision=10906
2008-03-17 08:36:35 +00:00
Martin Michlmayr cb2e59f9ad Use the generic config options for NFS, which will
enable NFSv4. (closes: #471007)

svn path=/dists/trunk/linux-2.6/; revision=10905
2008-03-17 08:34:49 +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 315fac3f05 topconfig set INITRAMFS_SOURCE
lost while centralizing

svn path=/dists/trunk/linux-2.6/; revision=10900
2008-03-16 09:18:58 +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 9f35c7d3f9 reset USB_ATMEL option
shows up on feature patch stolen from fedora,
correct a012637637a0f8f2283897aae9be2eb91c847a47

svn path=/dists/trunk/linux-2.6/; revision=10898
2008-03-16 09:18:48 +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 1f1bd75702 debian/config/s390: Add missing choice values.
svn path=/dists/trunk/linux-2.6/; revision=10896
2008-03-15 11:08:56 +00:00
Bastian Blank f78a25f006 debian/config/config: Add missing choice values.
svn path=/dists/trunk/linux-2.6/; revision=10895
2008-03-15 11:07:25 +00:00