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:
parent
3759fa9c55
commit
82dfdcae0d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue