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
15 Jun, 2010
1 commit
-
Acked-by: Grant Likely
On 5 May 2010 21:33, "Anton Blanchard" wrote:
CONFIG_SYSFS_DEPRECATED can cause issues with newer distros and should not
be required for any distro in the last 3 or 4 years, so disable it.Signed-off-by: Anton Blanchard
Signed-off-by: Benjamin Herrenschmidt
20 Apr, 2010
1 commit
-
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
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
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
05 Oct, 2007
1 commit
-
This board is also resold by Freescale under the names
"QUICCStart MPC885 Evaluation System" and "CWH-PPC-885XN-VE".Signed-off-by: Scott Wood
Signed-off-by: Kumar Gala