summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Collapse)AuthorAgeFilesLines
* kconfig: update to latest versionMichael Olbrich2016-05-1323-1104/+1329
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.18Michael Olbrich2015-02-0222-29/+42
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.13Michael Olbrich2014-01-2022-422/+600
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.10-rc5Michael Olbrich2013-06-1523-301/+778
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: Fix build on DarwinBernhard Walle2013-05-121-1/+0
| | | | | | | | | | | | | | | | Darwin 12.2.0 (Mac OS 10.8) defines CIRCLEQ_HEAD but doesn't define CIRCLEQ_HEAD_INITIALIZER. Since mconf.c uses CIRCLEQ_HEAD_INITIALIZER, the build fails. A simple and safe fix is to always use our own copy of the CIRCLEQ_ macros on every platform. Include "missing.h" and don't include <sys/queue.h>. That works also on Linux, verified on current Arch Linux with glibc 2.17. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [add patch to scripts/ptx-modifications] Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: define CIRCLEQ_* macros when neededUser Mol2012-10-172-0/+145
| | | | | | | some versions of sys/queue.h do not define these e.g. they are undefined on FreeBSD 9.0 Signed-off-by: User Mol <mol@freebie.lab.pengutronix.de>
* kconfig: update to v3.6-10970-g4d7127dMichael Olbrich2012-10-1332-769/+1311
|
* [kconfig] update to kconfig from linux 2.6.37-rc7Arnaud Lacombe2010-12-237-337/+390
| | | | | | | | | this adds the upstream patches for "visible": 09899c9 kconfig: regen parser 86e187f kconfig: add an option to determine a menu's visibility Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [kconfig] don't fail writing deps when the config file is not up to date.Michael Olbrich2010-11-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [kconfig] fix bug in kconfig dependency output patchMichael Olbrich2010-11-171-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update with kconfig from linux-2.6.37-rc2Michael Olbrich2010-11-1731-1304/+4331
| | | | | | | The kconfig upstream now has a configurable conig symbol prefix and there are no more references to the kernel in the help texts. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* clean up ptxdist's build systemMarc Kleine-Budde2009-05-281-6/+8
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10595 33e552b5-05e3-0310-8538-816dae2090ed
* [kconfig] activate patch to complain about undefined symbols during selectMarc Kleine-Budde2009-04-171-3/+6
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10296 33e552b5-05e3-0310-8538-816dae2090ed
* * kconfig/confdata.c:Marc Kleine-Budde2009-01-061-1/+1
| | | | | | | not needed git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9438 33e552b5-05e3-0310-8538-816dae2090ed
* * lxdialog/menubox.c:Marc Kleine-Budde2009-01-061-5/+1
| | | | | | | remove probably leftover debug stuff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9437 33e552b5-05e3-0310-8538-816dae2090ed
* Import linux-2.6.28 kconfig.Ladislav Michl2009-01-0628-895/+1167
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9435 33e552b5-05e3-0310-8538-816dae2090ed
* * be precise when giving advice to the userWolfram Sang2008-04-171-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8048 33e552b5-05e3-0310-8538-816dae2090ed
* * fix dependency generation from select statementsMichael Olbrich2008-01-293-32/+47
| | | | | | | | - generate dependencies for selected packages only - handle conditional selects correctly git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7720 33e552b5-05e3-0310-8538-816dae2090ed
* Define KBUILD_NO_NLSLadislav Michl2008-01-091-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7705 33e552b5-05e3-0310-8538-816dae2090ed
* Check for regex.Ladislav Michl2008-01-091-9/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7704 33e552b5-05e3-0310-8538-816dae2090ed
* More MinGW compatibility stuff.Ladislav Michl2008-01-092-15/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7703 33e552b5-05e3-0310-8538-816dae2090ed
* Make menuconfig work under MinGW.Ladislav Michl2008-01-033-52/+24
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7689 33e552b5-05e3-0310-8538-816dae2090ed
* Use linux-2.6.23 kconfig.Ladislav Michl2007-12-0734-2708/+8466
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7642 33e552b5-05e3-0310-8538-816dae2090ed
* * purge timestamp from ptxconfig files toBjoern Buerger2007-10-191-4/+1
| | | | | | | | ease svn management of ptxdist projects git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7551 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed default Theme of ptxdistBjoern Buerger2007-04-161-1/+1
| | | | | | | | | Hotkeys are now highlighted _bold_ black / _bold_ white * Changed Menu Title git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7101 33e552b5-05e3-0310-8538-816dae2090ed
* * made makefiles more BSD compatible; added hints Robert Schwebel2006-06-171-1/+1
| | | | | | | from Chuck Robey. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5812 33e552b5-05e3-0310-8538-816dae2090ed
* * kconfig/confdata.c, kconfig/conf.c:Michael Olbrich2006-06-162-2/+3
| | | | | | | | - use silentoldconfig - print newline before comments git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5794 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Marc Kleine-Budde2006-02-242-8/+20
| | | | https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4763 33e552b5-05e3-0310-8538-816dae2090ed
* fix help functionSascha Hauer2006-01-261-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4423 33e552b5-05e3-0310-8538-816dae2090ed
* update to 2.6.14Robert Schwebel2005-11-2921-428/+3569
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3453 33e552b5-05e3-0310-8538-816dae2090ed
* add dependency mechanismRobert Schwebel2005-11-122-3/+13
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3336 33e552b5-05e3-0310-8538-816dae2090ed
* dep testRobert Schwebel2005-11-121-1/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3332 33e552b5-05e3-0310-8538-816dae2090ed
* xconfig fixes; patch by Thibaut VareneRobert Schwebel2005-01-241-19/+70
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2231 33e552b5-05e3-0310-8538-816dae2090ed
* not necessaryRobert Schwebel2005-01-201-194/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2216 33e552b5-05e3-0310-8538-816dae2090ed
* not necessaryRobert Schwebel2005-01-201-42/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2215 33e552b5-05e3-0310-8538-816dae2090ed
* not necessaryRobert Schwebel2005-01-202-2252/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2214 33e552b5-05e3-0310-8538-816dae2090ed
* fix pointer arithmeticRobert Schwebel2005-01-201-3/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2211 33e552b5-05e3-0310-8538-816dae2090ed
* typoRobert Schwebel2005-01-201-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2210 33e552b5-05e3-0310-8538-816dae2090ed
* update to kconfig/lxdialog from 2.6.10; kconfig has a unified prefix ↵Robert Schwebel2005-01-2014-237/+660
| | | | | | (PTXCONF_) macro now. Patch by Thibaut Varene git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2203 33e552b5-05e3-0310-8538-816dae2090ed
* Removed(no author)2004-09-021-192/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.5.2-trunk@1685 33e552b5-05e3-0310-8538-816dae2090ed
* rules/vendor-tweaks/abbcc.makeRobert Schwebel2004-07-287-92/+151
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@1507 33e552b5-05e3-0310-8538-816dae2090ed
* New more lightweight makefile.Robert Schwebel2004-01-271-0/+42
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@995 33e552b5-05e3-0310-8538-816dae2090ed
* Added more clean targets.Robert Schwebel2004-01-271-2/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@991 33e552b5-05e3-0310-8538-816dae2090ed
* Unnecessary lex file removed. [RSC]Robert Schwebel2003-12-181-3688/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@900 33e552b5-05e3-0310-8538-816dae2090ed
* Update. [RSC]Robert Schwebel2003-12-182-0/+3877
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@899 33e552b5-05e3-0310-8538-816dae2090ed
* Updated to kconfig version from 2.6.0. [RSC]Robert Schwebel2003-12-183-30/+105
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@897 33e552b5-05e3-0310-8538-816dae2090ed
* Update to kconfig from 2.6.0-test3. [RSC]Robert Schwebel2003-09-1320-1770/+4823
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@305 33e552b5-05e3-0310-8538-816dae2090ed
* Initial revisionJochen Striepe2003-04-2420-0/+8942
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@2 33e552b5-05e3-0310-8538-816dae2090ed