diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-09-30 15:36:00 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-12 18:43:37 -0400 |
commit | c0bb87f7b8a145b56d45484713e1b1f37ce7e626 (patch) | |
tree | ab990d6b3b3205280ea04e90a1facda05288bca3 /arch/arm/Kconfig | |
parent | cef5975d453bbc1bbf29ceb7d80749feebc22a74 (diff) |
[ARM] 4593/1: ns9xxx: implement generic clockevents
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
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 a43a814bc7cf..4b984b120999 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -320,6 +320,7 @@ config ARCH_NS9XXX | |||
320 | bool "NetSilicon NS9xxx" | 320 | bool "NetSilicon NS9xxx" |
321 | select GENERIC_GPIO | 321 | select GENERIC_GPIO |
322 | select GENERIC_TIME | 322 | select GENERIC_TIME |
323 | select GENERIC_CLOCKEVENTS | ||
323 | help | 324 | help |
324 | Say Y here if you intend to run this kernel on a NetSilicon NS9xxx | 325 | Say Y here if you intend to run this kernel on a NetSilicon NS9xxx |
325 | System. | 326 | System. |