- Jan 21, 2011
-
-
David Rientjes authored
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 <mingo@elte.hu> Acked-by:
David Woodhouse <david.woodhouse@intel.com> Signed-off-by:
David Rientjes <rientjes@google.com> Cc: Greg KH <gregkh@suse.de> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jens Axboe <axboe@kernel.dk> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Robin Holt <holt@sgi.com> Cc: <linux-arch@vger.kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- Jun 10, 2010
-
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- Dec 18, 2009
-
-
Russell King authored
26-bit ARM support was removed a long time ago, and this symbol has been defined to be 'y' ever since. As it's never disabled anymore, we can kill it without any side effects. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Nov 27, 2009
-
-
Saeed Bishara authored
Signed-off-by:
Saeed Bishara <saeed@marvell.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
Lennert Buytenhek authored
Support for the Tauros2 L2 cache controller as used with the PJ1 and PJ4 CPUs. Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com> Signed-off-by:
Saeed Bishara <saeed@marvell.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
Saeed Bishara authored
The Marvell Dove (88AP510) is a high-performance, highly integrated, low power SoC with high-end ARM-compatible processor (known as PJ4), graphics processing unit, high-definition video decoding acceleration hardware, and a broad range of peripherals. Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com> Signed-off-by:
Saeed Bishara <saeed@marvell.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Nov 08, 2009
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Aug 24, 2009
-
-
John Holland authored
Initialize PCI/PCIe on the QNAP TS-119, TS-219 and TS-219P hardware allowing the use of the discrete eSATA controller connected to the PCIe bus in the TS-219P. Signed-off-by:
John Holland <john.holland@cellent-fs.de> Tested-by:
Thomas Reitmayr <treitmayr@devbase.at> Signed-off-by:
Martin Michlmayr <tbm@cyrius.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Jun 08, 2009
-
-
Lennert Buytenhek authored
Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-
Rabeeh Khoury authored
The patch adds support for Kirkwood cpu idle. Two idle states are defined: 1. Wait-for-interrupt (replacing default kirkwood wfi) 2. Wait-for-interrupt and DDR self refresh Signed-off-by:
Rabeeh Khoury <rabeeh@marvell.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- May 05, 2009
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Mar 23, 2009
-
-
Martin Michlmayr authored
Add support for the QNAP TS-119 and TS-219 Turbo NAS devices. Signed-off-by:
Martin Michlmayr <tbm@cyrius.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Mar 16, 2009
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Jan 26, 2009
-
-
Jean Delvare authored
Now that all EEPROM drivers live in the same place, let's harmonize their symbol names. Also fix eeprom's dependencies, it definitely needs sysfs, and is no longer experimental after many years in the kernel tree. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Wolfram Sang <w.sang@pengutronix.de> Cc: David Brownell <dbrownell@users.sourceforge.net>
-
- Dec 11, 2008
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Jun 22, 2008
-
-
Saeed Bishara authored
Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nico@marvell.com> Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com>
-
- Mar 27, 2008
-
-
Lennert Buytenhek authored
Do a global s/orion/orion5x/ of the Orion 5x-specific bits (i.e. not the plat-orion bits.) Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com> Reviewed-by:
Tzachi Perelstein <tzachi@marvell.com> Acked-by:
Saeed Bishara <saeed@marvell.com> Acked-by:
Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Feb 08, 2008
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Jan 26, 2008
-
-
Byron Bradley authored
This patch adds support for the Orion/MV88F5182 based QNAP TS-109/TS-209 NAS device. The driver for the S-35390A RTC chip on this board has been submitted to LKML separately. Signed-off-by:
Byron Bradley <byron.bbradley@gmail.com> Tested-by:
Oyvind Repvik <repvik@kynisk.com> Tested-by:
Tim Ellis <timtimred@foonas.org> Tested-by:
Herbert Valerio Riedel <hvr@gnu.org> Acked-by:
Tzachi Perelstein <tzachi@marvell.com>
-
Martin Michlmayr authored
The D-Link DNS-323 uses a M41T80 RTC chip, so enable this driver in the Orion defconfig. Signed-off-by:
Martin Michlmayr <tbm@cyrius.com> Cc: Herbert Valerio Riedel <hvr@gnu.org> Acked-by:
Nicolas Pitre <nico@marvell.com> Acked-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Tzachi Perelstein authored
Basic selections for Orion machines Signed-off-by:
Tzachi Perelstein <tzachi@marvell.com> Signed-off-by:
Nicolas Pitre <nico@cam.org> Acked-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Dan Williams authored
* iop13xx, iop33x, iop32x: re-enable the IOP_ADMA driver by default * iop32x: enable RS5C372 and RTC_CLASS support Signed-off-by:
Dan Williams <dan.j.williams@intel.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Aug 04, 2007
-
-
Dan Williams authored
With the availability of the iop-adma driver iop platforms can now use their offload engines for md-raid5 (copy+xor) and net-dma (tcp receive copy) offload. Cc: Lennert Buytenhek <kernel@wantstofly.org> Signed-off-by:
Dan Williams <dan.j.williams@intel.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Dec 19, 2006
-
-
Lennert Buytenhek authored
Update the ep93xx, iop13xx, iop32x, iop33x, ixp2000, ixp23xx, lpd270 and onearm defconfigs to 2.6.20-rc1. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Nov 30, 2006
-
-
Russell King authored
DEBUG_WAITQ appears to have been removed by others, but no one removed the configuration option from ARM. Remote it from both Kconfig.debug and all default configurations. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Sep 25, 2006
-
-
Lennert Buytenhek authored
Add support for the IO-Data GLAN Tank, from Martin Michlmayr. Signed-off-by:
Martin Michlmayr <tbm@cyrius.com> Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Lennert Buytenhek authored
Add support for the Thecus n2100 (80219-based.) Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Lennert Buytenhek authored
Add one defconfig for all iop32x boards and one defconfig for all iop33x boards. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jul 11, 2006
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Apr 20, 2006
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Mar 22, 2006
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek Unify the five existing ixp2000 defconfigs into one defconfig. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Feb 08, 2006
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek Most ixp2000 boards don't actually work if pci=firmware isn't used, so the defconfig isn't really the right place to specify this. Instead of specifying it in the defconfigs, make the relevant board code take care of setting pci=firmware. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Deepak Saxena <dsaxena@plexity.net> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jan 09, 2006
-
-
Russell King authored
EPXA10DB has gone, no need to keep the symbol in the defconfigs. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Nov 11, 2005
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek Update the ixp2000 defconfigs to 2.6.14-git13. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Oct 30, 2005
-
-
Deepak Saxena authored
IXDP2[48]00 have only 1 UART on the board. Signed-off-by:
Deepak Saxena <dsaxena@plexity.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Sep 15, 2005
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek It's silly to have I2C enabled in all ixp2000 defconfigs but not to have the ixp2000 bus driver enabled in any of them. This patch enables CONFIG_I2C_IXP2000 for all in-tree ixp2000 boards. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Deepak Saxena <dsaxena@plexity.net> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Deepak Saxena <dsaxena@plexity.net> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jul 10, 2005
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek Update the ixp2000 defconfigs from 2.6.12-git6 to 2.6.13-rc2. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jun 25, 2005
-
-
Lennert Buytenhek authored
Patch from Lennert Buytenhek The later ixp2000 models don't need the PCI I/O workaround that we currently perform. Add a config option to disable the workaround, and panic on boot if a kernel without the workaround is booted on a buggy chip. As only pre-production ixp2000s need the workaround, the default is for it not to be configured in. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Deepak Saxena Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-