Skip to content

Commit d3883fa

Browse files
glevandmpe
authored andcommitted
powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfig
Set CONFIG_UEVENT_HELPER=y in ps3_defconfig. commit 1be01d4 (driver: base: Disable CONFIG_UEVENT_HELPER by default) disabled the CONFIG_UEVENT_HELPER option that is needed for hotplug and module loading by most older 32bit powerpc distributions that users typically install on the PS3. Signed-off-by: Geoff Levand <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/410cda9aa1a6e04434dfe1f9aa2103d0694f706c.1585340156.git.geoff@infradead.org
1 parent 96efbab commit d3883fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/powerpc/configs/ps3_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ CONFIG_CFG80211=m
6060
CONFIG_CFG80211_WEXT=y
6161
CONFIG_MAC80211=m
6262
# CONFIG_MAC80211_RC_MINSTREL is not set
63+
CONFIG_UEVENT_HELPER=y
64+
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
6365
CONFIG_BLK_DEV_LOOP=y
6466
CONFIG_BLK_DEV_RAM=y
6567
CONFIG_BLK_DEV_RAM_SIZE=65535

0 commit comments

Comments
 (0)