diff options
author | wanzongshun <mcuos.com@gmail.com> | 2009-07-14 10:09:54 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-17 08:38:17 -0400 |
commit | d2c241955095b129459985a8c02d85b70984b945 (patch) | |
tree | 8f840564963c531770f34fce104022093fc81e6b /arch/arm/Kconfig | |
parent | 19c0a7286f3f0093bbbbcdce0af4c3205421b608 (diff) |
[ARM] 5601/1: Add HAVE_CLK depends on for w90p910 platform
Add HAVE_CLK depends on for w90p910 platform.
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index aef63c8e3d2d..c3fed1ee7304 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -493,6 +493,7 @@ config ARCH_W90X900 | |||
493 | select CPU_ARM926T | 493 | select CPU_ARM926T |
494 | select ARCH_REQUIRE_GPIOLIB | 494 | select ARCH_REQUIRE_GPIOLIB |
495 | select GENERIC_GPIO | 495 | select GENERIC_GPIO |
496 | select HAVE_CLK | ||
496 | select COMMON_CLKDEV | 497 | select COMMON_CLKDEV |
497 | help | 498 | help |
498 | Support for Nuvoton (Winbond logic dept.) ARM9 processor,You | 499 | Support for Nuvoton (Winbond logic dept.) ARM9 processor,You |