Re: [PATCH v2 4/4] powerpc: wii_defconfig: Enable OTP by default

2021-06-26 Thread Jonathan Neuschäfer
On Wed, May 19, 2021 at 11:50:44AM +0200, Emmanuel Gil Peyrot wrote: > This selects the nintendo-otp module when building for this platform, if > CONFIG_NVMEM is also selected. The 'if' is a bit confusing. CONFIG_NVRAM=y has indeed been in wii_defconfig since 2009. Thanks, Jonathan Neuschäfer

[PATCH v2 4/4] powerpc: wii_defconfig: Enable OTP by default

2021-05-19 Thread Emmanuel Gil Peyrot
This selects the nintendo-otp module when building for this platform, if CONFIG_NVMEM is also selected. Signed-off-by: Emmanuel Gil Peyrot --- arch/powerpc/configs/wii_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/configs/wii_defconfig b/arch/powerpc/configs/wii_def