Skip to content

Commit

Permalink
powerpc: Disallow lparcfg being a module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mackerras committed Mar 14, 2006
1 parent 3759fa9 commit 82dfdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pseries/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config SCANLOG
depends on RTAS_PROC && PPC_PSERIES

config LPARCFG
tristate "LPAR Configuration Data"
bool "LPAR Configuration Data"
depends on PPC_PSERIES || PPC_ISERIES
help
Provide system capacity information via human readable
Expand Down

0 comments on commit 82dfdca

Please sign in to comment.