21 Jan, 2011
1 commit
-
The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
is used to configure any non-standard kernel with a much larger scope than
only small devices.This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
references to the option throughout the kernel. A new CONFIG_EMBEDDED
option is added that automatically selects CONFIG_EXPERT when enabled and
can be used in the future to isolate options that should only be
considered for embedded systems (RISC architectures, SLOB, etc).Calling the option "EXPERT" more accurately represents its intention: only
expert users who understand the impact of the configuration changes they
are making should enable it.Reviewed-by: Ingo Molnar
Acked-by: David Woodhouse
Signed-off-by: David Rientjes
Cc: Greg KH
Cc: "David S. Miller"
Cc: Jens Axboe
Cc: Arnd Bergmann
Cc: Robin Holt
Cc:
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
09 Aug, 2010
1 commit
-
This trims all our defconfigs using make savedefconfig
Signed-off-by: Benjamin Herrenschmidt
20 Apr, 2010
2 commits
-
Signed-off-by: Kumar Gala
-
a recent fc11 udev update on an 83xx board made root console login
disappear:Updating : udev-141-8.fc11.ppc 32/83
udev: starting version 141
udev: deprecated sysfs layout; update the kernel or disable CONFIG_SYSFS_DEPRECATED;
some udev features will not work correctlyand sure enough, turning off SYSFS_DEPRECATED brings the login prompt back.
Signed-off-by: Kim Phillips
Signed-off-by: Kumar Gala
06 Jan, 2010
1 commit
-
Signed-off-by: Kumar Gala
05 Nov, 2009
1 commit
-
Updated mpc85xx_{smp_}defconfig to enable:
* XES_MPC85xx board
* PCI MSI
* RapidIOSigned-off-by: Kumar Gala
30 Jul, 2009
1 commit
-
Signed-off-by: Kumar Gala
14 May, 2009
1 commit
-
Signed-off-by: Kumar Gala
27 Jan, 2009
1 commit
-
Signed-off-by: Kumar Gala
09 Nov, 2008
1 commit
-
unset CONFIG_PCI_LEGACY in the defconfigs as none of them enable
ISDN drivers which seem to be the only place we are using pci_find_deviceSigned-off-by: Kumar Gala
14 Oct, 2008
1 commit
-
Because CHRP and PMAC are by default enabled, several non-CHRP and non-PMAC
PowerPC defconfigs will have these Kconfig options set erroneously.Signed-off-by: Timur Tabi
Signed-off-by: Kumar Gala
07 Oct, 2008
1 commit
-
Fix various defconfigs for Freescale chip based boards to remove
CONFIG_PPC_PMAC or CONFIG_PPC_CHRP which crept in due to those
being default ySigned-off-by: Timur Tabi
Signed-off-by: Benjamin Herrenschmidt
21 Aug, 2008
1 commit
-
Since we are updated defconfigs I went ahead and moved the
asp8347_defconfig under 83xx/ and the mpc8536_ds_defconfig under
85xx/ as that is where they should have been to start with.Signed-off-by: Kumar Gala
09 Jun, 2008
1 commit
-
Signed-off-by: Kumar Gala
24 Mar, 2008
1 commit
-
Signed-off-by: Kumar Gala
14 Dec, 2007
1 commit
-
This was recently made configurable, and needs to be set for these boards.
Signed-off-by: Scott Wood
Signed-off-by: Kumar Gala
06 Dec, 2007
1 commit
-
This updates all the defconfigs in arch/powerpc/configs except iseries
and ps3, which were updated by the preceding commits.This mostly takes the defaults, except that I turned on tickless idle
and high-resolution timers for everything, and turned off instrumentation
support and "Fair group CPU scheduler" for the smaller/embedded platforms.Signed-off-by: Paul Mackerras
17 Oct, 2007
1 commit
-
When checking out the new NO_HZ support in powerpc, I noticed we never
slept for more than 2 seconds. It turns out SLAB has a 2 second per cpu
timer that causes this.After switching to SLUB I see some nice 4 second sleeps which is the
limit on this POWER6 box (the decrementer ticks at 512MHz):slept 4.19 sec
slept 4.19 sec
slept 4.19 sec
slept 4.19 sec
slept 3.96 sec
slept 3.80 sec
slept 2.99 secSince SLUB is now the default and some powerpc defconfigs already enable
it, lets enable SLUB across the board for consistency. While doing this
I also noticed that the maple defconfig has SLAB debugging enabled which
is sure to make your box nice and slow. Fix that too.Signed-off-by: Anton Blanchard
Signed-off-by: Paul Mackerras
05 Oct, 2007
1 commit
-
1. PCI and reset are factored out into pq2.c. I renamed them from m82xx
to pq2 because they won't work on the Integrated Host Processor line of
82xx chips (i.e. 8240, 8245, and such).2. The PCI PIC, which is nominally board-specific, is used on multiple
boards, and thus is used into pq2ads-pci-pic.c.3. The new CPM binding is used.
4. General cleanup.
Signed-off-by: Scott Wood
Signed-off-by: Kumar Gala
30 Aug, 2007
1 commit
-
Signed-off-by: Kumar Gala
02 Jul, 2007
1 commit
-
Signed-off-by: Kumar Gala
07 Feb, 2007
1 commit
-
Default config file for mpc8272ads (powerpc port).Though relevant bits went
in, it is required to keep proper default configuration for the target,
which seems to be missed initially.Signed-off-by: Vitaly Bordug
Signed-off-by: Paul Mackerras