| Submitter | Andrea Adami |
|---|---|
| Date | Jan. 20, 2013, 11:48 p.m. |
| Message ID | <1358725702-18634-1-git-send-email-andrea.adami@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/43005/ |
| State | Accepted, archived |
| Headers | show |
Comments
On Monday 21 January 2013 00:48:22 Andrea Adami wrote: > * options were removed from zaurus-pxa-common.cfg because are > * shared by collie as well > > Signed-off-by: Andrea Adami <andrea.adami@gmail.com> > --- > recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg > b/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg index > ae3627a..b01ec8f 100644 > --- a/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg > +++ b/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg > @@ -60,6 +60,16 @@ CONFIG_MTD_BLKDEVS=y > CONFIG_MTD_BLOCK=y > > # > +# RAM/ROM/Flash chip drivers > +# > +CONFIG_MTD_MAP_BANK_WIDTH_1=y > +CONFIG_MTD_MAP_BANK_WIDTH_2=y > +CONFIG_MTD_MAP_BANK_WIDTH_4=y > +CONFIG_MTD_CFI_I1=y > +CONFIG_MTD_CFI_I2=y > +CONFIG_MTD_ROM=y > + > +# > # Mapping drivers for chip access > # > CONFIG_MTD_COMPLEX_MAPPINGS=y Merged, thanks. Cheers, Paul
Patch
diff --git a/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg b/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg index ae3627a..b01ec8f 100644 --- a/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg +++ b/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg @@ -60,6 +60,16 @@ CONFIG_MTD_BLKDEVS=y CONFIG_MTD_BLOCK=y # +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +CONFIG_MTD_ROM=y + +# # Mapping drivers for chip access # CONFIG_MTD_COMPLEX_MAPPINGS=y
* options were removed from zaurus-pxa-common.cfg because are * shared by collie as well Signed-off-by: Andrea Adami <andrea.adami@gmail.com> --- recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+)