Commit Graph

50 Commits

Author SHA1 Message Date
Maximilian Attems 4b4f1f1e2e centralize net_sched settings,
some old configs like m68 disable it for a fifo,
strange to find s390 in that mix.

svn path=/dists/trunk/linux-2.6/; revision=8935
2007-06-07 11:27:58 +00:00
Maximilian Attems 708d1f9577 * enable the juju firewire stack
"implementation designed for roboustness and simplicity"
  disable the old firewire stack and associated options
  let's see if someone cries for ieee1394_eth1394
* centralize firewire settings
* disable firewire on configs that disabled IEEE1394

  yuhu that gets amd64 down to zero unkown config variables. :)

svn path=/dists/trunk/linux-2.6/; revision=8915
2007-06-06 10:31:56 +00:00
Maximilian Attems 9813d14f8e SCSI_SYM53C8XX_IOMAPPED got renamed to SCSI_SYM53C8XX_MMIO,
latest is set in topconfig and default, so kill ref to first.
see 1f61d82490a26dbcde903b33e24f6d11b758b64c

svn path=/dists/trunk/linux-2.6/; revision=8869
2007-06-03 12:52:38 +00:00
Maximilian Attems f070e6151f * centralize net classification config variables
* group them in topconfig
* sparc disabled them without any reason

svn path=/dists/trunk/linux-2.6/; revision=8774
2007-05-25 12:18:00 +00:00
Maximilian Attems 08a7619dd4 CONFIG_USB_OHCI_BIG_ENDIAN is gone, kill ref
see 11d1a4aa8d657478cb2e5d33f203ba8f01b9ac24

svn path=/dists/trunk/linux-2.6/; revision=8745
2007-05-24 09:31:42 +00:00
Maximilian Attems 0b0f22d5aa PCI_LEGACY_PROC is gone since march 06
kill any reference to it

svn path=/dists/trunk/linux-2.6/; revision=8730
2007-05-23 11:48:08 +00:00
Maximilian Attems 756b529c04 USB_HIDINPUT is gone since last year, kill ref.
generic CONFIG_HID is enabled in topconfig
see 63f3861d2fbf8ccbad1386ac9ac8b822c036ea00

svn path=/dists/trunk/linux-2.6/; revision=8728
2007-05-23 11:35:35 +00:00
Maximilian Attems 5b7ef67cf6 deal with move of usb gamepads under drivers/input
kill ref to CONFIG_USB_XPAD
enable CONFIG_JOYSTICK_XPAD where it was enabled, defaults to n

svn path=/dists/trunk/linux-2.6/; revision=8727
2007-05-23 11:25:15 +00:00
Maximilian Attems 823b911fb8 CONFIG_USB_APPLETOUCH got renamed to CONFIG_MOUSE_APPLETOUCH
defaults to n anyway so remove any reference to old unset value
enable the new variable where it got build.
see b5da20f8f7652e7a9648401a1942b7aac3b9ab9d

svn path=/dists/trunk/linux-2.6/; revision=8726
2007-05-23 11:11:43 +00:00
Maximilian Attems 31a3d56903 unify settings of misc usb input devices
where enabled in topconfig previously, reenable them
kill references to old config variables
see ba0acb5ee318901646f82c134cca2e4de0c43934

svn path=/dists/trunk/linux-2.6/; revision=8725
2007-05-23 11:03:09 +00:00
Maximilian Attems db94e09248 deal with the move ove the usb tablets under drivers/input:
* enable CONFIG_INPUT_TABLET where wacom was enabled
* explicitly enable all where wacom was enabled
* remove the old config entrys as CONFIG_INPUT_TABLET defaults to n anyway

svn path=/dists/trunk/linux-2.6/; revision=8724
2007-05-23 10:41:00 +00:00
Maximilian Attems 534196f2bd old USB touchscreen drivers gone,
see db61a9124880a1d79b7b320d4b6bef717f23e485

svn path=/dists/trunk/linux-2.6/; revision=8658
2007-05-21 13:42:53 +00:00
Maximilian Attems 3b8545956e SOUND_ES1371 is gone
see 44171df8e944f0bc8f7fa3f6d080f3e671431989

svn path=/dists/trunk/linux-2.6/; revision=8648
2007-05-21 12:43:36 +00:00
Maximilian Attems f0fca0094d ONFIG_USB_BANDWIDTH is gone
see 896fbd7199035958013d106329843d8ae9618753

svn path=/dists/trunk/linux-2.6/; revision=8645
2007-05-21 12:36:24 +00:00
Maximilian Attems 831d5bc285 NETDEBUG morphed into a sysctl runtime choice
see a2a316fd068c455c609ecc155dcfaa7e208d29fe

svn path=/dists/trunk/linux-2.6/; revision=8643
2007-05-21 12:32:08 +00:00
Maximilian Attems 20e57b69a5 CONFIG_IDEDMA_{PCI,}_AUTO is gone, default is on
unless booted with ide=nodma
see 120b9cfddff2e398fece07c5e127f3fdbb660441

svn path=/dists/trunk/linux-2.6/; revision=8636
2007-05-21 12:04:44 +00:00
Maximilian Attems ff38d1872f more dropped unused scsi configs
see b73c3d778647bffff6dbcbe41e8fc01215a22194

svn path=/dists/trunk/linux-2.6/; revision=8632
2007-05-21 11:08:37 +00:00
Maximilian Attems 31296b12c0 ZISOFS_FS was an unused kernel config option
kill it everywhere too

svn path=/dists/trunk/linux-2.6/; revision=8630
2007-05-21 11:00:19 +00:00
Maximilian Attems bed6ebafaa reduce buildnoise a bit more
cleanup obsolote NET_SCHED configs
see 641b9e0e8b7f96425da6ce98f3361e3af0baee29

svn path=/dists/trunk/linux-2.6/; revision=8625
2007-05-21 10:39:01 +00:00
Maximilian Attems b3eb0b8e73 cleanup ref to old iptable config symbols
should cleanup build noise by half
see 587aa64163bb14f70098f450abab9410787fce9d

svn path=/dists/trunk/linux-2.6/; revision=8623
2007-05-21 10:22:41 +00:00
Martin Michlmayr 844e57aa7c Unset CONFIG_USB_{KBD,MOUSE} since the generic HID is used.
svn path=/dists/trunk/linux-2.6/; revision=8519
2007-04-27 11:21:27 +00:00
Martin Michlmayr 5e6a746b9f Don't build CONFIG_ATA into the kernel.
svn path=/dists/trunk/linux-2.6/; revision=8517
2007-04-27 11:07:31 +00:00
Bastian Blank 88c56779b8 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=8229
2007-01-27 19:52:51 +00:00
Frederik Schüler 91da4a967a Global:
- Make BLK_DEV_IDEPNP per-arch
- Make NET_PKTGEN a global module
- Activate new PATA_* options globally
- Activate sata options globally
- Activate ext4 and GFS2
- CC_STACKPROTECTOR is disabled for now, this needs to be discussed
- Activate lots of usb|scsi|sensors|dvb drivers globally

New per-arch settings:
- CONFIG_PCIEAER=y
- CONFIG_HT_IRQ=y
- CONFIG_ARCH_POPULATES_NODE_MAP=y


svn path=/dists/trunk/linux-2.6/; revision=8088
2007-01-04 14:36:26 +00:00
Bastian Blank 341d930240 debian/arch: Remove legacy pty support.
debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=7924
2006-12-04 06:17:52 +00:00
Martin Michlmayr 314a07b5d1 update mips SATA options
svn path=/dists/trunk/linux-2.6/; revision=7844
2006-11-19 16:02:06 +00:00
Bastian Blank 5bb0c279c1 debian/arch: Unify CPUSET options.
debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=7588
2006-10-10 11:20:41 +00:00
Frederik Schüler d8e36b0793 Activate CONFIG_IDE_TASK_IOCTL globally. (Closes: #390616)
Activate CONFIG_NET_CLS_* globaly. (Closes: #389918)
Make CONFIG_EFI_VARS modular on i386. (Closes: #381951)
Activate CONFIG_SCSI_ARCMSR on amd64, powerpc, sparc too.


svn path=/dists/trunk/linux-2.6/; revision=7571
2006-10-02 13:23:20 +00:00
Bastian Blank 2927349550 * debian/arch/mips, debian/arch/mipsel: Unify io scheduler settings.
* debian/changelog: Update

svn path=/dists/trunk/linux-2.6/; revision=7534
2006-09-26 19:53:04 +00:00
Bastian Blank 20321b4d2a debian/arch
- Unify legacy pty settings.
- Only provide 16 legacy ptys.

svn path=/dists/trunk/linux-2.6/; revision=7497
2006-09-23 20:17:34 +00:00
Frederik Schüler 74aa5e05fc Deactivate EVBUG.
Make PARPORT options global.
Add class definition for 486 flavour.


svn path=/dists/trunk/linux-2.6/; revision=7375
2006-09-08 10:00:29 +00:00
Frederik Schüler f02effb1b5 Update configurations for amd64 and i386.
svn path=/dists/trunk/linux-2.6/; revision=7272
2006-08-29 14:20:13 +00:00
maximilian attems 1442d6faa2 add 2.6.17.7
add buildfix
set CONFIG_SND_FM801_TEA575X_BOOL=y, where CONFIG_SND_FM801_TEA575X=m


svn path=/dists/trunk/linux-2.6/; revision=7068
2006-07-25 20:39:42 +00:00
Martin Michlmayr 7bf6de02ea [mipsel] Update configs.
svn path=/dists/trunk/linux-2.6/; revision=6908
2006-06-26 22:13:29 +00:00
Frederik Schüler e7571463b1 * deacticate MODULE_SRCVERSION_ALL globally
* merge all CONFIG_MODULE_ options in the global config 
* enable AGP_SIS on amd64
* enable RIO on amd64


svn path=/dists/trunk/linux-2.6/; revision=6800
2006-06-13 15:29:21 +00:00
Bastian Blank 9b41ace1c5 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=6708
2006-05-26 12:06:07 +00:00
maximilian attems 416228d3e4 disable b0rked lsm modules
svn path=/dists/trunk/linux-2.6/; revision=6439
2006-04-18 00:13:02 +00:00
Bastian Blank e4bd48571b Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=6265
2006-03-22 17:49:41 +00:00
Bastian Blank 740cca25a8 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=6257
2006-03-21 22:48:04 +00:00
Martin Michlmayr 79427c100c sync changed from dists/sid
svn path=/dists/trunk/linux-2.6/; revision=6239
2006-03-20 15:35:34 +00:00
Martin Michlmayr 4ba399e133 set CONFIG_BASE_FULL
svn path=/dists/trunk/linux-2.6/; revision=6188
2006-03-14 00:42:35 +00:00
Martin Michlmayr 00f1a666a8 turn on SB1 NAPI
svn path=/dists/trunk/linux-2.6/; revision=6185
2006-03-13 19:14:22 +00:00
Martin Michlmayr c502d7acf0 [mips] SB1: Add DUART support (Broadcom).
svn path=/dists/trunk/linux-2.6/; revision=6184
2006-03-13 19:06:16 +00:00
Bastian Blank 6f713e68e8 debian/arch: Partialy unify nfs settings.
svn path=/dists/trunk/linux-2.6/; revision=6124
2006-03-10 21:04:54 +00:00
Martin Michlmayr 7a04452637 Thiemo says we wwant CONFIG_DEFAULT_IOSCHED="noop" on mips
svn path=/dists/trunk/linux-2.6/; revision=6024
2006-03-02 15:02:39 +00:00
Martin Michlmayr f247e8b882 13:35 <@waldi> tbm: please sync the configs with debian/arch/config
mostly done now

svn path=/dists/trunk/linux-2.6/; revision=6023
2006-03-02 15:00:34 +00:00
Martin Michlmayr 917069daab run make menuconfig
svn path=/dists/trunk/linux-2.6/; revision=6021
2006-03-02 14:14:47 +00:00
Martin Michlmayr a550dbadf8 build in RTC
svn path=/dists/trunk/linux-2.6/; revision=6017
2006-03-02 13:39:07 +00:00
Martin Michlmayr 648c754444 update mips configs
svn path=/dists/trunk/linux-2.6/; revision=5988
2006-02-27 23:44:35 +00:00
Martin Michlmayr 8d41f2da58 add mips images
svn path=/dists/trunk/linux-2.6/; revision=5986
2006-02-27 23:07:52 +00:00