Commit Graph

1659 Commits

Author SHA1 Message Date
Ben Hutchings 77d49198c8 Explicitly set various config options to their defaults
svn path=/dists/trunk/linux/; revision=20802
2013-11-21 01:16:57 +00:00
Ben Hutchings f0a483c849 Enable various new config options
svn path=/dists/trunk/linux/; revision=20801
2013-11-21 01:16:30 +00:00
Ben Hutchings 1710f18e5c usb/phy: Explicitly disable all drivers at top level
These drivers used to be conditional on USB_PHY (which we disabled)
but now they select it.  Disable them all and let individual configs
(and other symbols) enable the drivers.

svn path=/dists/trunk/linux/; revision=20788
2013-11-10 16:58:41 +00:00
Ben Hutchings d98e00eda6 namespaces: Enable USER_NS (Closes: #712870)
Restrict creation of user namespaces to root (CAP_SYS_ADMIN) by default
(sysctl: kern.unprivileged_userns_clone)

svn path=/dists/trunk/linux/; revision=20773
2013-11-02 20:33:18 +00:00
Ben Hutchings e9eb0a0dd2 Disable CC_OPTIMIZE_FOR_SIZE (Closes: #635899, fixes FTBFS on mips, mipsel, powerpc)
Leave it enabled for armel/{iop32x,ixp4xx,kirkwood,orion5x} and m68k.
Drop the workaround patch for powerpc.

svn path=/dists/sid/linux/; revision=20732
2013-10-23 11:36:17 +00:00
Ben Hutchings 3911b06010 hwmon: Enable SENSORS_JC42, SENSORS_NCT6775 as modules (Closes: #722062)
svn path=/dists/trunk/linux/; revision=20687
2013-09-29 22:49:44 +00:00
Bastian Blank 4ca516610e * debian/config/config: Set NO_HZ_IDLE as replacement for NO_HZ.
* debian/config/armel/config.versatile, debian/config/sh4/config.sh7751r,
  debian/config/sh4/config.sh7785lcr: Remove overrides.

svn path=/dists/trunk/linux/; revision=20623
2013-09-13 22:41:28 +00:00
Bastian Blank 43571530a4 debian/config: Unify BLK_DEV_RAM_SIZE.
svn path=/dists/trunk/linux/; revision=20608
2013-09-11 20:37:26 +00:00
Bastian Blank da2f25f699 debian/config/kernelarch-x86/config:
Move HYPERV dependent options from debian/config/config.

svn path=/dists/trunk/linux/; revision=20607
2013-09-11 20:30:20 +00:00
Bastian Blank dd10090e07 * debian/changelog: Update.
* debian/config/config
  - Set EXT4_USE_FOR_EXT23.
  - Unset EXT2_FS, EXT3_FS.
* debian/config/kernelarch-mips/config, debian/config/m68k/config:
  Remove overrides.

svn path=/dists/trunk/linux/; revision=20606
2013-09-11 19:46:34 +00:00
Ben Hutchings 58b3ca610e Remove configuration of obsolete symbols
These symbols were either (1) removed entirely or (2) merged or
renamed, and we already configure the other symbol.

svn path=/dists/trunk/linux/; revision=20604
2013-09-11 03:26:14 +00:00
Ben Hutchings a0ce50e15f Merge changes from sid up to 3.10.11-1
svn path=/dists/trunk/linux/; revision=20600
2013-09-11 01:24:25 +00:00
Bastian Blank 12b7a6ff80 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=20596
2013-09-10 20:21:27 +00:00
Bastian Blank 79b11873dc * debian/changelog: Update.
* debian/config/config: Set NFS_V4_2.

svn path=/dists/trunk/linux/; revision=20592
2013-09-10 16:11:06 +00:00
Ben Hutchings c141dc60ca sctp: Clean up config for default SCTP cookie HMAC
The config symbols were renamed and changed in behaviour a bit.
Explicitly set them to defaults.

svn path=/dists/trunk/linux/; revision=20585
2013-09-09 04:06:21 +00:00
Bastian Blank 6e8cf21d51 debian/config/config: Remove backward-compatible IP_NF_MATCH_TTL.
svn path=/dists/trunk/linux/; revision=20576
2013-09-08 14:40:26 +00:00
Bastian Blank 84c91afe33 * debian/changelog: Update.
* debian/config: Remove FONT* overrides.

svn path=/dists/trunk/linux/; revision=20575
2013-09-08 14:35:12 +00:00
Bastian Blank 2f58661684 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=20574
2013-09-08 14:24:32 +00:00
Ben Hutchings 631523075f bluetooth: Disable BT_HCIBTUART
This driver doesn't bind to any device IDs, and instead has a comment
saying that the serial_cs and hci_uart drivers should be used instead.
So there's not much point in building it.

svn path=/dists/trunk/linux/; revision=20559
2013-09-02 03:27:20 +00:00
Ben Hutchings 9e41e4a5be Disable parport drivers that are no longer likely to be useful
svn path=/dists/trunk/linux/; revision=20558
2013-09-02 03:20:38 +00:00
Ben Hutchings b40ea580ad Disable some old non-hotplug PCI drivers
svn path=/dists/trunk/linux/; revision=20557
2013-09-02 03:04:53 +00:00
Ben Hutchings 1b743d674d Disable a large number of probably useless drivers
Disable most platform drivers, SPI and I2C drivers at the top level.
Platform drivers should be selected by architecture and flavour
configurations, and generally are.  SPI and I2C devices aren't easily
detectable and their drivers aren't auto-loaded, so again they should
usually be selected in specific configuration files and probed
according to board code or FDTs.

As exceptions, I2C hwmon devices may be probed by lm-sensors and many
media tuners include I2C devices which are probed with the help of the
higher-level device driver.  I've tried to be conservative and also
left I2C iio, input, leds and misc devices alone for now.

Disable the regulator subsystem at the top level as only some
architectures will need it.

Disable MTD_NAND_PLATFORM, PDA_POWER and FB_S1D13XXX on x86, as these
don't appear likely to be used on any x86 system that could run our
generic kernel images.

svn path=/dists/trunk/linux/; revision=20556
2013-09-01 23:26:06 +00:00
Ben Hutchings 17a2e7946f Merge changes from sid up to 3.10.7-1
svn path=/dists/trunk/linux/; revision=20555
2013-09-01 16:46:42 +00:00
Ben Hutchings 011f336d55 Explicitly set some more config symbols to default values
svn path=/dists/trunk/linux/; revision=20547
2013-09-01 04:15:24 +00:00
Ben Hutchings 7a10a53c96 ehci-hcd: Enable USB_EHCI_ROOT_HUB_TT and USB_EHCI_TT_NEWSCHED everywhere
USB_EHCI_ROOT_HUB_TT adds about 10 lines of code and is safe even if
not needed, so it's never worth turning off.

USB_EHCI_TT_NEWSCHED was 'new' in 2006 and is now the default, so
hardly anyone will be testing the 'old' code now.

svn path=/dists/trunk/linux/; revision=20546
2013-09-01 03:50:25 +00:00
Ben Hutchings 0000a5dbcf Clean up efivars config symbols
Enable EFI_VARS at the top-level config (still dependent on EFI).
Explicitly disable EFI_VARS_PSTORE_DEFAULT_DISABLE.

svn path=/dists/trunk/linux/; revision=20545
2013-09-01 03:23:03 +00:00
Ben Hutchings 6ad8ea7fff Enable VIRT_DRIVERS menuconfig symbol, but nothing under it
svn path=/dists/trunk/linux/; revision=20544
2013-09-01 03:20:07 +00:00
Ben Hutchings 0b7aedc131 wireless/ti: Disable WL_TI on all configurations except armhf/armmp
These devices need platform data (even for SDIO) and apparently are
only used with ARM boards at the moment.

svn path=/dists/trunk/linux/; revision=20543
2013-09-01 03:16:27 +00:00
Ben Hutchings 66210758d7 Disable some NET_VENDOR config symbols by default
This should make no difference to the actual configuration.

svn path=/dists/trunk/linux/; revision=20542
2013-09-01 02:58:39 +00:00
Ben Hutchings 4ff7e6d39e Enable many new(ish) config options
svn path=/dists/trunk/linux/; revision=20541
2013-09-01 02:52:56 +00:00
Ben Hutchings 5ed7ad866d Explicitly set various config symbols to default values
svn path=/dists/trunk/linux/; revision=20540
2013-09-01 01:54:20 +00:00
Ben Hutchings 32ad4407d5 mfd: Explicitly disable MFD_WM8400
We currently set it to m, but it's no longer buildable as a module and
it really doesn't make sense to enable it at all in the generic
config.

svn path=/dists/trunk/linux/; revision=20538
2013-08-31 21:53:34 +00:00
Ben Hutchings 56fb9a954c hid: Enable HID_HUION as module (Closes: #721002)
svn path=/dists/trunk/linux/; revision=20527
2013-08-28 12:21:49 +00:00
Ben Hutchings 05a091e150 net/sched: Change NET_CLS_CGROUP back to built-in
Due to the way cgroup subsystems are tracked, changing any of them
between built-in and modular is an ABI change, so don't change this
right now.

svn path=/dists/sid/linux/; revision=20520
2013-08-17 20:15:05 +00:00
Ben Hutchings 2ffd7a7e78 Change various tristate config symbols from y to m
This should give the small ARM platforms a little more space.

svn path=/dists/sid/linux/; revision=20519
2013-08-17 19:28:41 +00:00
Ben Hutchings ad5d669ebf trace: Enable UPROBES, UPROBE_EVENT (Closes: #691167)
svn path=/dists/trunk/linux/; revision=20481
2013-08-11 17:41:56 +00:00
Ben Hutchings 38eb548dde trace: Enable KPROBE_EVENT (Closes: #640953)
svn path=/dists/trunk/linux/; revision=20480
2013-08-11 17:40:11 +00:00
Ben Hutchings da659f9a32 Enable KPROBES at top level
This enables it for the arm*, mips*, s390 and sh4 ports.
Keep it disabled for the reduced armel images.

svn path=/dists/trunk/linux/; revision=20479
2013-08-11 17:38:12 +00:00
Ben Hutchings 57388244cf Update config as requested by Thorsten Glaser
* nfs: Enable swap on NFS
* fs/nls: Enable Macintosh HFS+ codepage modules

svn path=/dists/sid/linux/; revision=20414
2013-07-27 22:55:16 +00:00
Ben Hutchings e4a48208f7 ata: Disable SATA_INIC162X - this driver corrupts data and is not expected to be fixed (Closes: #714295)
svn path=/dists/sid/linux/; revision=20411
2013-07-26 04:55:17 +00:00
Ben Hutchings 6425f81ada Enable various new(ish) features
svn path=/dists/trunk/linux/; revision=20291
2013-06-24 02:36:15 +00:00
Ben Hutchings 929d433e90 Explicitly set various config symbols to default values
svn path=/dists/trunk/linux/; revision=20287
2013-06-24 01:01:52 +00:00
Ben Hutchings 9d021dd201 Merge changes from sid up to 3.9.6-1
svn path=/dists/trunk/linux/; revision=20256
2013-06-15 15:47:11 +00:00
Ben Hutchings da3c6d6427 Merge changes from sid up to 3.9.5-1
svn path=/dists/trunk/linux/; revision=20231
2013-06-10 04:27:15 +00:00
Ben Hutchings 89f7156b5c iio,HID: Enable IIO, HID_SENSOR_HUB and related drivers as modules (Closes: #711690)
svn path=/dists/sid/linux/; revision=20226
2013-06-10 00:31:21 +00:00
Ben Hutchings 7f0ae8117b fs: Enable F2FS_FS as module (Closes: #711342)
svn path=/dists/sid/linux/; revision=20225
2013-06-10 00:04:22 +00:00
Ben Hutchings 0b6dc8c4e7 Enable various new drivers and driver features; add to appropriate udebs
svn path=/dists/trunk/linux/; revision=20179
2013-06-02 20:39:18 +00:00
Ben Hutchings e89ab58a57 radeon: Remove obsolete DRM_RADEON_KMS config symbol; enable DRM_RADEON_UMS on powerpc
svn path=/dists/sid/linux/; revision=20156
2013-05-31 04:39:08 +00:00
Ben Hutchings bbc57703fc security: Enable SECURITY_YAMA, SECURITY_YAMA_STACKED (Closes: #704750)
svn path=/dists/sid/linux/; revision=20153
2013-05-31 04:17:50 +00:00
Ben Hutchings 0c8eb822de Enable various new drivers and driver options
svn path=/dists/sid/linux/; revision=20152
2013-05-31 04:14:16 +00:00