Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56341
b: refs/heads/master
c: 3b11e44
h: refs/heads/master
i:
  56339: b17f1c4
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 11, 2007
1 parent c4d6989 commit fdb55f2
Show file tree
Hide file tree
Showing 125 changed files with 498 additions and 8,514 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 641e79129a56a4c50be1aed0fa713f440b46a440
refs/heads/master: 3b11e449b3a8d9b912d80e28f62985f22a70e87f
61 changes: 23 additions & 38 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ config GENERIC_CALIBRATE_DELAY
bool
default y

config GENERIC_BUST_SPINLOCK
bool

config ARCH_MAY_HAVE_PC_FDC
bool

Expand Down Expand Up @@ -244,15 +247,6 @@ config ARCH_IMX
help
Support for Motorola's i.MX family of processors (MX1, MXL).

config ARCH_IOP13XX
bool "IOP13xx-based"
depends on MMU
select PLAT_IOP
select PCI
select ARCH_SUPPORTS_MSI
help
Support for Intel's IOP13XX (XScale) family of processors.

config ARCH_IOP32X
bool "IOP32x-based"
depends on MMU
Expand All @@ -270,12 +264,22 @@ config ARCH_IOP33X
help
Support for Intel's IOP33X (XScale) family of processors.

config ARCH_IXP23XX
bool "IXP23XX-based"
config ARCH_IOP13XX
bool "IOP13xx-based"
depends on MMU
select PCI
select PLAT_IOP
select PCI
select ARCH_SUPPORTS_MSI
help
Support for Intel's IXP23xx (XScale) family of processors.
Support for Intel's IOP13XX (XScale) family of processors.

config ARCH_IXP4XX
bool "IXP4xx-based"
depends on MMU
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help
Support for Intel's IXP4XX (XScale) family of processors.

config ARCH_IXP2000
bool "IXP2400/2800-based"
Expand All @@ -284,13 +288,12 @@ config ARCH_IXP2000
help
Support for Intel's IXP2400/2800 (XScale) family of processors.

config ARCH_IXP4XX
bool "IXP4xx-based"
config ARCH_IXP23XX
bool "IXP23XX-based"
depends on MMU
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
select PCI
help
Support for Intel's IXP4XX (XScale) family of processors.
Support for Intel's IXP23xx (XScale) family of processors.

config ARCH_L7200
bool "LinkUp-L7200"
Expand All @@ -305,12 +308,6 @@ config ARCH_L7200
If you have any questions or comments about the Linux kernel port
to this board, send e-mail to <sjhill@cotw.com>.

config ARCH_KS8695
bool "Micrel/Kendin KS8695"
help
Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
System-on-Chip devices.

config ARCH_NS9XXX
bool "NetSilicon NS9xxx"
help
Expand Down Expand Up @@ -380,13 +377,6 @@ config ARCH_LH7A40X
core with a wide array of integrated devices for
hand-held and low-power applications.

config ARCH_DAVINCI
bool "TI DaVinci"
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help
Support for TI's DaVinci platform.

config ARCH_OMAP
bool "TI OMAP"
select GENERIC_GPIO
Expand Down Expand Up @@ -455,10 +445,6 @@ source "arch/arm/mach-netx/Kconfig"

source "arch/arm/mach-ns9xxx/Kconfig"

source "arch/arm/mach-davinci/Kconfig"

source "arch/arm/mach-ks8695/Kconfig"

# Definitions to make life easier
config ARCH_ACORN
bool
Expand Down Expand Up @@ -519,7 +505,7 @@ config ISA_DMA_API
bool

config PCI
bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695
bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX
help
Find out whether you have a PCI motherboard. PCI is the name of a
bus system, i.e. the way the CPU talks to the other stuff inside
Expand Down Expand Up @@ -688,8 +674,7 @@ config LEDS
ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \
ARCH_KS8695
ARCH_AT91 || MACH_TRIZEPS4
help
If you say Y here, the LEDs on your machine will be used
to provide useful information about your current system status.
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ endif
machine-$(CONFIG_ARCH_NETX) := netx
machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx
textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000
machine-$(CONFIG_ARCH_DAVINCI) := davinci
machine-$(CONFIG_ARCH_KS8695) := ks8695

ifeq ($(CONFIG_ARCH_EBSA110),y)
# This is what happens if you forget the IOCS16 line.
Expand Down
Loading

0 comments on commit fdb55f2

Please sign in to comment.