[LinuxBIOS] [PATCH][v3] Drop useless Kconfig files

Stefan Reinauer stepan at coresystems.de
Tue Jul 10 09:21:14 CEST 2007


* Uwe Hermann <uwe at hermann-uwe.de> [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 <stepan at coresystems.de>
 
Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/




More information about the coreboot mailing list