Commit Graph

273 Commits

Author SHA1 Message Date
Maximilian Attems 5aaf678078 topconfig set SYSFS_DEPRECATED_V2
fedora doesn't care about upgrades thus is able to unset it both,
we want to still be able to run with old udev from lenny thus set
the v2 in topconfig too, to be revisited after lenny release.

svn path=/dists/trunk/linux-2.6/; revision=10817
2008-03-12 15:58:50 +00:00
Maximilian Attems bd140fe01a topconfig enable MEMSTICK_JMICRON_38X
new driver for JMicron JMB38X MemoryStick interface support

svn path=/dists/trunk/linux-2.6/; revision=10815
2008-03-12 15:48:32 +00:00
Bastian Blank c4bfcdfbda debian/config/amd64/config, debian/config/i386/config:
Move CONFIG_DEBUG_BOOT_PARAMS setting from debian/config/config.

svn path=/dists/trunk/linux-2.6/; revision=10772
2008-03-11 10:00:39 +00:00
Maximilian Attems 38c07b2271 security: set DEFAULT_MMAP_MIN_ADDR to 65536
Low address space to protect from user allocation, see
a5ecbcb8c13ea8a822d243bf782d0dc9525b4f84, runtime tunable on
/proc/sys/vm/mmap_min_addr. let's see if we get any fallout.
double checked after Kconfig recommendation that fedora uses
that recommendation too.

svn path=/dists/trunk/linux-2.6/; revision=10769
2008-03-10 16:03:03 +00:00
Maximilian Attems 99c5f4a9f0 topconfig set RTC_DRV_S35390A
as bonus reorder RTC driver options, driver for Seiko Instruments S-35390A

svn path=/dists/trunk/linux-2.6/; revision=10767
2008-03-10 15:46:45 +00:00
Maximilian Attems b174c057f2 topconfig enable FIXED_PHY
got changed from tristate to bool to avoid code duplication,
see a79d8e93d300adb84cccc38ac396cfb118c238ad

svn path=/dists/trunk/linux-2.6/; revision=10764
2008-03-10 15:46:39 +00:00
Maximilian Attems 88adc1273c topconfig enable REALTEK_PHY
new driver for Realtek PHYs, see
097c2aa89f22f55db19fd0f72aede460bcb61f29

svn path=/dists/trunk/linux-2.6/; revision=10763
2008-03-10 15:46:35 +00:00
Maximilian Attems 9980d81087 topconfig enable SCSI_MVSAS
new Marvell 6440 SAS/SATA driver

svn path=/dists/trunk/linux-2.6/; revision=10686
2008-03-03 15:14:25 +00:00
Maximilian Attems 794450202a topconfig enable SENSORS_ADT7473
New driver for Analog Devices ADT7473 sensor chip

svn path=/dists/trunk/linux-2.6/; revision=10685
2008-03-03 15:14:22 +00:00
Maximilian Attems 5481e12c54 topconfig reorder variables to their blocks
no functional change

svn path=/dists/trunk/linux-2.6/; revision=10652
2008-02-23 13:07:48 +00:00
Maximilian Attems ae9b856f03 topconfig centralize enabled USB_USBNET
nuke some dependent duplication of config variables,
already defined in topconfig.

svn path=/dists/trunk/linux-2.6/; revision=10619
2008-02-21 10:16:24 +00:00
Maximilian Attems b40f344805 topconfig centralize usb net drivers
nuke any dup definition, don't allow to disable:
CONFIG_USB_CATC, CONFIG_USB_KAWETH, CONFIG_USB_PEGASUS, and
CONFIG_USB_RTL8150

some archs still have a dubious unset USB_USBNET,
that is left for the next exercice..

svn path=/dists/trunk/linux-2.6/; revision=10617
2008-02-20 14:14:47 +00:00
Maximilian Attems 41f415fddb configs cleanup s/FAIR_USER_SCHED/USER_SCHED/
no business to be duplicated in versatile

svn path=/dists/trunk/linux-2.6/; revision=10553
2008-02-16 19:37:59 +00:00
Maximilian Attems 92ecc5d950 topconfig set SCSI_ENCLOSURE
see 9927c68864e9c39cc317b4f559309ba29e642168,

svn path=/dists/trunk/linux-2.6/; revision=10525
2008-02-12 14:01:44 +00:00
Maximilian Attems f5557bf14b phy rework nuke gone options
svn path=/dists/trunk/linux-2.6/; revision=10524
2008-02-12 14:00:43 +00:00
Maximilian Attems cf1ec788e4 topconfig enable ENCLOSURE_SERVICES
support for bays which contain storage devices.
host driver (scsi, ata) must supports enclosures.
see d569d5bb3fd96d2907acaddd7c4ea5cb07d02ab8

svn path=/dists/trunk/linux-2.6/; revision=10522
2008-02-12 11:46:21 +00:00
Maximilian Attems 35a280b8d8 topconfig disable BLK_DEV_XIP for now
see 75acb9cd2ef0bbb463098fdd40cbcdda79d45fa3

svn path=/dists/trunk/linux-2.6/; revision=10521
2008-02-12 11:45:30 +00:00
Maximilian Attems e56d9860cb topconfig while at it enable relevant ipv6 options
svn path=/dists/trunk/linux-2.6/; revision=10520
2008-02-12 11:44:19 +00:00
Maximilian Attems e1c17ed26d topconfig set IPV6_ROUTE_INFO
svn path=/dists/trunk/linux-2.6/; revision=10519
2008-02-12 11:44:02 +00:00
Maximilian Attems 4c598c3cf6 topconfig explicitly unset COMPAT_BRK
would disable heap randomization, breaks libc.so.5 from 1996,
see 32a932332c8bad842804842eaf9651ad6268e637 and follow ups.

svn path=/dists/trunk/linux-2.6/; revision=10517
2008-02-12 11:43:27 +00:00
Maximilian Attems f17794650a topconfig reoder
no functional change

svn path=/dists/trunk/linux-2.6/; revision=10516
2008-02-12 11:43:11 +00:00
Maximilian Attems 13cb4a902f topconfig set the new name namespace options
building block for containers.

svn path=/dists/trunk/linux-2.6/; revision=10515
2008-02-12 11:42:33 +00:00
Maximilian Attems 452a2a8517 topconfig enable IGB
Intel(R) 82575 PCI-Express Gigabit Ethernet support

svn path=/dists/trunk/linux-2.6/; revision=10500
2008-02-10 20:11:20 +00:00
Maximilian Attems cdd5ef37db configs nuke ref to INSTRUMENTATION
gone in 125e564582cbce6219397fc64556438420efae4c

svn path=/dists/trunk/linux-2.6/; revision=10499
2008-02-10 20:11:12 +00:00
Maximilian Attems 597e1d54b8 configs FORCED_INLINING gone
rm references

svn path=/dists/trunk/linux-2.6/; revision=10498
2008-02-10 20:11:06 +00:00
Maximilian Attems 22bb7d7e96 topconfig enable new memstick options
svn path=/dists/trunk/linux-2.6/; revision=10490
2008-02-10 19:40:50 +00:00
Maximilian Attems e6704ec9c6 topconfig enable RISCOM8
no longer BROKEN_ON_SMP, see d9afa43532adf8a31b93c4c7601fda3f423d8972

svn path=/dists/trunk/linux-2.6/; revision=10488
2008-02-10 19:16:45 +00:00
Maximilian Attems 2101ad3c05 topconfig: enable IPWIRELESS
new driver for IPWireless 3G UMTS PCMCIA card support

svn path=/dists/trunk/linux-2.6/; revision=10487
2008-02-10 19:16:38 +00:00
Maximilian Attems 2124e7f1a0 topconfig enable SENSORS_ADS7828
new driver support for Texas Instruments/Burr-Brown ADS7828

svn path=/dists/trunk/linux-2.6/; revision=10486
2008-02-10 19:16:28 +00:00
Maximilian Attems 1cf543dc1a topconfig: enable SENSORS_W83L786NG
new driver support for Winbond W83L786NG/NR

svn path=/dists/trunk/linux-2.6/; revision=10485
2008-02-10 19:16:21 +00:00
Maximilian Attems d405bc58ad topconfig enable MEMSTICK
supports sony memory stick cards:
" Currently, only MemoryStick Pro storage cards are supported via
TI FlashMedia" see baf8532a147d5b76681ce040e2c8f25a3f0e718d

svn path=/dists/trunk/linux-2.6/; revision=10484
2008-02-10 19:16:13 +00:00
Maximilian Attems 234b658a35 topconfig enable RTC_DRV_DS1511
new driver for Dallas DS1511 timekeeping/watchdog chip.

svn path=/dists/trunk/linux-2.6/; revision=10481
2008-02-10 19:15:48 +00:00
Maximilian Attems 6638104d05 topconfig enable RTC_DRV_R9701
add support for Epson RTC-9701JE V2

svn path=/dists/trunk/linux-2.6/; revision=10480
2008-02-10 19:15:41 +00:00
Maximilian Attems c02d8b47d4 topconfig s/MOXA_SMARTIO_NEW/MOXA_SMARTIO/
old driver is gone, new renamed, see
1c45607ad3eb7397bc2433f3c36a4ed8b315889e

svn path=/dists/trunk/linux-2.6/; revision=10479
2008-02-10 19:15:34 +00:00
Maximilian Attems 3604b51577 configs nuke BLK_DEV_RAM_BLOCKSIZE references
rewritten ramdisk block device, see
9db5579be4bb5320c3248f6acf807aedf05ae143

svn path=/dists/trunk/linux-2.6/; revision=10477
2008-02-10 19:15:22 +00:00
Maximilian Attems c0a3377b69 configs centralize ATA_OVER_ETH
bad idea to disable that, build it modular everywhere.

svn path=/dists/trunk/linux-2.6/; revision=10473
2008-02-10 17:36:15 +00:00
Maximilian Attems 788fea1d16 topconfig: reenable SCSI_LPFC
compile fixes merged..

svn path=/dists/trunk/linux-2.6/; revision=10432
2008-02-07 00:21:33 +00:00
Maximilian Attems 59ca54e53a topconfig unset INFINIBAND_NES_DEBUG explicitly
svn path=/dists/trunk/linux-2.6/; revision=10429
2008-02-06 23:48:21 +00:00
Maximilian Attems 71318af33c topconfig set the HID_FF options
shown up now that HID_FF is enabled.

svn path=/dists/trunk/linux-2.6/; revision=10428
2008-02-06 23:48:20 +00:00
Maximilian Attems a6479ee062 topconfig explicitly unset DEBUG_BOOT_PARAMS
allows arch porters to export  boot parameters via debugfs for debugging,
see 6d7d7433750c7c6eec93d7b3206019e329228686

svn path=/dists/trunk/linux-2.6/; revision=10427
2008-02-06 23:43:31 +00:00
Maximilian Attems 6c2d865c30 topconfig explicitly unset BACKTRACE_SELF_TEST
arch debugging code

svn path=/dists/trunk/linux-2.6/; revision=10426
2008-02-06 23:43:27 +00:00
Maximilian Attems c40da2a9dc topconfig set INFINIBAND_NES
Enable new NIC and RDMA/iWARP driver for NetEffect 1/10Gb
ethernet adapters.

svn path=/dists/trunk/linux-2.6/; revision=10424
2008-02-06 23:43:20 +00:00
Maximilian Attems 083fdb841f topconfig explicitly unset MAC80211_DEBUG_PACKET_ALIGNMENT
no need to shout out loud on users..

svn path=/dists/trunk/linux-2.6/; revision=10423
2008-02-06 23:43:18 +00:00
Maximilian Attems 17096ffcaa topconfig: Set UTF8 as default encoding.
svn path=/dists/trunk/linux-2.6/; revision=10407
2008-02-04 11:55:36 +00:00
Maximilian Attems f9c33bf809 topconfig: Enable IPV6_ROUTER_PREF for multi-homed net.
demanded by bug report and seen also on fedora generic config.

svn path=/dists/trunk/linux-2.6/; revision=10404
2008-02-03 22:37:33 +00:00
Maximilian Attems 5ffd62772c topconfig: Enable HID_FF for some HID devices. (closes: #441348)
centralize setting, instead of archs turning randomly off and on.

svn path=/dists/trunk/linux-2.6/; revision=10403
2008-02-03 22:31:54 +00:00
Maximilian Attems b4ae392d94 topconfig enable NET_CLS_FLOW
new "flow" classifier, got too love that name,
let's get into flow :) looking out for some good waves..

svn path=/dists/trunk/linux-2.6/; revision=10385
2008-02-02 15:37:08 +00:00
Maximilian Attems a445290704 topconfig disable lpfc
centralize setting for easier temporar unsetting,
doesn't compile

svn path=/dists/trunk/linux-2.6/; revision=10383
2008-02-02 14:59:59 +00:00
Maximilian Attems 30fb1a60f1 topconfig unset USB_G_PRINTER
usefull as embedded printer firmware..

svn path=/dists/trunk/linux-2.6/; revision=10381
2008-02-02 14:01:45 +00:00
Maximilian Attems 9ce0fdf7f3 topconfig enable USB_SERIAL_IUU
new driver for USB Phoenix serial driver

svn path=/dists/trunk/linux-2.6/; revision=10380
2008-02-02 14:00:05 +00:00