diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2021-08-01 09:38:22 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-08-13 22:04:25 +1000 |
commit | 140a89b7bfe65e9649c4a3678f74c32556834ec1 (patch) | |
tree | e622653f90739a1d058a5a17d8cce91ff1eeb1cc | |
parent | 562a610b4c5119034aed300f6ae212ec7a20c4b4 (diff) | |
download | linux-stable-140a89b7bfe65e9649c4a3678f74c32556834ec1.tar.gz linux-stable-140a89b7bfe65e9649c4a3678f74c32556834ec1.tar.bz2 linux-stable-140a89b7bfe65e9649c4a3678f74c32556834ec1.zip |
powerpc: wii_defconfig: Enable OTP by default
This selects the nintendo-otp module when building for this platform.
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210801073822.12452-6-linkmauve@linkmauve.fr
-rw-r--r-- | arch/powerpc/configs/wii_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/wii_defconfig b/arch/powerpc/configs/wii_defconfig index 379c171f3ddd..a0c45bf2bfb1 100644 --- a/arch/powerpc/configs/wii_defconfig +++ b/arch/powerpc/configs/wii_defconfig @@ -99,6 +99,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_PANIC=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_GENERIC=y +CONFIG_NVMEM_NINTENDO_OTP=y CONFIG_EXT2_FS=y CONFIG_EXT4_FS=y CONFIG_FUSE_FS=m |