diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-21 05:05:40 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:30 -0500 |
commit | c3d6ddddb01e239c7176a561c499999636ab4f61 (patch) | |
tree | 89e58c31d7852fd195b099df6211e399759aeeb6 /arch/cris/arch-v32/drivers | |
parent | 5062969d77fed23b8ffc1a4124e96e991adaf52c (diff) |
CRIS: Move common Kconfig variable ETRAX_RTC to arch independet Kconfig.
Diffstat (limited to 'arch/cris/arch-v32/drivers')
-rw-r--r-- | arch/cris/arch-v32/drivers/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/cris/arch-v32/drivers/Kconfig b/arch/cris/arch-v32/drivers/Kconfig index 471c203f861c..849c89bd0322 100644 --- a/arch/cris/arch-v32/drivers/Kconfig +++ b/arch/cris/arch-v32/drivers/Kconfig | |||
@@ -497,12 +497,6 @@ config ETRAX_V32_I2C_CLK_PORT | |||
497 | help | 497 | help |
498 | The pin to use for I2C clock. | 498 | The pin to use for I2C clock. |
499 | 499 | ||
500 | config ETRAX_RTC | ||
501 | bool "Real Time Clock support" | ||
502 | depends on ETRAX_ARCH_V32 && ETRAX_I2C | ||
503 | help | ||
504 | Enabled RTC support. | ||
505 | |||
506 | config ETRAX_GPIO | 500 | config ETRAX_GPIO |
507 | bool "GPIO support" | 501 | bool "GPIO support" |
508 | depends on ETRAX_ARCH_V32 | 502 | depends on ETRAX_ARCH_V32 |