Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 1 | # arch/arm/mach-s3c2410/Kconfig |
| 2 | # |
| 3 | # Copyright 2007 Simtec Electronics |
| 4 | # |
| 5 | # Licensed under GPLv2 |
Ben Dooks | 3fc3a25 | 2006-09-15 23:46:20 +0100 | [diff] [blame] | 6 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | config CPU_S3C2410 |
| 8 | bool |
| 9 | depends on ARCH_S3C2410 |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 10 | select CPU_ARM920T |
Ben Dooks | 99c1385 | 2006-06-22 22:18:20 +0100 | [diff] [blame] | 11 | select S3C2410_CLOCK |
Ben Dooks | d19494b | 2007-02-09 19:24:45 +0100 | [diff] [blame] | 12 | select S3C2410_GPIO |
Ben Dooks | b262758 | 2007-07-22 16:09:44 +0100 | [diff] [blame] | 13 | select CPU_LLSERIAL_S3C2410 |
Ben Dooks | 9bcb533 | 2006-12-18 00:39:47 +0100 | [diff] [blame] | 14 | select S3C2410_PM if PM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | help |
| 16 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
| 17 | of Samsung Mobile CPUs. |
| 18 | |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 19 | config CPU_S3C2410_DMA |
Ben Dooks | 68d9ab3 | 2006-06-24 21:21:27 +0100 | [diff] [blame] | 20 | bool |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 21 | depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442) |
| 22 | default y if CPU_S3C2410 || CPU_S3C2442 |
| 23 | help |
| 24 | DMA device selection for S3C2410 and compatible CPUs |
Ben Dooks | 68d9ab3 | 2006-06-24 21:21:27 +0100 | [diff] [blame] | 25 | |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 26 | config S3C2410_PM |
Ben Dooks | 4b053e7 | 2006-09-22 15:42:18 +0100 | [diff] [blame] | 27 | bool |
Ben Dooks | 4b053e7 | 2006-09-22 15:42:18 +0100 | [diff] [blame] | 28 | help |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 29 | Power Management code common to S3C2410 and better |
Ben Dooks | 4b053e7 | 2006-09-22 15:42:18 +0100 | [diff] [blame] | 30 | |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 31 | config S3C2410_GPIO |
Ben Dooks | f705b1a | 2005-06-29 11:09:15 +0100 | [diff] [blame] | 32 | bool |
Ben Dooks | 618b20a | 2006-12-19 23:46:17 +0100 | [diff] [blame] | 33 | help |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 34 | GPIO code for S3C2410 and similar processors |
Ben Dooks | f705b1a | 2005-06-29 11:09:15 +0100 | [diff] [blame] | 35 | |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 36 | config SIMTEC_NOR |
| 37 | bool |
| 38 | help |
| 39 | Internal node to specify machine has simtec NOR mapping |
| 40 | |
Ben Dooks | b7a12d1 | 2008-07-03 11:24:37 +0100 | [diff] [blame] | 41 | config MACH_BAST_IDE |
| 42 | bool |
| 43 | select HAVE_PATA_PLATFORM |
| 44 | help |
| 45 | Internal node for machines with an BAST style IDE |
| 46 | interface |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 48 | menu "S3C2410 Machines" |
| 49 | |
| 50 | config ARCH_SMDK2410 |
| 51 | bool "SMDK2410/A9M2410" |
| 52 | select CPU_S3C2410 |
| 53 | select MACH_SMDK |
| 54 | help |
| 55 | Say Y here if you are using the SMDK2410 or the derived module A9M2410 |
| 56 | <http://www.fsforth.de> |
| 57 | |
| 58 | config ARCH_H1940 |
| 59 | bool "IPAQ H1940" |
| 60 | select CPU_S3C2410 |
| 61 | select PM_H1940 if PM |
| 62 | help |
| 63 | Say Y here if you are using the HP IPAQ H1940 |
| 64 | |
| 65 | config PM_H1940 |
| 66 | bool |
| 67 | help |
| 68 | Internal node for H1940 and related PM |
| 69 | |
| 70 | config MACH_N30 |
Christer Weinigel | 9579087 | 2008-07-07 18:12:45 +0100 | [diff] [blame] | 71 | bool "Acer N30 family" |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 72 | select CPU_S3C2410 |
| 73 | help |
Christer Weinigel | 9579087 | 2008-07-07 18:12:45 +0100 | [diff] [blame] | 74 | Say Y here if you want suppt for the Acer N30, Acer N35, |
| 75 | Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs. |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 76 | |
| 77 | config ARCH_BAST |
| 78 | bool "Simtec Electronics BAST (EB2410ITX)" |
| 79 | select CPU_S3C2410 |
| 80 | select PM_SIMTEC if PM |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 81 | select SIMTEC_NOR |
Ben Dooks | b7a12d1 | 2008-07-03 11:24:37 +0100 | [diff] [blame] | 82 | select MACH_BAST_IDE |
Ben Dooks | 93bc6b6 | 2008-10-21 14:06:33 +0100 | [diff] [blame^] | 83 | select S3C24XX_DCLK |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 84 | select ISA |
| 85 | help |
| 86 | Say Y here if you are using the Simtec Electronics EB2410ITX |
| 87 | development board (also known as BAST) |
| 88 | |
| 89 | config MACH_OTOM |
| 90 | bool "NexVision OTOM Board" |
| 91 | select CPU_S3C2410 |
| 92 | help |
| 93 | Say Y here if you are using the Nex Vision OTOM board |
| 94 | |
| 95 | config MACH_AML_M5900 |
| 96 | bool "AML M5900 Series" |
| 97 | select CPU_S3C2410 |
| 98 | select PM_SIMTEC if PM |
| 99 | help |
| 100 | Say Y here if you are using the American Microsystems M5900 Series |
| 101 | <http://www.amltd.com> |
| 102 | |
| 103 | config BAST_PC104_IRQ |
| 104 | bool "BAST PC104 IRQ support" |
| 105 | depends on ARCH_BAST |
| 106 | default y |
| 107 | help |
| 108 | Say Y here to enable the PC104 IRQ routing on the |
| 109 | Simtec BAST (EB2410ITX) |
| 110 | |
David Anders | 79b34af | 2008-04-10 22:36:59 +0100 | [diff] [blame] | 111 | config MACH_TCT_HAMMER |
| 112 | bool "TCT Hammer Board" |
| 113 | select CPU_S3C2410 |
| 114 | help |
| 115 | Say Y here if you are using the TinCanTools Hammer Board |
| 116 | <http://www.tincantools.com> |
| 117 | |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 118 | config MACH_VR1000 |
| 119 | bool "Thorcom VR1000" |
| 120 | select PM_SIMTEC if PM |
Ben Dooks | 93bc6b6 | 2008-10-21 14:06:33 +0100 | [diff] [blame^] | 121 | select S3C24XX_DCLK |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 122 | select SIMTEC_NOR |
Ben Dooks | b7a12d1 | 2008-07-03 11:24:37 +0100 | [diff] [blame] | 123 | select MACH_BAST_IDE |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 124 | select CPU_S3C2410 |
| 125 | help |
| 126 | Say Y here if you are using the Thorcom VR1000 board. |
| 127 | |
Ben Dooks | c6184e2 | 2007-02-17 00:52:37 +0100 | [diff] [blame] | 128 | config MACH_QT2410 |
| 129 | bool "QT2410" |
| 130 | select CPU_S3C2410 |
| 131 | help |
| 132 | Say Y here if you are using the Armzone QT2410 |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 133 | |
| 134 | endmenu |