diff options
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
| -rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 498534cd5265..45023e26aea3 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
| @@ -80,7 +80,7 @@ config P1010_RDB | |||
| 80 | config P1022_DS | 80 | config P1022_DS |
| 81 | bool "Freescale P1022 DS" | 81 | bool "Freescale P1022 DS" |
| 82 | select DEFAULT_UIMAGE | 82 | select DEFAULT_UIMAGE |
| 83 | select CONFIG_PHYS_64BIT # The DTS has 36-bit addresses | 83 | select PHYS_64BIT # The DTS has 36-bit addresses |
| 84 | select SWIOTLB | 84 | select SWIOTLB |
| 85 | help | 85 | help |
| 86 | This option enables support for the Freescale P1022DS reference board. | 86 | This option enables support for the Freescale P1022DS reference board. |
| @@ -171,17 +171,18 @@ config SBC8560 | |||
| 171 | help | 171 | help |
| 172 | This option enables support for the Wind River SBC8560 board | 172 | This option enables support for the Wind River SBC8560 board |
| 173 | 173 | ||
| 174 | config P2040_RDB | 174 | config P2041_RDB |
| 175 | bool "Freescale P2040 RDB" | 175 | bool "Freescale P2041 RDB" |
| 176 | select DEFAULT_UIMAGE | 176 | select DEFAULT_UIMAGE |
| 177 | select PPC_E500MC | 177 | select PPC_E500MC |
| 178 | select PHYS_64BIT | 178 | select PHYS_64BIT |
| 179 | select SWIOTLB | 179 | select SWIOTLB |
| 180 | select MPC8xxx_GPIO | 180 | select ARCH_REQUIRE_GPIOLIB |
| 181 | select GPIO_MPC8XXX | ||
| 181 | select HAS_RAPIDIO | 182 | select HAS_RAPIDIO |
| 182 | select PPC_EPAPR_HV_PIC | 183 | select PPC_EPAPR_HV_PIC |
| 183 | help | 184 | help |
| 184 | This option enables support for the P2040 RDB board | 185 | This option enables support for the P2041 RDB board |
| 185 | 186 | ||
| 186 | config P3041_DS | 187 | config P3041_DS |
| 187 | bool "Freescale P3041 DS" | 188 | bool "Freescale P3041 DS" |
| @@ -189,19 +190,33 @@ config P3041_DS | |||
| 189 | select PPC_E500MC | 190 | select PPC_E500MC |
| 190 | select PHYS_64BIT | 191 | select PHYS_64BIT |
| 191 | select SWIOTLB | 192 | select SWIOTLB |
| 192 | select MPC8xxx_GPIO | 193 | select ARCH_REQUIRE_GPIOLIB |
| 194 | select GPIO_MPC8XXX | ||
| 193 | select HAS_RAPIDIO | 195 | select HAS_RAPIDIO |
| 194 | select PPC_EPAPR_HV_PIC | 196 | select PPC_EPAPR_HV_PIC |
| 195 | help | 197 | help |
| 196 | This option enables support for the P3041 DS board | 198 | This option enables support for the P3041 DS board |
| 197 | 199 | ||
| 200 | config P3060_QDS | ||
| 201 | bool "Freescale P3060 QDS" | ||
| 202 | select DEFAULT_UIMAGE | ||
| 203 | select PPC_E500MC | ||
| 204 | select PHYS_64BIT | ||
| 205 | select SWIOTLB | ||
| 206 | select MPC8xxx_GPIO | ||
| 207 | select HAS_RAPIDIO | ||
| 208 | select PPC_EPAPR_HV_PIC | ||
| 209 | help | ||
| 210 | This option enables support for the P3060 QDS board | ||
| 211 | |||
| 198 | config P4080_DS | 212 | config P4080_DS |
| 199 | bool "Freescale P4080 DS" | 213 | bool "Freescale P4080 DS" |
| 200 | select DEFAULT_UIMAGE | 214 | select DEFAULT_UIMAGE |
| 201 | select PPC_E500MC | 215 | select PPC_E500MC |
| 202 | select PHYS_64BIT | 216 | select PHYS_64BIT |
| 203 | select SWIOTLB | 217 | select SWIOTLB |
| 204 | select MPC8xxx_GPIO | 218 | select ARCH_REQUIRE_GPIOLIB |
| 219 | select GPIO_MPC8XXX | ||
| 205 | select HAS_RAPIDIO | 220 | select HAS_RAPIDIO |
| 206 | select PPC_EPAPR_HV_PIC | 221 | select PPC_EPAPR_HV_PIC |
| 207 | help | 222 | help |
| @@ -216,7 +231,8 @@ config P5020_DS | |||
| 216 | select PPC_E500MC | 231 | select PPC_E500MC |
| 217 | select PHYS_64BIT | 232 | select PHYS_64BIT |
| 218 | select SWIOTLB | 233 | select SWIOTLB |
| 219 | select MPC8xxx_GPIO | 234 | select ARCH_REQUIRE_GPIOLIB |
| 235 | select GPIO_MPC8XXX | ||
| 220 | select HAS_RAPIDIO | 236 | select HAS_RAPIDIO |
| 221 | select PPC_EPAPR_HV_PIC | 237 | select PPC_EPAPR_HV_PIC |
| 222 | help | 238 | help |
