diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 68f2006fdfdd..a0fa1ce9ad6c 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 | ||
@@ -385,6 +388,7 @@ config ARCH_DAVINCI | |||
385 | bool "TI DaVinci" | 388 | bool "TI DaVinci" |
386 | select GENERIC_TIME | 389 | select GENERIC_TIME |
387 | select GENERIC_CLOCKEVENTS | 390 | select GENERIC_CLOCKEVENTS |
391 | select GENERIC_GPIO | ||
388 | help | 392 | help |
389 | Support for TI's DaVinci platform. | 393 | Support for TI's DaVinci platform. |
390 | 394 | ||