2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-17 17:53:56 +08:00

powerpc: Disallow lparcfg being a module

The lparcfg code needs several things which are pretty arcane internal
details and which we don't want to export, which means that lparcfg
doesn't work when built as a module.  This makes it a bool instead of
a tristate in the Kconfig so that users can't try to build it as a
module.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras 2006-03-14 11:35:37 +11:00
parent 3759fa9c55
commit 82dfdcae0d

View File

@ -19,7 +19,7 @@ config SCANLOG
depends on RTAS_PROC && PPC_PSERIES depends on RTAS_PROC && PPC_PSERIES
config LPARCFG config LPARCFG
tristate "LPAR Configuration Data" bool "LPAR Configuration Data"
depends on PPC_PSERIES || PPC_ISERIES depends on PPC_PSERIES || PPC_ISERIES
help help
Provide system capacity information via human readable Provide system capacity information via human readable