Skip to content

Commit

Permalink
[MIPS] Don't use genrtc.
Browse files Browse the repository at this point in the history
The only pseudo-legitimate MIPS user of genrtc was a systems that doesn't
have an RTC in hardware at all.  At this point faking one is a little
pointless ...
  • Loading branch information
Ralf Baechle committed Jul 12, 2007
1 parent 1f2c6d6 commit fdc1f93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 76 deletions.
2 changes: 0 additions & 2 deletions arch/mips/configs/yosemite_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,6 @@ CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_RTC is not set
CONFIG_GEN_RTC=y
CONFIG_GEN_RTC_X=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
Expand Down
2 changes: 1 addition & 1 deletion drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ config SGI_IP27_RTC

config GEN_RTC
tristate "Generic /dev/rtc emulation"
depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV && !S390 && !SUPERH
depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH
---help---
If you say Y here and create a character special file /dev/rtc with
major number 10 and minor number 135 using mknod ("man mknod"), you
Expand Down
73 changes: 0 additions & 73 deletions include/asm-mips/rtc.h

This file was deleted.

0 comments on commit fdc1f93

Please sign in to comment.