diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-22 10:42:06 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-09 16:28:34 +0100 |
commit | 1883c9f49d02972320da0c44185968793094413d (patch) | |
tree | d242579129ac59f75a0f3aa9cf2ef3d7529f78db /arch/alpha/Kconfig | |
parent | b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d (diff) | |
download | linux-1883c9f49d02972320da0c44185968793094413d.tar.bz2 |
alpha: mark jensen as broken
CONFIG_ALPHA_JENSEN has failed to compile since commit 6aca0503
("alpha/dma: use common noop dma ops"), so mark it as broken.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index b31b974a03cb..e96adcbcab41 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -209,6 +209,7 @@ config ALPHA_EIGER config ALPHA_JENSEN bool "Jensen" + depends on BROKEN help DEC PC 150 AXP (aka Jensen): This is a very old Digital system - one of the first-generation Alpha systems. A number of these systems |