> Am 09.03.2020 um 10:07 schrieb chee.hong....@intel.com: > > From: Chee Hong Ang <chee.hong....@intel.com> > > > > Enable this misc driver model for 'altera_sysmgr' driver for socfpga > > platforms. > > > > Signed-off-by: Chee Hong Ang <chee.hong....@intel.com> > > --- > > arch/arm/Kconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index > > 8d9f7fc..4ee8ae0 100644 > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -937,9 +937,11 @@ config ARCH_SOCFPGA > > select DM > > select DM_SERIAL > > select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 || > > TARGET_SOCFPGA_ARRIA10 > > + select MISC > > Please don't 'select' this. You prevent building smaller configs that don't > need it. > Please use 'imply' instead. OK. > > > select OF_CONTROL > > select SPL_DM_RESET if DM_RESET > > select SPL_DM_SERIAL > > + select SPL_DRIVERS_MISC_SUPPORT > > Especially this one makes gen5 SPL uneccessary large. I will use 'imply' for this as well. > > Regards, > Simon > > > select SPL_LIBCOMMON_SUPPORT > > select SPL_LIBGENERIC_SUPPORT > > select SPL_NAND_SUPPORT if SPL_NAND_DENALI > >
- Re: [PATCH v4 11/21] misc: altera_sysmgr: A... Simon Goldschmidt
- Re: [PATCH v4 11/21] misc: altera_sysmgr: A... Simon Goldschmidt
- [PATCH v4 09/21] arm: socfpga: Define SMC function ident... chee . hong . ang
- [PATCH v4 08/21] arm: socfpga: Add SMC helper function f... chee . hong . ang
- [PATCH v4 10/21] arm: socfpga: soc64: Remove PHY interfa... chee . hong . ang
- [PATCH v4 14/21] arch: arm: socfpga: Add 'altr, sysmgr-s... chee . hong . ang
- Re: [PATCH v4 14/21] arch: arm: socfpga: Add 'altr,... Simon Goldschmidt
- [PATCH v4 13/21] mmc: dwmmc: socfpga: MMC driver access ... chee . hong . ang
- [PATCH v4 12/21] arch: arm: socfpga: Enable driver model... chee . hong . ang
- Re: [PATCH v4 12/21] arch: arm: socfpga: Enable dri... Simon Goldschmidt
- RE: [PATCH v4 12/21] arch: arm: socfpga: Enable... Ang, Chee Hong
- [PATCH v4 15/21] net: designware: socfpga: MAC driver ac... chee . hong . ang
- [PATCH v4 18/21] arm: socfpga: Add ATF support to query ... chee . hong . ang
- [PATCH v4 16/21] arm: socfpga: Add ATF support for Reset... chee . hong . ang
- [PATCH v4 17/21] arm: socfpga: stratix10: Initialize tim... chee . hong . ang
- [PATCH v4 19/21] arm: socfpga: stratix10: Add ATF suppor... chee . hong . ang
- [PATCH v4 20/21] arm: socfpga: mailbox: Add 'SYSTEM_RESE... chee . hong . ang
- [PATCH v4 21/21] configs: socfpga: Add defconfig for Agi... chee . hong . ang
- Re: [PATCH v4 00/21] Enable ARM Trusted Firmware for U-B... Simon Goldschmidt
- RE: [PATCH v4 00/21] Enable ARM Trusted Firmware fo... Ang, Chee Hong