diff options
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
| -rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 57 |
1 files changed, 4 insertions, 53 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index d8973ac46bc4..21bf6adb9198 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | config PLAT_S3C24XX | 5 | config PLAT_S3C24XX |
| 6 | bool | 6 | bool |
| 7 | depends on ARCH_S3C2410 | 7 | depends on ARCH_S3C24XX |
| 8 | default y | 8 | default y |
| 9 | select NO_IOPORT | 9 | select NO_IOPORT |
| 10 | select ARCH_REQUIRE_GPIOLIB | 10 | select ARCH_REQUIRE_GPIOLIB |
| @@ -44,12 +44,6 @@ config S3C2410_CLOCK | |||
| 44 | Clock code for the S3C2410, and similar processors which | 44 | Clock code for the S3C2410, and similar processors which |
| 45 | is currently includes the S3C2410, S3C2440, S3C2442. | 45 | is currently includes the S3C2410, S3C2440, S3C2442. |
| 46 | 46 | ||
| 47 | config S3C2443_CLOCK | ||
| 48 | bool | ||
| 49 | help | ||
| 50 | Clock code for the S3C2443 and similar processors, which includes | ||
| 51 | the S3C2416 and S3C2450. | ||
| 52 | |||
| 53 | config S3C24XX_DCLK | 47 | config S3C24XX_DCLK |
| 54 | bool | 48 | bool |
| 55 | help | 49 | help |
| @@ -76,15 +70,9 @@ config S3C24XX_GPIO_EXTRA128 | |||
| 76 | Add an extra 128 gpio numbers to the available GPIO pool. This is | 70 | Add an extra 128 gpio numbers to the available GPIO pool. This is |
| 77 | available for boards that need extra gpios for external devices. | 71 | available for boards that need extra gpios for external devices. |
| 78 | 72 | ||
| 79 | config PM_SIMTEC | 73 | config S3C24XX_DMA |
| 80 | bool | ||
| 81 | help | ||
| 82 | Common power management code for systems that are | ||
| 83 | compatible with the Simtec style of power management | ||
| 84 | |||
| 85 | config S3C2410_DMA | ||
| 86 | bool "S3C2410 DMA support" | 74 | bool "S3C2410 DMA support" |
| 87 | depends on ARCH_S3C2410 | 75 | depends on ARCH_S3C24XX |
| 88 | select S3C_DMA | 76 | select S3C_DMA |
| 89 | help | 77 | help |
| 90 | S3C2410 DMA support. This is needed for drivers like sound which | 78 | S3C2410 DMA support. This is needed for drivers like sound which |
| @@ -93,31 +81,11 @@ config S3C2410_DMA | |||
| 93 | 81 | ||
| 94 | config S3C2410_DMA_DEBUG | 82 | config S3C2410_DMA_DEBUG |
| 95 | bool "S3C2410 DMA support debug" | 83 | bool "S3C2410 DMA support debug" |
| 96 | depends on ARCH_S3C2410 && S3C2410_DMA | 84 | depends on ARCH_S3C24XX && S3C2410_DMA |
| 97 | help | 85 | help |
| 98 | Enable debugging output for the DMA code. This option sends info | 86 | Enable debugging output for the DMA code. This option sends info |
| 99 | to the kernel log, at priority KERN_DEBUG. | 87 | to the kernel log, at priority KERN_DEBUG. |
| 100 | 88 | ||
| 101 | # SPI default pin configuration code | ||
| 102 | |||
| 103 | config S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13 | ||
| 104 | bool | ||
| 105 | help | ||
| 106 | SPI GPIO configuration code for BUS0 when connected to | ||
| 107 | GPE11, GPE12 and GPE13. | ||
| 108 | |||
| 109 | config S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7 | ||
| 110 | bool | ||
| 111 | help | ||
| 112 | SPI GPIO configuration code for BUS 1 when connected to | ||
| 113 | GPG5, GPG6 and GPG7. | ||
| 114 | |||
| 115 | config S3C24XX_SPI_BUS1_GPD8_GPD9_GPD10 | ||
| 116 | bool | ||
| 117 | help | ||
| 118 | SPI GPIO configuration code for BUS 1 when connected to | ||
| 119 | GPD8, GPD9 and GPD10. | ||
| 120 | |||
| 121 | # common code for s3c24xx based machines, such as the SMDKs. | 89 | # common code for s3c24xx based machines, such as the SMDKs. |
| 122 | 90 | ||
| 123 | # cpu frequency items common between s3c2410 and s3c2440/s3c2442 | 91 | # cpu frequency items common between s3c2410 and s3c2440/s3c2442 |
| @@ -145,21 +113,4 @@ config S3C2412_IOTIMING | |||
| 145 | Intel node to select io timing code that is common to the s3c2412 | 113 | Intel node to select io timing code that is common to the s3c2412 |
| 146 | and the s3c2443. | 114 | and the s3c2443. |
| 147 | 115 | ||
| 148 | config MACH_SMDK | ||
| 149 | bool | ||
| 150 | help | ||
| 151 | Common machine code for SMDK2410 and SMDK2440 | ||
| 152 | |||
| 153 | config S3C24XX_SIMTEC_AUDIO | ||
| 154 | bool | ||
| 155 | depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS) | ||
| 156 | default y | ||
| 157 | help | ||
| 158 | Add audio devices for common Simtec S3C24XX boards | ||
| 159 | |||
| 160 | config S3C2410_SETUP_TS | ||
| 161 | bool | ||
| 162 | help | ||
| 163 | Compile in platform device definition for Samsung TouchScreen. | ||
| 164 | |||
| 165 | endif | 116 | endif |
