diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-01-28 08:21:30 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:21:30 -0500 |
commit | c00d4ffdbace1bdc9fdd888e4ba6d207ffa3b679 (patch) | |
tree | 2c9ddd5ae9cd899758b0785d4c7eb4bc200d66df /arch/arm/Kconfig | |
parent | d0d42df2a440003d96c8bf29991c2afb691ef720 (diff) | |
parent | 8f86dda3ed8f05748f2351ae967926227a91ca2a (diff) |
Merge branch 'orion' into devel
* orion: (26 commits)
[ARM] Orion: implement power-off method for QNAP TS-109/209
[ARM] Orion: add support for QNAP TS-109/TS-209
[ARM] Orion: I2C support
[I2C] i2c-mv64xxx: Don't set i2c_adapter.retries
[I2C] Split mv643xx I2C platform support
[ARM] Orion: enable CONFIG_RTC_DRV_M41T80 for D-Link DNS-323
[ARM] Orion defconfig
[ARM] Orion: add support for Orion/MV88F5181 based D-Link DNS-323
[ARM] Orion: MV88F5181 support bits
[ARM] Orion: Buffalo/Revogear Kurobox Pro support
[ARM] OrionNAS RD board support
[ARM] Orion: support for Marvell Orion-2 (88F5281) Development Board
[ARM] Orion: common platform setup for Gigabit Ethernet port
[ARM] Orion: platform device registration for UART, USB and NAND
[ARM] Orion: system timer support
[ARM] Orion edge GPIO IRQ support
[ARM] Orion: IRQ support
[ARM] Orion: provide GPIO method for enabling hardware assisted blinking
[ARM] Orion: GPIO support
[ARM] Orion: programable address map support
...
Conflicts:
arch/arm/Kconfig
arch/arm/Makefile
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e53b0ed9d00a..6835a4c8affa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -334,6 +334,16 @@ config ARCH_MXC | |||
334 | help | 334 | help |
335 | Support for Freescale MXC/iMX-based family of processors | 335 | Support for Freescale MXC/iMX-based family of processors |
336 | 336 | ||
337 | config ARCH_ORION | ||
338 | bool "Marvell Orion" | ||
339 | depends on MMU | ||
340 | select PCI | ||
341 | select GENERIC_GPIO | ||
342 | select GENERIC_TIME | ||
343 | select GENERIC_CLOCKEVENTS | ||
344 | help | ||
345 | Support for Marvell Orion System on Chip family. | ||
346 | |||
337 | config ARCH_PNX4008 | 347 | config ARCH_PNX4008 |
338 | bool "Philips Nexperia PNX4008 Mobile" | 348 | bool "Philips Nexperia PNX4008 Mobile" |
339 | help | 349 | help |
@@ -454,6 +464,8 @@ source "arch/arm/mach-omap1/Kconfig" | |||
454 | 464 | ||
455 | source "arch/arm/mach-omap2/Kconfig" | 465 | source "arch/arm/mach-omap2/Kconfig" |
456 | 466 | ||
467 | source "arch/arm/mach-orion/Kconfig" | ||
468 | |||
457 | source "arch/arm/plat-s3c24xx/Kconfig" | 469 | source "arch/arm/plat-s3c24xx/Kconfig" |
458 | source "arch/arm/plat-s3c/Kconfig" | 470 | source "arch/arm/plat-s3c/Kconfig" |
459 | 471 | ||
@@ -732,7 +744,7 @@ config LEDS | |||
732 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 744 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
733 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | 745 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
734 | ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \ | 746 | ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \ |
735 | ARCH_KS8695 | 747 | ARCH_KS8695 || MACH_RD88F5182 |
736 | help | 748 | help |
737 | If you say Y here, the LEDs on your machine will be used | 749 | If you say Y here, the LEDs on your machine will be used |
738 | to provide useful information about your current system status. | 750 | to provide useful information about your current system status. |
@@ -967,7 +979,7 @@ config FPE_FASTFPE | |||
967 | 979 | ||
968 | config VFP | 980 | config VFP |
969 | bool "VFP-format floating point maths" | 981 | bool "VFP-format floating point maths" |
970 | depends on CPU_V6 || CPU_ARM926T || CPU_V7 | 982 | depends on CPU_V6 || CPU_ARM926T || CPU_V7 || CPU_FEROCEON |
971 | help | 983 | help |
972 | Say Y to include VFP support code in the kernel. This is needed | 984 | Say Y to include VFP support code in the kernel. This is needed |
973 | if your hardware includes a VFP unit. | 985 | if your hardware includes a VFP unit. |