Skip to content

Commit

Permalink
rapidio: remove choice for enumeration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada committed May 14, 2024
1 parent 01b9916 commit bfb57ef
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions drivers/rapidio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,13 @@ config RAPIDIO_DEBUG

If you are unsure about this, say N here.

choice
prompt "Enumeration method"
depends on RAPIDIO
default RAPIDIO_ENUM_BASIC
help
There are different enumeration and discovery mechanisms offered
for RapidIO subsystem. You may select single built-in method or
or any number of methods to be built as modules.
Selecting a built-in method disables use of loadable methods.

If unsure, select Basic built-in.

config RAPIDIO_ENUM_BASIC
tristate "Basic"
tristate "Basic Enumeration method"
depends on RAPIDIO
help
This option includes basic RapidIO fabric enumeration and discovery
mechanism similar to one described in RapidIO specification Annex 1.

endchoice

config RAPIDIO_CHMAN
tristate "RapidIO Channelized Messaging driver"
depends on RAPIDIO
Expand Down

0 comments on commit bfb57ef

Please sign in to comment.