b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/drivers/net/wireless/ralink/rt2x00/Kconfig |
| 2 | +++ b/drivers/net/wireless/ralink/rt2x00/Kconfig |
| 3 | @@ -226,36 +226,37 @@ config RT2800SOC |
| 4 | |
| 5 | |
| 6 | config RT2800_LIB |
| 7 | - tristate |
| 8 | + tristate "RT2800 USB/PCI support" |
| 9 | depends on m |
| 10 | |
| 11 | config RT2800_LIB_MMIO |
| 12 | - tristate |
| 13 | + tristate "RT2800 MMIO support" |
| 14 | depends on m |
| 15 | select RT2X00_LIB_MMIO |
| 16 | select RT2800_LIB |
| 17 | |
| 18 | config RT2X00_LIB_MMIO |
| 19 | - tristate |
| 20 | + tristate "RT2x00 MMIO support" |
| 21 | depends on m |
| 22 | |
| 23 | config RT2X00_LIB_PCI |
| 24 | - tristate |
| 25 | + tristate "RT2x00 PCI support" |
| 26 | depends on m |
| 27 | select RT2X00_LIB |
| 28 | |
| 29 | config RT2X00_LIB_SOC |
| 30 | - tristate |
| 31 | + tristate "RT2x00 SoC support" |
| 32 | + depends on SOC_RT288X || SOC_RT305X || SOC_MT7620 |
| 33 | depends on m |
| 34 | select RT2X00_LIB |
| 35 | |
| 36 | config RT2X00_LIB_USB |
| 37 | - tristate |
| 38 | + tristate "RT2x00 USB support" |
| 39 | depends on m |
| 40 | select RT2X00_LIB |
| 41 | |
| 42 | config RT2X00_LIB |
| 43 | - tristate |
| 44 | + tristate "RT2x00 support" |
| 45 | depends on m |
| 46 | |
| 47 | config RT2X00_LIB_FIRMWARE |