diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 11:19:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 11:19:27 -0400 |
commit | 8b77562b4f867e4bc0c6effb7dfe3255fc265ad0 (patch) | |
tree | c01e43b5755f7372e41337af13f778370fcb674f /drivers/tty/hvc | |
parent | e740d8f1a0a23a8fea8fbc5a02013c7410283665 (diff) |
tty/serial: remove CONFIG_EXPERIMENTAL dependencies
As discussed at the kernel summit this year, CONFIG_EXPERIMENTAL means
nothing, so let's get rid of it.
Cc: Kees Cook <keescook@chromium.org>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/hvc')
-rw-r--r-- | drivers/tty/hvc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/Kconfig b/drivers/tty/hvc/Kconfig index 0282a83f51f..f47b734c6a7 100644 --- a/drivers/tty/hvc/Kconfig +++ b/drivers/tty/hvc/Kconfig | |||
@@ -76,7 +76,7 @@ config HVC_XEN_FRONTEND | |||
76 | 76 | ||
77 | config HVC_UDBG | 77 | config HVC_UDBG |
78 | bool "udbg based fake hypervisor console" | 78 | bool "udbg based fake hypervisor console" |
79 | depends on PPC && EXPERIMENTAL | 79 | depends on PPC |
80 | select HVC_DRIVER | 80 | select HVC_DRIVER |
81 | default n | 81 | default n |
82 | help | 82 | help |