* Uwe Hermann <[EMAIL PROTECTED]> [070710 01:26]:
> Index: Kconfig
> ===================================================================
> --- Kconfig   (Revision 439)
> +++ Kconfig   (Arbeitskopie)
> @@ -67,11 +67,27 @@
>  source lib/Kconfig
>  source device/Kconfig
>  
> -# These are used for internal purposes only.
> -source northbridge/Kconfig
> -source southbridge/Kconfig
> -source superio/Kconfig
> +# These are used for internal purposes only:
>  
> +# Northbridges:
> +config NORTHBRIDGE_AMD_GEODELX
> +     boolean
> +config NORTHBRIDGE_INTEL_I440BXEMULATION
> +     boolean
> +
> +# Southbridges:
> +config SOUTHBRIDGE_AMD_CS5536
> +     boolean
> +config SOUTHBRIDGE_INTEL_I82371EB
> +     boolean
> +
> +# Super I/Os:
> +config SUPERIO_WINBOND_W83627HF
> +     boolean
> +
> +# Source all northbridge/southbridge/superio Kconfig files:
> +source northbridge/intel/i440bxemulation/Kconfig
> +
>  menu "Payload"
>  
>  choice

I like the patch. But should we have a Kconfig.components for the above,
as we are going to have many of them at some point.

Otherwise Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>
 
Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED]  • http://www.coresystems.de/

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to