diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-09-02 12:20:18 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-09-02 12:20:18 -0700 |
commit | ebede60741e2cec6d210f137fd22a30e37abc0be (patch) | |
tree | 3e81432238b970702455756730145a9a122e33c7 /drivers | |
parent | a7a6cac204147634aba7487e4d618b028ff54c0d (diff) |
[SPARC32]: More dependencies fallout
More stuff that got exposed to sparc32 build due to inclusion of
drivers/char/Kconfig in arch/sparc/Kconfig needs to be excluded.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 7333b41d422..d6adc2614f6 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -175,7 +175,7 @@ config MOXA_INTELLIO config MOXA_SMARTIO tristate "Moxa SmartIO support" - depends on SERIAL_NONSTANDARD + depends on SERIAL_NONSTANDARD && (BROKEN || !SPARC32) help Say Y here if you have a Moxa SmartIO multiport serial card. |