yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | # arch/arm/mach-s5pv210/Kconfig |
| 2 | # |
| 3 | # Copyright (c) 2010 Samsung Electronics Co., Ltd. |
| 4 | # http://www.samsung.com/ |
| 5 | # |
| 6 | # Licensed under GPLv2 |
| 7 | |
| 8 | # Configuration options for the S5PV210/S5PC110 |
| 9 | |
| 10 | if ARCH_S5PV210 |
| 11 | |
| 12 | config CPU_S5PV210 |
| 13 | bool |
| 14 | select SAMSUNG_DMADEV |
| 15 | select S5P_EXT_INT |
| 16 | select S5P_HRT |
| 17 | select S5P_PM if PM |
| 18 | select S5P_SLEEP if PM |
| 19 | help |
| 20 | Enable S5PV210 CPU support |
| 21 | |
| 22 | config S5PV210_SETUP_I2C1 |
| 23 | bool |
| 24 | help |
| 25 | Common setup code for i2c bus 1. |
| 26 | |
| 27 | config S5PV210_SETUP_I2C2 |
| 28 | bool |
| 29 | help |
| 30 | Common setup code for i2c bus 2. |
| 31 | |
| 32 | config S5PV210_SETUP_IDE |
| 33 | bool |
| 34 | help |
| 35 | Common setup code for S5PV210 IDE GPIO configurations |
| 36 | |
| 37 | config S5PV210_SETUP_FB_24BPP |
| 38 | bool |
| 39 | help |
| 40 | Common setup code for S5PV210 with an 24bpp RGB display helper. |
| 41 | |
| 42 | config S5PV210_SETUP_KEYPAD |
| 43 | bool |
| 44 | help |
| 45 | Common setup code for keypad. |
| 46 | |
| 47 | config S5PV210_SETUP_SDHCI |
| 48 | bool |
| 49 | select S5PV210_SETUP_SDHCI_GPIO |
| 50 | help |
| 51 | Internal helper functions for S5PV210 based SDHCI systems |
| 52 | |
| 53 | config S5PV210_SETUP_SDHCI_GPIO |
| 54 | bool |
| 55 | help |
| 56 | Common setup code for SDHCI gpio. |
| 57 | |
| 58 | config S5PV210_SETUP_FIMC |
| 59 | bool |
| 60 | help |
| 61 | Common setup code for the camera interfaces. |
| 62 | |
| 63 | config S5PV210_SETUP_SPI |
| 64 | bool |
| 65 | help |
| 66 | Common setup code for SPI GPIO configurations. |
| 67 | |
| 68 | config S5PV210_SETUP_USB_PHY |
| 69 | bool |
| 70 | help |
| 71 | Common setup code for USB PHY controller |
| 72 | |
| 73 | menu "S5PC110 Machines" |
| 74 | |
| 75 | config MACH_AQUILA |
| 76 | bool "Aquila" |
| 77 | select CPU_S5PV210 |
| 78 | select S3C_DEV_FB |
| 79 | select S5P_DEV_FIMC0 |
| 80 | select S5P_DEV_FIMC1 |
| 81 | select S5P_DEV_FIMC2 |
| 82 | select S3C_DEV_HSMMC |
| 83 | select S3C_DEV_HSMMC1 |
| 84 | select S3C_DEV_HSMMC2 |
| 85 | select S5P_DEV_ONENAND |
| 86 | select S5PV210_SETUP_FB_24BPP |
| 87 | select S5PV210_SETUP_SDHCI |
| 88 | help |
| 89 | Machine support for the Samsung Aquila target based on S5PC110 SoC |
| 90 | |
| 91 | config MACH_GONI |
| 92 | bool "GONI" |
| 93 | select CPU_S5PV210 |
| 94 | select S5P_GPIO_INT |
| 95 | select S3C_DEV_FB |
| 96 | select S5P_DEV_FIMC0 |
| 97 | select S5P_DEV_FIMC1 |
| 98 | select S5P_DEV_FIMC2 |
| 99 | select S3C_DEV_HSMMC |
| 100 | select S3C_DEV_HSMMC1 |
| 101 | select S3C_DEV_HSMMC2 |
| 102 | select S3C_DEV_I2C1 |
| 103 | select S3C_DEV_I2C2 |
| 104 | select S5P_DEV_MFC |
| 105 | select S3C_DEV_USB_HSOTG |
| 106 | select S5P_DEV_ONENAND |
| 107 | select SAMSUNG_DEV_KEYPAD |
| 108 | select S5P_DEV_TV |
| 109 | select S5PV210_SETUP_FB_24BPP |
| 110 | select S5PV210_SETUP_I2C1 |
| 111 | select S5PV210_SETUP_I2C2 |
| 112 | select S5PV210_SETUP_KEYPAD |
| 113 | select S5PV210_SETUP_SDHCI |
| 114 | select S5PV210_SETUP_FIMC |
| 115 | select S5PV210_SETUP_USB_PHY |
| 116 | help |
| 117 | Machine support for Samsung GONI board |
| 118 | S5PC110(MCP) is one of package option of S5PV210 |
| 119 | |
| 120 | config MACH_SMDKC110 |
| 121 | bool "SMDKC110" |
| 122 | select CPU_S5PV210 |
| 123 | select S3C_DEV_I2C1 |
| 124 | select S3C_DEV_I2C2 |
| 125 | select S3C_DEV_RTC |
| 126 | select S3C_DEV_WDT |
| 127 | select S5P_DEV_FIMC0 |
| 128 | select S5P_DEV_FIMC1 |
| 129 | select S5P_DEV_FIMC2 |
| 130 | select S5P_DEV_MFC |
| 131 | select SAMSUNG_DEV_IDE |
| 132 | select S5PV210_SETUP_I2C1 |
| 133 | select S5PV210_SETUP_I2C2 |
| 134 | select S5PV210_SETUP_IDE |
| 135 | help |
| 136 | Machine support for Samsung SMDKC110 |
| 137 | S5PC110(MCP) is one of package option of S5PV210 |
| 138 | |
| 139 | endmenu |
| 140 | |
| 141 | menu "S5PV210 Machines" |
| 142 | |
| 143 | config MACH_SMDKV210 |
| 144 | bool "SMDKV210" |
| 145 | select CPU_S5PV210 |
| 146 | select S3C_DEV_FB |
| 147 | select S3C_DEV_HSMMC |
| 148 | select S3C_DEV_HSMMC1 |
| 149 | select S3C_DEV_HSMMC2 |
| 150 | select S3C_DEV_HSMMC3 |
| 151 | select S3C_DEV_I2C1 |
| 152 | select S3C_DEV_I2C2 |
| 153 | select S3C_DEV_RTC |
| 154 | select S3C_DEV_WDT |
| 155 | select S5P_DEV_FIMC0 |
| 156 | select S5P_DEV_FIMC1 |
| 157 | select S5P_DEV_FIMC2 |
| 158 | select S5P_DEV_JPEG |
| 159 | select S5P_DEV_MFC |
| 160 | select SAMSUNG_DEV_ADC |
| 161 | select SAMSUNG_DEV_BACKLIGHT |
| 162 | select SAMSUNG_DEV_IDE |
| 163 | select SAMSUNG_DEV_KEYPAD |
| 164 | select SAMSUNG_DEV_PWM |
| 165 | select SAMSUNG_DEV_TS |
| 166 | select S5PV210_SETUP_FB_24BPP |
| 167 | select S5PV210_SETUP_I2C1 |
| 168 | select S5PV210_SETUP_I2C2 |
| 169 | select S5PV210_SETUP_IDE |
| 170 | select S5PV210_SETUP_KEYPAD |
| 171 | select S5PV210_SETUP_SDHCI |
| 172 | help |
| 173 | Machine support for Samsung SMDKV210 |
| 174 | |
| 175 | config MACH_TORBRECK |
| 176 | bool "Torbreck" |
| 177 | select CPU_S5PV210 |
| 178 | select ARCH_SPARSEMEM_ENABLE |
| 179 | select S3C_DEV_HSMMC |
| 180 | select S3C_DEV_HSMMC1 |
| 181 | select S3C_DEV_HSMMC2 |
| 182 | select S3C_DEV_HSMMC3 |
| 183 | select S3C_DEV_I2C1 |
| 184 | select S3C_DEV_I2C2 |
| 185 | select S3C_DEV_RTC |
| 186 | select S3C_DEV_WDT |
| 187 | select S5PV210_SETUP_I2C1 |
| 188 | select S5PV210_SETUP_I2C2 |
| 189 | select S5PV210_SETUP_SDHCI |
| 190 | help |
| 191 | Machine support for aESOP Torbreck |
| 192 | |
| 193 | endmenu |
| 194 | |
| 195 | endif |