Re: [PATCH net-next-2.6 11/13] net-caif: add CAIF Kconfig and Makefiles
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2010-01-22 09:39:42
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2010-01-22 09:39:42
Hi Sjur,
+config CAIF_SOCK + tristate "CAIF Sockets" + default CAIF + ---help--- + Say Y if you will be using CAIF Sockets. + This can be either built-in or a loadable module, + If you select to build it as a built-in then the main CAIF device must + also be a built-in, + If unsure say Y. + +config CAIF_NETDEV + tristate "CAIF GPRS Network device" + default CAIF + ---help--- + Say Y if you will be using a CAIF based GPRS network device. + This can be either built-in or a loadable module, + If you select to build it as a built-in then the main CAIF device must + also be a built-in. + If unsure say Y.
any real use cases where NOT building CAIF_SOCK would make sense. Maybe it would be better to move CAIF_SOCK and CAIF_NETDEV under EMBEDDED. Regards Marcel