[yocto] [PATCH 1/3][KERNEL] meta: add eg20t feature

Darren Hart dvhart at linux.intel.com
Mon Jul 11 10:10:32 PDT 2011



On 07/11/2011 09:56 AM, Tom Zanussi wrote:
> On Mon, 2011-07-11 at 09:49 -0700, Darren Hart wrote:
>> 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.
>>
> 
> Yes, I agree, I would also like to see these split up, but I think that
> would be better done as part of our ongoing general option cleanup.
> 
> The particular reason for doing this now is to simply re-use the
> existing crownbay bits as-is for a new BSP.
> 
> Once I have time and can get back to the option cleanup I started with
> the romley options, I'll clean this up too, but at the moment have
> bigger fish to fry...
> 

OK, that's reasonable.

> Tom
> 
>> --
>> Darren
>>
>> On 07/10/2011 09:26 AM, tom.zanussi at intel.com wrote:
>>> From: Tom Zanussi <tom.zanussi at intel.com>
>>>
>>> Option group for Intel Platform Controller Hub EG20T (Topcliff).
>>>
>>> Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>

Acked-by: Darren Hart <dvhart at linux.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
>>
> 
> 
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

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



More information about the yocto mailing list