mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
powerpc/powernv: Kconfig: Replace single quotes
Replace single quotes with double quotes which seems to be the convention for strings. Signed-off-by: Juerg Haefliger <juergh@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220520115229.147368-1-juergh@canonical.com
This commit is contained in:
parent
d60cb5010c
commit
1e2e5e8274
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ config PPC_POWERNV
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config OPAL_PRD
|
config OPAL_PRD
|
||||||
tristate 'OPAL PRD driver'
|
tristate "OPAL PRD driver"
|
||||||
depends on PPC_POWERNV
|
depends on PPC_POWERNV
|
||||||
help
|
help
|
||||||
This enables the opal-prd driver, a facility to run processor
|
This enables the opal-prd driver, a facility to run processor
|
||||||
|
|
Loading…
Add table
Reference in a new issue