Skip to content

Commit bfb57ef

Browse files
committed
rapidio: remove choice for enumeration
This is the last use of the tristate choice. This choice was introduced a decade ago by commit a11650e ("rapidio: make enumeration/discovery configurable"). Since then, RAPIDIO_ENUM_BASIC has always been the sole member. There was no need to have this choice block. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 01b9916 commit bfb57ef

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

drivers/rapidio/Kconfig

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,13 @@ config RAPIDIO_DEBUG
5959

6060
If you are unsure about this, say N here.
6161

62-
choice
63-
prompt "Enumeration method"
64-
depends on RAPIDIO
65-
default RAPIDIO_ENUM_BASIC
66-
help
67-
There are different enumeration and discovery mechanisms offered
68-
for RapidIO subsystem. You may select single built-in method or
69-
or any number of methods to be built as modules.
70-
Selecting a built-in method disables use of loadable methods.
71-
72-
If unsure, select Basic built-in.
73-
7462
config RAPIDIO_ENUM_BASIC
75-
tristate "Basic"
63+
tristate "Basic Enumeration method"
64+
depends on RAPIDIO
7665
help
7766
This option includes basic RapidIO fabric enumeration and discovery
7867
mechanism similar to one described in RapidIO specification Annex 1.
7968

80-
endchoice
81-
8269
config RAPIDIO_CHMAN
8370
tristate "RapidIO Channelized Messaging driver"
8471
depends on RAPIDIO

0 commit comments

Comments
 (0)