diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2006-10-16 13:59:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-16 15:19:03 -0400 |
commit | 4d99bfac9d5ce53b383d3c8279b917050be4e06c (patch) | |
tree | 619295dba71c73919eb331d615311dd1390fc668 /drivers/char/Kconfig | |
parent | 39af114377bf80d2a88e47be33d578d1fa9b0775 (diff) |
[PATCH] CONFIG_TELCLOCK depends on X86
The telecom clock driver for MPBL0010 ATCA SBC depends on X86
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Mark Gross <mark.gross@intel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 0e6f35fcc2eb..39a9f8cc6412 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -1046,7 +1046,7 @@ source "drivers/char/tpm/Kconfig" | |||
1046 | 1046 | ||
1047 | config TELCLOCK | 1047 | config TELCLOCK |
1048 | tristate "Telecom clock driver for MPBL0010 ATCA SBC" | 1048 | tristate "Telecom clock driver for MPBL0010 ATCA SBC" |
1049 | depends on EXPERIMENTAL | 1049 | depends on EXPERIMENTAL && X86 |
1050 | default n | 1050 | default n |
1051 | help | 1051 | help |
1052 | The telecom clock device is specific to the MPBL0010 ATCA computer and | 1052 | The telecom clock device is specific to the MPBL0010 ATCA computer and |