mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
[PATCH] Kconfig fix (m32r genrtc)
genrtc is not for m32r; marked as such. Probably ought to put that into arch/* - list of "don't build it on <platform>" is getting too long. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c5596b267a
commit
253a9c3308
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ config SGI_IP27_RTC
|
||||||
|
|
||||||
config GEN_RTC
|
config GEN_RTC
|
||||||
tristate "Generic /dev/rtc emulation"
|
tristate "Generic /dev/rtc emulation"
|
||||||
depends on RTC!=y && !IA64 && !ARM && !PPC64
|
depends on RTC!=y && !IA64 && !ARM && !PPC64 && !M32R
|
||||||
---help---
|
---help---
|
||||||
If you say Y here and create a character special file /dev/rtc with
|
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
|
major number 10 and minor number 135 using mknod ("man mknod"), you
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue