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