See patch. Similar approach as with the Makefiles...
Uwe.
* Uwe Hermann uwe@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@coresystems.de
Stefan
On Tue, Jul 10, 2007 at 09:21:14AM +0200, Stefan Reinauer wrote:
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@coresystems.de
r441.
Yeah, I think a Kconfig.components or similar makes sense on the long run. I'd say we postpone adding the file until we have a lot more components in v3, though.
Uwe.