Files
buildroot/support/kconfig
Yann E. MORIN b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix
It's now been a while since it has been possible to build the kconfig
parser to understand a prefix other than CONFIG_, and even no prefix
at all, by setting the CONFIG_ macro (#define) at biuld time.

Just use that, insted of patching, it will make it easier for us in the
future.

Our patches have been refreshed at the same time.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-21 23:33:11 +02:00
..
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00
2013-04-11 09:30:39 +02:00

This is a copy of the kconfig code in the kernel (currently 3.9-rc2) 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