Commit Graph

3106 Commits

Author SHA1 Message Date
Ben Hutchings beca0a507f Reorganise common powerpc config files
powerpc/config is shared by powerpc, powerpcspe and ppc64, so move
it to kernelarch-powerpc/config where it will be automatically used
for all of them.

powerpc/config.powerpc64 is also used by ppc64, so move it to
kernelarch-powerpc/config-arch-64.

powerpcspe has only one flavour, so rename its config file to config.

svn path=/dists/trunk/linux/; revision=21265
2014-04-24 02:46:03 +00:00
Ian Campbell 5c8f84221c [armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1
svn path=/dists/trunk/linux/; revision=21258
2014-04-21 15:52:21 +00:00
Ben Hutchings da27d6543d [x86] Enable X86_INTEL_LPSS (Closes: #745331)
svn path=/dists/trunk/linux/; revision=21256
2014-04-21 12:26:09 +00:00
Ben Hutchings d37c253865 Merge install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image rules
The filename of the kernel image to be installed, and the stem of the
installed name, varies between architectures, so we define several
different rules to install it for different sets of architectures.
However the basic fact that we need to install this file in /boot does
not.

We also duplicate this name information in gencontrol.py and in
debian/config/{armel,armhf,sh4}/defines (used by buildcheck.py).

To address this:

* Define [image]install-stem and [build]image-file for each architecture
* Copy these settings to make-flags in gencontrol.py
* Copy [image]install-stem to the image-stem template variable in
  gencontrol.py
* Replace the per-architecture rules with a single rule using those
  make-flags

The per-architecture rules for ARM and PowerPC also installed DTB
and DTS files, respectively.  Include those commands in the single
rule with appropriate conditions around them.


svn path=/dists/trunk/linux/; revision=21253
2014-04-21 01:28:25 +00:00
Ben Hutchings 9b217501df Move image-file definitions from flavour to arch level
The image-file path could potentially vary between flavours but
currently doesn't.  buildcheck.py works either way.

svn path=/dists/trunk/linux/; revision=21251
2014-04-20 22:43:24 +00:00
Ben Hutchings a2e93f6c4f [rt] Update to 3.14.0-rt1 and reenable
svn path=/dists/trunk/linux/; revision=21244
2014-04-16 23:10:15 +00:00
Ben Hutchings 013ff4de45 [armhf] Enable SECURITY_APPARMOR, SECURITY_TOMOYO
These were disabled for armel in 3.2.1-1 due to size concerns, but
the armel config (now in kernelarch-arm) is shared by armhf.  Move
the overrides into a new armel-specific config.

svn path=/dists/trunk/linux/; revision=21231
2014-04-14 01:07:22 +00:00
Ben Hutchings 0206509812 [armel] Disable ixp4xx flavour (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=21230
2014-04-14 01:04:22 +00:00
Ben Hutchings a0142417c0 Fold debian/config/armel/config-tiny into config.ixp4xx
Now that iop32x is gone, only ixp4xx needs these overrides.

svn path=/dists/trunk/linux/; revision=21229
2014-04-14 00:55:58 +00:00
Ben Hutchings 41e81b2bf0 Move common ARM config symbols from armel/config to kernelarch-arm/config
It is inconsistent and potentially surprising that armhf uses
armel/config as well as armhf/config.  Move the common config into a
new kernelarch-arm directory.

While we're at it, remove some redundant lines from both files.

svn path=/dists/trunk/linux/; revision=21221
2014-04-09 03:00:10 +00:00
Ben Hutchings a254073717 drm: Enable DRM_LOAD_EDID_FIRMWARE (Closes: #728275)
svn path=/dists/trunk/linux/; revision=21220
2014-04-09 02:32:45 +00:00
Ben Hutchings 15b4337dc4 mtd: Enable MTD_NAND_ECC_BCH (Closes: #743933)
svn path=/dists/trunk/linux/; revision=21219
2014-04-09 02:28:06 +00:00
Ben Hutchings 11de119c8a Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21218
2014-04-09 02:02:22 +00:00
Ben Hutchings 7e9dbb11ba Explicitly disable CONFIG_SENSORS_IT87 by default and remove redundant disabling in flavour/arch configurations
svn path=/dists/trunk/linux/; revision=21217
2014-04-08 19:36:23 +00:00
Ben Hutchings 5347f986e5 Remove redundant disabling of CONFIG_MTD_NAND_ECC_SMC in flavour configurations
svn path=/dists/trunk/linux/; revision=21216
2014-04-08 19:32:49 +00:00
Ben Hutchings 40bb5a4cb2 Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21214
2014-04-08 01:54:46 +00:00
Ben Hutchings 5bf2cce65f Set ABI name to 3.14-trunk
svn path=/dists/trunk/linux/; revision=21201
2014-03-31 12:14:15 +00:00
Ben Hutchings 8144eb1409 nftables: Enable various layer 3 protocol modules (Closes: #742763)
svn path=/dists/trunk/linux/; revision=21196
2014-03-28 00:22:33 +00:00
Ben Hutchings d2294cfc0c Explicitly set default values for various config symbols
svn path=/dists/trunk/linux/; revision=21130
2014-03-07 03:36:23 +00:00
Ben Hutchings 4d8500fb95 Update config for renaming and splitting of various symbols
CONFIG_IP6_NF_MATCH_HL was replaced by CONFIG_NETFILTER_XT_MATCH_HL
(years ago!) but kept around for compatibility.  Set the latter
directly.

Similarly for CONFIG_IP6_NF_TARGET_HL and CONFIG_NETFILTER_XT_TARGET_HL
(which we already explicitly set).

CONFIG_NETPRIO_CGROUP was renamed to CONFIG_CGROUP_NET_PRIO with
no such care for compatibility.

CONFIG_VIDEO_EM28XX was split with some code now dependent on
CONFIG_VIDEO_EM28XX_V4L2 which doesn't default to y.

svn path=/dists/trunk/linux/; revision=21129
2014-03-07 03:06:53 +00:00
Ben Hutchings 80205fe93b Enable various new drivers and features
svn path=/dists/trunk/linux/; revision=21128
2014-03-07 02:58:35 +00:00
Ben Hutchings 6bb5bc0691 mm: Enable ZSMALLOC as built-in, ZRAM as module (Closes: #676779)
These have been promoted out of staging so hopefully they're really
portable now.

Keep them disabled on armel/{ixp4xx,orion5x} due to size constraints.

svn path=/dists/trunk/linux/; revision=21127
2014-03-07 02:14:00 +00:00
Ben Hutchings b43f3e5e31 [x86] Enable CHROME_PLATFORMS and re-enable CHROMEOS_LAPTOP as module (Closes: #740042)
svn path=/dists/sid/linux/; revision=21112
2014-02-25 14:28:57 +00:00
Ben Hutchings f9344cb5f5 [powerpc] Change I2C_POWERMAC from module to built-in (Closes: #713943)
svn path=/dists/sid/linux/; revision=21110
2014-02-24 00:14:40 +00:00
Ben Hutchings 5635cc36b1 Merge changes from sid (3.12) branch up to 3.12.9-1
Rebase the xhci revert on top of the new (and apparently incomplete)
fixes.

svn path=/dists/sid/linux/; revision=21108
2014-02-23 23:51:53 +00:00
Ben Hutchings 8195ecfc86 [armhf] net/wireless: Really enable WL_TI and dependent modules
svn path=/dists/sid/linux/; revision=21083
2014-02-22 19:22:55 +00:00
Ben Hutchings 2322a92acb Set ABI to 1
svn path=/dists/sid/linux/; revision=21056
2014-02-22 11:54:53 +00:00
Ben Hutchings a859dec005 [hppa] Update configuration, thanks to Helge Deller (Closes: #738487)
svn path=/dists/trunk/linux/; revision=21049
2014-02-18 12:37:46 +00:00
Ben Hutchings ebb5e47063 [x86] Enable I2C_DESIGNWARE_PLATFORM as module (Closes: #737163)
svn path=/dists/trunk/linux/; revision=21014
2014-02-02 00:48:10 +00:00
Ben Hutchings 9376ffa8a6 [x86] Enable R8188EU as module, 88EU_AP_MODE and 88EU_P2P (Closes: #736905)
svn path=/dists/trunk/linux/; revision=21007
2014-01-31 14:22:26 +00:00
Ben Hutchings df5dd324d0 [arm] Disable OABI_COMPAT and enable AUDITSYSCALL (except for armel/{ixp4xx,orion5x}) (Closes: #728975, #736843)
svn path=/dists/trunk/linux/; revision=21001
2014-01-27 15:27:35 +00:00
Ben Hutchings e26394fab0 [x86] Enable POWERCAP, INTEL_RAPL as module (Closes: #736399)
svn path=/dists/trunk/linux/; revision=20997
2014-01-23 15:06:59 +00:00
Ben Hutchings 04aa0d4809 Merge changes from sid up to 3.12.8-1
svn path=/dists/trunk/linux/; revision=20985
2014-01-20 03:07:26 +00:00
Ben Hutchings c636b3268f [x86] brcm80211: Enable BRCMFMAC as module, and BRCMFMAC_SDIO (Closes: #735245)
svn path=/dists/sid/linux/; revision=20981
2014-01-19 19:20:02 +00:00
Ben Hutchings cd02f5a790 media: Enable VIDEO_STK1160_COMMON (new dependency of VIDEO_STK1160) as module (Closes: #735870)
svn path=/dists/sid/linux/; revision=20980
2014-01-19 19:10:33 +00:00
Ben Hutchings 075e70a829 Fix/ignore some more ABI-breaking changes
svn path=/dists/sid/linux/; revision=20976
2014-01-16 08:15:38 +00:00
Ben Hutchings 0cbb2e9789 Update to 3.12.7
Drop one patch that went upstream and refresh the aufs and rt patches.

Work around or ignore various ABI changes as appropriate (not yet
tested whether this covers everything).

svn path=/dists/sid/linux/; revision=20974
2014-01-15 02:20:15 +00:00
Ben Hutchings 2e06c068d6 [armel] Remove iop32x flavour (fixes FTBFS)
I'm not about to fix it again, and no-one else seems to care for this
flavour any more.

svn path=/dists/trunk/linux/; revision=20972
2014-01-11 02:48:38 +00:00
Aurelien Jarno ec9f60f231 Explicitly unset RAPIDIO like on mips.
svn path=/dists/trunk/linux/; revision=20967
2014-01-08 00:00:49 +00:00
Aurelien Jarno f5a95298e8 [mipsel] Enable KEXEC like on mips.
svn path=/dists/trunk/linux/; revision=20966
2014-01-07 23:53:07 +00:00
Ben Hutchings 2a4321bb7f crypto: Enable more processor-specific algorithms and drivers
svn path=/dists/sid/linux/; revision=20960
2014-01-07 03:31:32 +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 48b08bdd46 [hppa/parisc64-smp] Disable MLONGCALLS (Closes: #733897)
svn path=/dists/trunk/linux/; revision=20948
2014-01-02 01:55:57 +00:00
Ben Hutchings 948f24ee82 [hppa] Update configuration, thanks to Helge Deller (Closes: #733895)
svn path=/dists/sid/linux/; revision=20947
2014-01-02 01:53:55 +00:00
Ben Hutchings d65986a852 misc: Disable BMP085_I2C as unlikely to be useful
svn path=/dists/trunk/linux/; revision=20939
2013-12-30 01:28:33 +00:00
Ben Hutchings 05f05d0b6f nfc: Disable NFC_NCI as no enabled drivers need it
svn path=/dists/trunk/linux/; revision=20938
2013-12-30 01:27:55 +00:00
Ben Hutchings 82747ffa61 net/sched: Change NET_CLS_CGROUP from built-in to module
svn path=/dists/trunk/linux/; revision=20937
2013-12-30 01:26:04 +00:00
Ben Hutchings 43954a354f Remove obsolete CONFIG_NETFILTER_TPROXY
svn path=/dists/trunk/linux/; revision=20936
2013-12-30 01:24:19 +00:00
Ben Hutchings 7515c3d6df Enable a large number of new(ish) config symbols
svn path=/dists/trunk/linux/; revision=20935
2013-12-30 01:23:52 +00:00
Ben Hutchings 9037083f36 Enable NETFILTER_XT_TARGET_HL directly, not the obsolete IP_NF_TARGET_TTL symbol
svn path=/dists/trunk/linux/; revision=20934
2013-12-30 00:56:53 +00:00