diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-12-13 15:46:35 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-05-03 22:09:50 +0200 |
commit | f81f335a56a8e90d5cac38b79661e6fbf35249f1 (patch) | |
tree | e4a0d710ce70489259cb59c1539823c88644c8f1 /Documentation/driver-api | |
parent | 82c525bfafb48bc637100348274d824fda494c70 (diff) | |
download | linux-stable-f81f335a56a8e90d5cac38b79661e6fbf35249f1.tar.gz linux-stable-f81f335a56a8e90d5cac38b79661e6fbf35249f1.tar.bz2 linux-stable-f81f335a56a8e90d5cac38b79661e6fbf35249f1.zip |
alpha: remove DECpc AXP150 (Jensen) support
This is one of the hackiest Alpha machines, and the only one without
PCI support. Removing this allows cleaning up code in eise and tty
drivers in addition to the architecture code.
Acked-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/eisa.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst index 3eac11b7eb01..b33ebe1ec9ed 100644 --- a/Documentation/driver-api/eisa.rst +++ b/Documentation/driver-api/eisa.rst @@ -196,8 +196,8 @@ eisa_bus.disable_dev virtual_root.force_probe Force the probing code to probe EISA slots even when it cannot find an EISA compliant mainboard (nothing appears on slot 0). Defaults to 0 - (don't force), and set to 1 (force probing) when either - CONFIG_ALPHA_JENSEN or CONFIG_EISA_VLB_PRIMING are set. + (don't force), and set to 1 (force probing) when + CONFIG_EISA_VLB_PRIMING is set. Random notes ============ |