All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: tom.zanussi@intel.com
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 1/3][KERNEL] meta: add eg20t feature
Date: Mon, 11 Jul 2011 09:49:06 -0700	[thread overview]
Message-ID: <4E1B2982.4020102@linux.intel.com> (raw)
In-Reply-To: <8b824f53292e21ccb9de938b2c115adf0a9b1aa0.1310314387.git.tom.zanussi@intel.com>

That is quite the assortment of config bits - are all of these necessary
to explicitly support the eg20t? I'd like to see minimal config
fragments both for simplicity as well as avoiding unnecessary kernel
tool warnings about redefinitions.

--
Darren

On 07/10/2011 09:26 AM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
> 
> Option group for Intel Platform Controller Hub EG20T (Topcliff).
> 
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> ---
>  meta/cfg/kernel-cache/features/eg20t/eg20t.cfg |   39 ++++++++++++++++++++++++
>  meta/cfg/kernel-cache/features/eg20t/eg20t.scc |    1 +
>  2 files changed, 40 insertions(+), 0 deletions(-)
>  create mode 100644 meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
>  create mode 100644 meta/cfg/kernel-cache/features/eg20t/eg20t.scc
> 
> diff --git a/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg b/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
> new file mode 100644
> index 0000000..225581c
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/features/eg20t/eg20t.cfg
> @@ -0,0 +1,39 @@
> +# Hardware support for the Platform Controller Hub EG20T
> +
> +CONFIG_PCH_DMA=y
> +CONFIG_PCH_UART_DMA=y
> +CONFIG_SERIAL_8250_PCI=y
> +CONFIG_SERIAL_8250_PCH=y
> +CONFIG_SERIAL_8250_PCH_DMA=y
> +
> +CONFIG_SERIAL_PCH_UART=y
> +CONFIG_SERIAL_CORE=y
> +
> +CONFIG_SPI=y
> +CONFIG_SPI_BITBANG=y
> +CONFIG_SPI_GPIO=y
> +CONFIG_SPI_TOPCLIFF_PCH=y
> + 
> +CONFIG_MISC_DEVICES=y
> +CONFIG_PCH_PHUB=y
> +
> +CONFIG_NETDEVICES=y
> +CONFIG_NETDEV_1000=y
> +CONFIG_PCH_GBE=y
> +
> +CONFIG_PCH_USBDEV=y
> +CONFIG_USB_GADGET=y
> +CONFIG_USB_GADGET_EG20T=y
> +CONFIG_USB_GADGET_DUALSPEED=y
> +CONFIG_USB_GADGET_SELECTED=y
> +
> +CONFIG_I2C_EG20T=y
> +
> +CONFIG_GPIOLIB=y
> +CONFIG_GPIO_PCH=y
> +
> +CONFIG_PCH_IEEE1588=y
> +
> +CONFIG_CAN=y
> +CONFIG_CAN_DEV=y
> +CONFIG_PCH_CAN=y
> diff --git a/meta/cfg/kernel-cache/features/eg20t/eg20t.scc b/meta/cfg/kernel-cache/features/eg20t/eg20t.scc
> new file mode 100644
> index 0000000..d690469
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/features/eg20t/eg20t.scc
> @@ -0,0 +1 @@
> +kconf hardware eg20t.cfg

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


  reply	other threads:[~2011-07-11 16:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-10 16:25 [PATCH 0/3][KERNEL] linux-yocto-dev meta updates tom.zanussi
2011-07-10 16:26 ` [PATCH 1/3][KERNEL] meta: add eg20t feature tom.zanussi
2011-07-11 16:49   ` Darren Hart [this message]
2011-07-11 16:56     ` Tom Zanussi
2011-07-11 17:10       ` Darren Hart
2011-07-10 16:26 ` [PATCH 2/3][KERNEL] meta/crownbay: remove eg20t.cfg and use new eg20t feature instead tom.zanussi
2011-07-10 16:26 ` [PATCH 3/3][KERNEL] meta/fri2: create initial BSP infrastructure tom.zanussi
2011-07-11 16:53   ` Darren Hart
2011-07-11 17:03     ` Tom Zanussi
2011-07-13  5:01 ` [PATCH 0/3][KERNEL] linux-yocto-dev meta updates Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E1B2982.4020102@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.