Commit Graph

91 Commits

Author SHA1 Message Date
Bastian Blank 895585e136 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=21671
2014-08-03 19:05:53 +00:00
Ben Hutchings 55480603b6 [m68k] block: Change IOSCHED_CFQ to built-in and make it the default I/O scheduler, consistent with other architectures
svn path=/dists/sid/linux/; revision=21526
2014-07-11 16:46:28 +00:00
Ben Hutchings f219afd5aa [m68k] Enable EARLY_PRINTK (Closes: #734289)
svn path=/dists/sid/linux/; revision=20956
2014-01-05 18:37:51 +00:00
Ben Hutchings e6e8404b08 Enable EXPERT and adjust config files to avoid consequent changes
1. Reset or remove values for config symbols that were only
   configurable if EXPERT.
2. Set additional configurable symbols to their default values.

This should have no effect on the actual configuration, except for
sh4 where EXPERT is *always* set and so the settings in 1 were
still being followed.

svn path=/dists/trunk/linux/; revision=20825
2013-11-27 07:39:11 +00:00
Ben Hutchings 45461d5355 Update m68k config (Closes: #728392)
svn path=/dists/trunk/linux/; revision=20798
2013-11-21 01:14:34 +00:00
Bastian Blank df14044f37 debian/config/m68k/config: Remove weird options.
svn path=/dists/trunk/linux/; revision=20624
2013-09-13 22:45:31 +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 02c23408ec Remove m68k configuration of symbols that aren't included
Apparently no m68k platform has configurable HZ, cpufreq or system
power management support.  The corresponding Kconfig files are not
included from arch/m68k/Kconfig, and there is no point in setting
their symbols.

svn path=/dists/trunk/linux/; revision=20605
2013-09-11 03:28:53 +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 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 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 b19bc34f32 Update m68k configs (Closes: #717689)
From: Thorsten Glaser <tg@mirbsd.de>

- disable some functionality due to size constraints
- switch to using initrd
- drop all flavours; build a generic image that runs on
  multiple subarchitectores (old Amiga, Atari, Macintosh tested;
  old BVME6000, MVME147, MVME16x, new Apollo, Q40/Q60 untested)
- use gcc-4.8
- add patch to make Atari EtherNAT actually selectable


svn path=/dists/sid/linux/; revision=20413
2013-07-27 22:49:11 +00:00
Ben Hutchings d5ac75ce5d wanrouter: Disable as broken and unused
Since Linux 2.6.29, this subsystem would crash if anyone tried to use
it, but no-one noticed.  It will be removed upstream in Linux 3.9.

svn path=/dists/trunk/linux/; revision=19835
2013-02-21 04:52:25 +00:00
Ben Hutchings f56a70f3a6 Update config selections for 3.8
All Atheros wireless drivers depend on a new symbol ATH_CARDS.

Two comedi drivers were merged into others and no longer have their
own config symbols.

drivers/staging/telephony has been removed.

svn path=/dists/trunk/linux/; revision=19832
2013-02-21 03:11:37 +00:00
Bastian Blank 266bcfd62a * debian/config/m68k, debian/config/sh4: Remove filesystem overrides.
* debian/config/mips: Remove noops.

svn path=/dists/trunk/linux/; revision=19536
2012-11-25 14:16:05 +00:00
Bastian Blank b642332a4a debian/config/m68k/config: Remove BRIDGE override.
svn path=/dists/trunk/linux/; revision=19522
2012-11-24 17:01:34 +00:00
Bastian Blank 22adf879f4 debian/config: Automatically reorder config.
svn path=/dists/trunk/linux/; revision=19410
2012-10-04 19:22:36 +00:00
Bastian Blank e220536a0f [m68k] Use ext4 for all ext-variants
* debian/changelog: Update.
* debian/config/m68k/config
  - Disable EXT2_FS and EXT3_FS.
  - Set EXT4_FS and EXT4_USE_FOR_EXT23.

svn path=/dists/sid/linux-2.6/; revision=18735
2012-02-25 18:27:07 +00:00
Bastian Blank 0ee073b19e debian/config/m68k, debian/config/sh4: Remove several overrides.
svn path=/dists/sid/linux-2.6/; revision=18734
2012-02-23 00:04:35 +00:00
Bastian Blank 51b6ebfc37 Don't built-in cramfs support.
* debian/changelog: Update.
* debian/config: Remove CRAMFS overrides.

svn path=/dists/sid/linux-2.6/; revision=18731
2012-02-22 23:22:19 +00:00
Bastian Blank f8578d6a8c Don't built-in ramdisk support.
* debian/changelog: Update.
* debian/config: Remove BLK_DEV_RAM and BLK_DEV_RAM_COUNT overrides.

svn path=/dists/sid/linux-2.6/; revision=18730
2012-02-22 23:18:35 +00:00
Bastian Blank 9f46a036c1 debian/config: Automatically reorder config.
svn path=/dists/trunk/linux-2.6/; revision=18454
2012-01-06 14:40:22 +00:00
Maximilian Attems 6b6db1081a update config to 3.0
arm guys may want to check their configs.

svn path=/dists/trunk/linux-2.6/; revision=17656
2011-06-14 12:13:56 +00:00
Maximilian Attems b46761028a EXT4DEV_FS gone long ago
and no point to override on arch basis

svn path=/dists/trunk/linux-2.6/; revision=17368
2011-05-09 16:52:42 +00:00
Maximilian Attems 42793f8a18 update config to 2.6.39-rc6
svn path=/dists/trunk/linux-2.6/; revision=17327
2011-05-09 12:25:32 +00:00
Bastian Blank 7f5e7db196 Merge /dists/squeeze/linux-2.6 (2.6.32-30).
svn path=/dists/trunk/linux-2.6/; revision=16903
2011-02-16 17:06:01 +00:00
Ben Hutchings 2244987c29 Disable Econet protocol
svn path=/dists/trunk/linux-2.6/; revision=16566
2010-11-19 04:27:34 +00:00
Ben Hutchings df58d3cae5 Disable X.25 protocol and related drivers
svn path=/dists/trunk/linux-2.6/; revision=16565
2010-11-19 04:16:32 +00:00
Bastian Blank 9f92eae041 * debian/changelog: Update.
* debian/config: Disable ISDN_I4L and related options.

svn path=/dists/sid/linux-2.6/; revision=15872
2010-06-14 14:40:28 +00:00
Bastian Blank 810a059811 debian/config: Centralize SCSI_DEBUG.
svn path=/dists/trunk/linux-2.6/; revision=14996
2010-01-25 14:50:18 +00:00
Bastian Blank 35f3719166 debian/config/m68k: Remove overrides.
svn path=/dists/trunk/linux-2.6/; revision=14995
2010-01-25 14:43:22 +00:00
Bastian Blank e6bbc19254 debian/config/alpha, debian/config/armel, debian/config/m68k,
debian/config/mips, debian/config/mipsel: Remove duplicated options.

svn path=/dists/trunk/linux-2.6/; revision=14745
2009-12-06 19:57:07 +00:00
Bastian Blank ce6d00ae52 * debian/changelog: Update.
* debian/config: Set DUMMY.

svn path=/dists/trunk/linux-2.6/; revision=14734
2009-12-04 17:41:15 +00:00
Bastian Blank 7856d5ca24 debian/config/m68k/config: Remove duplicated option.
svn path=/dists/trunk/linux-2.6/; revision=14509
2009-10-29 21:08:06 +00:00
Bastian Blank 4f7ca7019c debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=14435
2009-10-23 16:26:40 +00:00
Bastian Blank 8e1bb416a5 * debian/changelog: Update.
* debian/config: Always enable NETCONSOLE.

svn path=/dists/trunk/linux-2.6/; revision=13778
2009-06-10 22:05:48 +00:00
Bastian Blank 2addd9ca6a debian/config: Centralize Input device support.
svn path=/dists/trunk/linux-2.6/; revision=13770
2009-06-10 11:47:08 +00:00
Bastian Blank 96376b17da debian/config: Unset non-standard log buffer sizes.
svn path=/dists/trunk/linux-2.6/; revision=13768
2009-06-10 11:32:00 +00:00
Maximilian Attems 91a063f395 centralize more debug options
DEBUG_SPINLOCK_SLEEP, DEBUG_KOBJECT, DEBUG_INFO, FRAME_POINTER,
FAULT_INJECTION and LATENCYTOP.

svn path=/dists/trunk/linux-2.6/; revision=13179
2009-03-20 11:43:19 +00:00
Maximilian Attems 49cadb9816 centralize DEBUG_SPINLOCK
svn path=/dists/trunk/linux-2.6/; revision=13177
2009-03-20 11:43:13 +00:00
Maximilian Attems dae61a1f36 centralize DEBUG_SLAB setting
seen unset on powerpc for example.

svn path=/dists/trunk/linux-2.6/; revision=13176
2009-03-20 11:43:09 +00:00
Bastian Blank ab3b8ebf1c debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=13090
2009-03-11 15:16:07 +00:00
Maximilian Attems 3a4a897d90 topconfig centralize ATALK
add the missing definitions to topconfig and thus nuke dupes.

Reported-by: Martin Michlmayr <tbm@cyrius.com>

svn path=/dists/trunk/linux-2.6/; revision=13047
2009-03-09 09:59:21 +00:00
Bastian Blank aa84751e04 debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=11832
2008-07-14 05:32:53 +00:00
Bastian Blank 3fcebca33c Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=11829
2008-07-14 05:20:54 +00:00
Bastian Blank ada8878033 debian/config/hppa/config, debian/config/m68k/config, debian/config/mips,
debian/config/mipsel: Mark option.

svn path=/dists/trunk/linux-2.6/; revision=11572
2008-06-07 20:52:34 +00:00
Bastian Blank 36b82cf9c7 debian/config: Remove duplicated core settings.
svn path=/dists/trunk/linux-2.6/; revision=11566
2008-06-07 20:32:36 +00:00