Re: [PATCH 3/3] Cyrus: create a defconfig
From: Scott Wood <hidden>
Date: 2016-09-06 20:42:18
From: Scott Wood <hidden>
Date: 2016-09-06 20:42:18
On 09/06/2016 02:12 PM, Andy Fleming wrote:=0A=
This sets up the proper config elements for Power and Reset to work=0A= properly (using the gpio pins).=0A= =0A= Signed-off-by: Andy Fleming <redacted>=0A= ---=0A= arch/powerpc/Makefile | 5 +++++=0A= arch/powerpc/configs/cyrus_basic_defconfig | 9 +++++++++=0A= 2 files changed, 14 insertions(+)=0A= create mode 100644 arch/powerpc/configs/cyrus_basic_defconfig=0A=
=0A= Why does cyrus need its own defconfig? Just enable the power/reset=0A= stuff in 85xx-hw.config.=0A= =0A=
+CONFIG_EXT3_FS=3Dy=0A=
=0A= This has nothing to do with power/reset, and is already present in=0A= fsl-emb-nonhw.config.=0A= =0A= -Scott=0A= =0A=