diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-02-18 06:27:07 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-18 06:27:07 -0500 |
commit | 8213084125eed3c5efbc5e13739b93dfedb88590 (patch) | |
tree | b98d91de82a4a39a47c6031832271341ecf5e8e0 /arch/arm/Kconfig | |
parent | 66822b2eef8de9fe3ec9fa837386817565dbe690 (diff) | |
parent | b77bfa84c419e3ec8b8e3fd4b4579e5761b7c943 (diff) |
Merge NetSilicon NS93xx tree
Fixed conflicts:
arch/arm/Makefile
arch/arm/mm/Kconfig
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 195650935c78..8136d32cd78f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -271,6 +271,14 @@ config ARCH_L7200 | |||
271 | If you have any questions or comments about the Linux kernel port | 271 | If you have any questions or comments about the Linux kernel port |
272 | to this board, send e-mail to <sjhill@cotw.com>. | 272 | to this board, send e-mail to <sjhill@cotw.com>. |
273 | 273 | ||
274 | config ARCH_NS9XXX | ||
275 | bool "NetSilicon NS9xxx" | ||
276 | help | ||
277 | Say Y here if you intend to run this kernel on a NetSilicon NS9xxx | ||
278 | System. | ||
279 | |||
280 | <http://www.digi.com/products/microprocessors/index.jsp> | ||
281 | |||
274 | config ARCH_PNX4008 | 282 | config ARCH_PNX4008 |
275 | bool "Philips Nexperia PNX4008 Mobile" | 283 | bool "Philips Nexperia PNX4008 Mobile" |
276 | help | 284 | help |
@@ -391,6 +399,8 @@ source "arch/arm/mach-at91/Kconfig" | |||
391 | 399 | ||
392 | source "arch/arm/mach-netx/Kconfig" | 400 | source "arch/arm/mach-netx/Kconfig" |
393 | 401 | ||
402 | source "arch/arm/mach-ns9xxx/Kconfig" | ||
403 | |||
394 | # Definitions to make life easier | 404 | # Definitions to make life easier |
395 | config ARCH_ACORN | 405 | config ARCH_ACORN |
396 | bool | 406 | bool |