diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 482d33f9ce5b..b53e1d4bc486 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -241,6 +241,9 @@ config ARCH_H720X | |||
241 | 241 | ||
242 | config ARCH_IMX | 242 | config ARCH_IMX |
243 | bool "IMX" | 243 | bool "IMX" |
244 | select GENERIC_GPIO | ||
245 | select GENERIC_TIME | ||
246 | select GENERIC_CLOCKEVENTS | ||
244 | help | 247 | help |
245 | Support for Motorola's i.MX family of processors (MX1, MXL). | 248 | Support for Motorola's i.MX family of processors (MX1, MXL). |
246 | 249 | ||
@@ -308,6 +311,7 @@ config ARCH_L7200 | |||
308 | 311 | ||
309 | config ARCH_KS8695 | 312 | config ARCH_KS8695 |
310 | bool "Micrel/Kendin KS8695" | 313 | bool "Micrel/Kendin KS8695" |
314 | select GENERIC_GPIO | ||
311 | help | 315 | help |
312 | Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based | 316 | Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based |
313 | System-on-Chip devices. | 317 | System-on-Chip devices. |
@@ -384,6 +388,7 @@ config ARCH_DAVINCI | |||
384 | bool "TI DaVinci" | 388 | bool "TI DaVinci" |
385 | select GENERIC_TIME | 389 | select GENERIC_TIME |
386 | select GENERIC_CLOCKEVENTS | 390 | select GENERIC_CLOCKEVENTS |
391 | select GENERIC_GPIO | ||
387 | help | 392 | help |
388 | Support for TI's DaVinci platform. | 393 | Support for TI's DaVinci platform. |
389 | 394 | ||