diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index fd28178b5877..9287150e5fb0 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -175,6 +175,11 @@ config M5407 | |||
175 | help | 175 | help |
176 | Motorola ColdFire 5407 processor support. | 176 | Motorola ColdFire 5407 processor support. |
177 | 177 | ||
178 | config M548x | ||
179 | bool "MCF548x" | ||
180 | help | ||
181 | Freescale ColdFire 5480/5481/5482/5483/5484/5485 processor support. | ||
182 | |||
178 | endchoice | 183 | endchoice |
179 | 184 | ||
180 | config M527x | 185 | config M527x |
@@ -185,7 +190,7 @@ config M527x | |||
185 | 190 | ||
186 | config COLDFIRE | 191 | config COLDFIRE |
187 | bool | 192 | bool |
188 | depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M532x || M5407) | 193 | depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M532x || M5407 || M548x) |
189 | select GENERIC_GPIO | 194 | select GENERIC_GPIO |
190 | select ARCH_REQUIRE_GPIOLIB | 195 | select ARCH_REQUIRE_GPIOLIB |
191 | default y | 196 | default y |