diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-31 07:35:57 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-31 07:35:57 -0500 |
commit | 2ca1a615835d9f4990f42102ab1f2ef434e7e89c (patch) | |
tree | 726cf3d5f29a6c66c44e4bd68e7ebed2fd83d059 /arch/arm/mach-s3c2410/Kconfig | |
parent | e12f0102ac81d660c9f801d0a0e10ccf4537a9de (diff) | |
parent | 6a94cb73064c952255336cc57731904174b2c58f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
arch/x86/kernel/io_apic.c
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 99fdc736698c..63a30d1dd425 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -7,6 +7,7 @@ | |||
7 | config CPU_S3C2410 | 7 | config CPU_S3C2410 |
8 | bool | 8 | bool |
9 | depends on ARCH_S3C2410 | 9 | depends on ARCH_S3C2410 |
10 | select CPU_ARM920T | ||
10 | select S3C2410_CLOCK | 11 | select S3C2410_CLOCK |
11 | select S3C2410_GPIO | 12 | select S3C2410_GPIO |
12 | select CPU_LLSERIAL_S3C2410 | 13 | select CPU_LLSERIAL_S3C2410 |
@@ -32,11 +33,6 @@ config S3C2410_GPIO | |||
32 | help | 33 | help |
33 | GPIO code for S3C2410 and similar processors | 34 | GPIO code for S3C2410 and similar processors |
34 | 35 | ||
35 | config S3C2410_CLOCK | ||
36 | bool | ||
37 | help | ||
38 | Clock code for the S3C2410, and similar processors | ||
39 | |||
40 | config SIMTEC_NOR | 36 | config SIMTEC_NOR |
41 | bool | 37 | bool |
42 | help | 38 | help |
@@ -84,6 +80,7 @@ config ARCH_BAST | |||
84 | select PM_SIMTEC if PM | 80 | select PM_SIMTEC if PM |
85 | select SIMTEC_NOR | 81 | select SIMTEC_NOR |
86 | select MACH_BAST_IDE | 82 | select MACH_BAST_IDE |
83 | select S3C24XX_DCLK | ||
87 | select ISA | 84 | select ISA |
88 | help | 85 | help |
89 | Say Y here if you are using the Simtec Electronics EB2410ITX | 86 | Say Y here if you are using the Simtec Electronics EB2410ITX |
@@ -121,6 +118,7 @@ config MACH_TCT_HAMMER | |||
121 | config MACH_VR1000 | 118 | config MACH_VR1000 |
122 | bool "Thorcom VR1000" | 119 | bool "Thorcom VR1000" |
123 | select PM_SIMTEC if PM | 120 | select PM_SIMTEC if PM |
121 | select S3C24XX_DCLK | ||
124 | select SIMTEC_NOR | 122 | select SIMTEC_NOR |
125 | select MACH_BAST_IDE | 123 | select MACH_BAST_IDE |
126 | select CPU_S3C2410 | 124 | select CPU_S3C2410 |