diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index a26d91743b24..eeb5d9693aba 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -1071,5 +1071,11 @@ config TELCLOCK | |||
1071 | /sys/devices/platform/telco_clock, with a number of files for | 1071 | /sys/devices/platform/telco_clock, with a number of files for |
1072 | controlling the behavior of this hardware. | 1072 | controlling the behavior of this hardware. |
1073 | 1073 | ||
1074 | config DEVPORT | ||
1075 | bool | ||
1076 | depends on !M68K | ||
1077 | depends on ISA || PCI | ||
1078 | default y | ||
1079 | |||
1074 | endmenu | 1080 | endmenu |
1075 | 1081 | ||