diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-21 11:05:40 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:30 +0100 |
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 471c203f861..849c89bd032 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 help The pin to use for I2C clock. -config ETRAX_RTC - bool "Real Time Clock support" - depends on ETRAX_ARCH_V32 && ETRAX_I2C - help - Enabled RTC support. - config ETRAX_GPIO bool "GPIO support" depends on ETRAX_ARCH_V32 |