]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] "tiny-make-id16-support-optional" fixes
authorAdrian Bunk <bunk@stusta.de>
Tue, 10 Jan 2006 04:51:26 +0000 (20:51 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:23 +0000 (08:01 -0800)
commit8774742a65a35deb48c156f909c4fcc93cfe9bb3
tree10dff065667d56f680315dfeb93c506aa65e101b
parentc3b9938f7190778c2b74a1e1ce7f723cd77977a3
[PATCH] "tiny-make-id16-support-optional" fixes

It seems the "make UID16 support optional" patch was checked when it
edited the -tiny tree some time ago, but it wasn't checked whether it
still matches the current situation when it was submitted for inclusion
in -mm. This patch fixes the following bugs:
- ARCH_S390X does no longer exist, nowadays this has to be expressed
  through (S390 && 64BIT)
- in five architecture specific Kconfig files the UID16 options
  weren't removed

Additionally, it changes the fragile negative dependencies of UID16 to
positive dependencies (new architectures are more likely to not require
UID16 support).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/frv/Kconfig
arch/m32r/Kconfig
arch/s390/Kconfig
arch/sh64/Kconfig
arch/xtensa/Kconfig
init/Kconfig