Commit Graph

105 Commits

Author SHA1 Message Date
Maximilian Attems e7fd458205 commit patch by djpig so that hppa builds fine in trunk again. :)
svn path=/dists/trunk/linux-2.6/; revision=9073
2007-07-05 08:48:36 +00:00
Bastian Blank 5ed1ebc760 debian/arch
- Unify usb serial support.
- Really enable keyspawn_pda, the firmware is available as source.

svn path=/dists/trunk/linux-2.6/; revision=9010
2007-06-22 16:00:46 +00:00
Maximilian Attems 104c5fb7ac USB_BLUETOOTH_TTY is gone june 2005, kill ref
svn path=/dists/trunk/linux-2.6/; revision=8976
2007-06-15 07:24:04 +00:00
Maximilian Attems 53e802e693 DEBUG_RODATA exists on i386, amd64 and hppa
move it there, disabled due to swsusp clash afaik.

svn path=/dists/trunk/linux-2.6/; revision=8966
2007-06-11 07:56:44 +00:00
Maximilian Attems 7fb50c3a05 PCI_NAMES got bunked in july 2005, kill ref
svn path=/dists/trunk/linux-2.6/; revision=8951
2007-06-09 11:16:46 +00:00
Maximilian Attems 50e2867989 NET_QOS gone since nov 2005, anyway network options belong in topconfig
see e61847ab154bfa51b735747df09ca4bcb73336f9

svn path=/dists/trunk/linux-2.6/; revision=8943
2007-06-08 09:51:25 +00:00
Maximilian Attems 6f0ae4ba17 FB_RADEON_OLD gone on mar 2006, kill ref
see 39451a73a2d190763ba8a98f486cf23d63d22582

svn path=/dists/trunk/linux-2.6/; revision=8940
2007-06-08 09:43:25 +00:00
Maximilian Attems 92054f6f19 2BUFF_MODE variable gone kill ref.
svn path=/dists/trunk/linux-2.6/; revision=8938
2007-06-08 09:34:38 +00:00
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 60bd3dcf05 USB_AUDIO gone feb 2006 kill ref
see 9628416a542488230b53df48d90d4a967dea41c8

svn path=/dists/trunk/linux-2.6/; revision=8904
2007-06-05 16:21:16 +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 4464d40912 topconfig group infiniband variables and centralize them,
enable the lowlevel cxg3 and mlx4 devices.

svn path=/dists/trunk/linux-2.6/; revision=8743
2007-05-24 09:18:37 +00:00
Maximilian Attems eabfb5415d NET_WIRELESS is gone,
CONFIG_WLAN_80211 seems to be set across board if not holler.

svn path=/dists/trunk/linux-2.6/; revision=8740
2007-05-24 08:03:03 +00:00
Maximilian Attems fb24587ea6 CLEAN_COMPILE is gone from Kconfig since more than one year,
to resurrect a b0rked driver edit init/Kconfig for config BROKEN
see cea6933f946da514169009e5e3b02c48de60aab1

svn path=/dists/trunk/linux-2.6/; revision=8733
2007-05-23 11:58:05 +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 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 5a1d522a21 generic vfs fallback handles those cases since 04 Sep 2005
kill ref to DEVPTS_FS_SECURITY TMPFS_XATTR TMPFS_SECURITY.

svn path=/dists/trunk/linux-2.6/; revision=8717
2007-05-22 14:51:21 +00:00
Maximilian Attems e3a8d25da5 CONFIG_KOBJECT_UEVENT is long gone enabled by hotplug,
kill references.

svn path=/dists/trunk/linux-2.6/; revision=8703
2007-05-22 08:16:21 +00:00
Maximilian Attems 6b48ac5c02 also enable CONFIG_WLAN_80211=y
now ipw and friends should build again

svn path=/dists/trunk/linux-2.6/; revision=8676
2007-05-21 16:22:46 +00:00
Maximilian Attems 0b39de12f7 change due to the new wlan stack, enable CONFIG_WLAN_PRE80211
svn path=/dists/trunk/linux-2.6/; revision=8675
2007-05-21 16:16:36 +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 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 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 2008f9e849 NETPOLL_RX is gone,
see d16bfd0c77b35a0a0f0e159b94b9921510bf7934

svn path=/dists/trunk/linux-2.6/; revision=8631
2007-05-21 11:05:04 +00:00
Maximilian Attems a92811cbee remove only scsi nonexistant symbol warning
see b73c3d778647bffff6dbcbe41e8fc01215a22194

svn path=/dists/trunk/linux-2.6/; revision=8627
2007-05-21 10:49:32 +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
Bastian Blank da3eeeecf6 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=8499
2007-04-24 07:01:08 +00:00
Bastian Blank 61de54d508 debian/arch: Remove not longer available options.
svn path=/dists/trunk/linux-2.6/; revision=8370
2007-03-17 22:57:26 +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
maximilian attems a96f325f88 activate in top .config the net action classifier
svn path=/dists/trunk/linux-2.6/; revision=7735
2006-11-10 07:59:04 +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 63f244f4de debian/arch/arm: Unify io scheduler settings.
svn path=/dists/trunk/linux-2.6/; revision=7533
2006-09-26 19:47:36 +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
Bastian Blank 862feda102 debian/arch: Unify embedded config.
svn path=/dists/trunk/linux-2.6/; revision=7496
2006-09-23 20:11:02 +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 21fd24d5f7 set CONFIG_SERIAL_8250_NR_UARTS=16 across board
svn path=/dists/trunk/linux-2.6/; revision=6957
2006-07-07 10:45:25 +00:00
Kyle McMartin 395e99e848 PDC_CHASSIS_WARN=y
svn path=/dists/trunk/linux-2.6/; revision=6828
2006-06-19 00:50:06 +00:00
Kyle McMartin c328dbb130 parisc changes for 2.6.17
svn path=/dists/trunk/linux-2.6/; revision=6827
2006-06-18 23:36:27 +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
Kyle McMartin 0b4f75b0bf Disable CONFIG_DETECT_SOFTLOCKUP in sid and trunk.
svn path=/dists/trunk/linux-2.6/; revision=6711
2006-05-26 15:43:18 +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