On 09/06/2016 02:12 PM, Andy Fleming wrote: > This sets up the proper config elements for Power and Reset to work > properly (using the gpio pins). > > Signed-off-by: Andy Fleming <aflem...@gmail.com> > --- > arch/powerpc/Makefile | 5 +++++ > arch/powerpc/configs/cyrus_basic_defconfig | 9 +++++++++ > 2 files changed, 14 insertions(+) > create mode 100644 arch/powerpc/configs/cyrus_basic_defconfig
Why does cyrus need its own defconfig? Just enable the power/reset stuff in 85xx-hw.config. > +CONFIG_EXT3_FS=y This has nothing to do with power/reset, and is already present in fsl-emb-nonhw.config. -Scott