serial: max3100: Update Kconfig entry
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 2 Apr 2024 19:50:43 +0000 (22:50 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2024 13:51:52 +0000 (15:51 +0200)
The driver actually supports more than one chip.
Update Kconfig entry to list the supported chips.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240402195306.269276-17-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig

index ffcf4882b25f9dce85e12be1a1191caace38880d..5c80505cdf4116f985a4ec2e35eb8c87b348b7a6 100644 (file)
@@ -307,11 +307,14 @@ config SERIAL_TEGRA_TCU_CONSOLE
          If unsure, say Y.
 
 config SERIAL_MAX3100
-       tristate "MAX3100 support"
+       tristate "MAX3100/3110/3111/3222 support"
        depends on SPI
        select SERIAL_CORE
        help
-         MAX3100 chip support
+         This selects support for an advanced UART from Maxim.
+         Supported ICs are MAX3100, MAX3110, MAX3111, MAX3222.
+
+         Say Y here if you want to support these ICs.
 
 config SERIAL_MAX310X
        tristate "MAX310X support"