Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rapidio: remove choice for enumeration

This is the last use of the tristate choice.

This choice was introduced a decade ago by commit a11650e11093
("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>

+2 -15
+2 -15
drivers/rapidio/Kconfig
··· 59 59 60 60 If you are unsure about this, say N here. 61 61 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 - 74 62 config RAPIDIO_ENUM_BASIC 75 - tristate "Basic" 63 + tristate "Basic Enumeration method" 64 + depends on RAPIDIO 76 65 help 77 66 This option includes basic RapidIO fabric enumeration and discovery 78 67 mechanism similar to one described in RapidIO specification Annex 1. 79 - 80 - endchoice 81 68 82 69 config RAPIDIO_CHMAN 83 70 tristate "RapidIO Channelized Messaging driver"