Message ID | 87613in3sc.wl%kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Simon Horman |
Headers | show |
On Thu, Sep 10, 2015 at 9:19 AM, Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -82,6 +82,7 @@ CONFIG_DEVTMPFS_MOUNT=y > CONFIG_DMA_CMA=y > CONFIG_BLK_DEV_LOOP=y > CONFIG_VIRTIO_BLK=y > +CONFIG_CS2000_CP=y =m? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Geert > <kuninori.morimoto.gx@renesas.com> wrote: > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -82,6 +82,7 @@ CONFIG_DEVTMPFS_MOUNT=y > > CONFIG_DMA_CMA=y > > CONFIG_BLK_DEV_LOOP=y > > CONFIG_VIRTIO_BLK=y > > +CONFIG_CS2000_CP=y > > =m? not sure. no one is selecting =m on defconfig ? It seems ARM ML topic ? -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Morimoto-san, On Thu, Sep 10, 2015 at 11:43 AM, Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: >> <kuninori.morimoto.gx@renesas.com> wrote: >> > --- a/arch/arm64/configs/defconfig >> > +++ b/arch/arm64/configs/defconfig >> > @@ -82,6 +82,7 @@ CONFIG_DEVTMPFS_MOUNT=y >> > CONFIG_DMA_CMA=y >> > CONFIG_BLK_DEV_LOOP=y >> > CONFIG_VIRTIO_BLK=y >> > +CONFIG_CS2000_CP=y >> >> =m? > > not sure. no one is selecting =m on defconfig ? I guess the arm64 kernel binaries are still small ;-) > It seems ARM ML topic ? Yes. But for arm32, the arm-soc maintainers prefer modules where appropriate (i.e. for anything not critical for booting). Let's ask (cfr. CC). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 47f6f07..f3c9e24 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -82,6 +82,7 @@ CONFIG_DEVTMPFS_MOUNT=y CONFIG_DMA_CMA=y CONFIG_BLK_DEV_LOOP=y CONFIG_VIRTIO_BLK=y +CONFIG_CS2000_CP=y # CONFIG_SCSI_PROC_FS is not set CONFIG_BLK_DEV_SD=y # CONFIG_SCSI_LOWLEVEL is not set