Files
buildroot/support/kconfig
Peter Korsgaard 21f540be4e kconfig: sync with linux-3.0
And drop unused make-write-deps patch.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-01-15 20:48:04 +01:00
..
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00
2012-01-15 20:48:04 +01:00

This is a copy of the kconfig code in the kernel (currently 2.6.37-rc1) tweaked
to suit Buildroot.

To update:
	cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
	cd support/config.new
	cp -a ../kconfig/patches ../kconfig/README.buildroot2 .
	quilt push -a
	# Fix any conflict
	cd ..
	rm -rf config
	mv kconfig.new kconfig

Then verify the toplevel targets work:
	config
	defconfig
	menuconfig
	xconfig
	gconfig
	oldconfig