Messages in this thread |  | | Date | Tue, 3 Dec 2013 23:56:56 -0800 | Subject | Re: [PATCH 1/2] arm: mmp: build sram driver alone | From | Dan Williams <> |
| |
On Tue, Dec 3, 2013 at 11:05 PM, Qiao Zhou <zhouqiao@marvell.com> wrote: > sram driver can be used by many chips besides CPU_MMP2, and so build > it alone. > > Reported-by: Dan Williams <dan.j.williams@intel.com> > Signed-off-by: Qiao Zhou <zhouqiao@marvell.com> > --- > arch/arm/mach-mmp/Kconfig | 5 +++++ > arch/arm/mach-mmp/Makefile | 3 ++- > 2 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig > index ebdda83..6a6597c 100644 > --- a/arch/arm/mach-mmp/Kconfig > +++ b/arch/arm/mach-mmp/Kconfig > @@ -136,4 +136,9 @@ config USB_EHCI_MV_U2O > help > Enables support for OTG controller which can be switched to host mode. > > +config MMP_SRAM > + bool > + help > + Select code specific to sram. > +
No need for help text for something that is selected, and might as well squash this with patch 2.
|  |