mirror of https://gitee.com/openkylin/linux.git
staging: unisys: remove !UML flag
Remove the dependency that the drivers are not built during UML. Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a51cf83d73
commit
e816d1f92e
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
menuconfig UNISYSSPAR
|
menuconfig UNISYSSPAR
|
||||||
bool "Unisys SPAR driver support"
|
bool "Unisys SPAR driver support"
|
||||||
depends on X86_64 && !UML
|
depends on X86_64
|
||||||
depends on ACPI
|
depends on ACPI
|
||||||
---help---
|
---help---
|
||||||
Support for the Unisys SPAR drivers
|
Support for the Unisys SPAR drivers
|
||||||
|
|
Loading…
Reference in New Issue