[PATCH] Kconfig fix (sparc32 drivers/char dependencies)
since sparc32 Kconfig includes drivers/char/Kconfig (instead of duplicating its parts) we need several new dependencies there to exclude the stuff broken on sparc32 and not excluded by existing dependencies. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
997183dc2a
commit
a238b56350
|
@ -80,7 +80,7 @@ config SERIAL_NONSTANDARD
|
||||||
|
|
||||||
config COMPUTONE
|
config COMPUTONE
|
||||||
tristate "Computone IntelliPort Plus serial support"
|
tristate "Computone IntelliPort Plus serial support"
|
||||||
depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
|
depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (BROKEN || !SPARC32)
|
||||||
---help---
|
---help---
|
||||||
This driver supports the entire family of Intelliport II/Plus
|
This driver supports the entire family of Intelliport II/Plus
|
||||||
controllers with the exception of the MicroChannel controllers and
|
controllers with the exception of the MicroChannel controllers and
|
||||||
|
@ -208,7 +208,7 @@ config SYNCLINK
|
||||||
|
|
||||||
config SYNCLINKMP
|
config SYNCLINKMP
|
||||||
tristate "SyncLink Multiport support"
|
tristate "SyncLink Multiport support"
|
||||||
depends on SERIAL_NONSTANDARD
|
depends on SERIAL_NONSTANDARD && (BROKEN || !SPARC32)
|
||||||
help
|
help
|
||||||
Enable support for the SyncLink Multiport (2 or 4 ports)
|
Enable support for the SyncLink Multiport (2 or 4 ports)
|
||||||
serial adapter, running asynchronous and HDLC communications up
|
serial adapter, running asynchronous and HDLC communications up
|
||||||
|
@ -735,7 +735,7 @@ config SGI_IP27_RTC
|
||||||
|
|
||||||
config GEN_RTC
|
config GEN_RTC
|
||||||
tristate "Generic /dev/rtc emulation"
|
tristate "Generic /dev/rtc emulation"
|
||||||
depends on RTC!=y && !IA64 && !ARM && !PPC64 && !M32R
|
depends on RTC!=y && !IA64 && !ARM && !PPC64 && !M32R && !SPARC32
|
||||||
---help---
|
---help---
|
||||||
If you say Y here and create a character special file /dev/rtc with
|
If you say Y here and create a character special file /dev/rtc with
|
||||||
major number 10 and minor number 135 using mknod ("man mknod"), you
|
major number 10 and minor number 135 using mknod ("man mknod"), you
|
||||||
|
|
Loading…
Reference in New Issue
Block a user