diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-23 14:28:44 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-23 14:28:44 +0800 |
commit | 529a73fbaeee2f3bd932be8b54665994133be6ae (patch) | |
tree | 89376052e434af5a68a4c8adfbeaf75b2e0f93c6 /drivers/rtc | |
parent | e4e9a7adebfc01bfa2a46c76615c249a4082dfec (diff) | |
download | linux-529a73fbaeee2f3bd932be8b54665994133be6ae.tar.bz2 |
Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e5cdc0294aaa..1e6715ec51ef 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -447,7 +447,7 @@ config RTC_DRV_AT91RM9200 config RTC_DRV_BFIN tristate "Blackfin On-Chip RTC" - depends on BFIN + depends on BLACKFIN help If you say yes here you will get support for the Blackfin On-Chip Real Time Clock. |