diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2015-05-14 13:50:32 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-24 20:32:15 (GMT) |
commit | b99464b1da04657f52b9c35f320da727fc534e4b (patch) | |
tree | 67737b5092aa937df2a9ee346def47990310fe16 | |
parent | b4b598fdde2773f0f0498d7c1e41b088db781f11 (diff) | |
download | linux-b99464b1da04657f52b9c35f320da727fc534e4b.tar.xz |
staging: unisys: cleanup UNISYS_VISORUTIL
Commit 53490b545cb0 ("staging: unisys: move periodic_work.c into the
visorbus directory") removed the Kconfig option UNISYS_VISORUTIL, but
left one reference in a Kconfig select. Remove this last reference.
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/visorchannel/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorchannel/Kconfig b/drivers/staging/unisys/visorchannel/Kconfig index 8d31beb..3148f6b 100644 --- a/drivers/staging/unisys/visorchannel/Kconfig +++ b/drivers/staging/unisys/visorchannel/Kconfig @@ -4,7 +4,6 @@ config UNISYS_VISORCHANNEL tristate "Unisys visorchannel driver" - select UNISYS_VISORUTIL ---help--- If you say Y here, you will enable the Unisys visorchannel driver. |