aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/streamline_config.pl (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-11kconfig: fix localmodconfigSam Ravnborg1-2/+2
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2016-04-26localmodconfig: Fix whitespace repeat count after "tristate"Benjamin Poirier1-1/+1
2016-04-26localmodconfig: Reset certificate pathsBenjamin Poirier1-0/+34
2016-04-26localmodconfig: Add missing $ to reference a variableBenjamin Poirier1-1/+1
2016-04-26localmodconfig: Fix parsing of "help" textBenjamin Poirier1-1/+1
2016-04-26localmodconfig: Recognize more keywords that end a menu entryBenjamin Poirier1-2/+2
2016-04-26localmodconfig: Fix parsing of Kconfig "source" statementsBenjamin Poirier1-1/+1
2015-08-11localmodconfig: Use Kbuild files tooRichard Weinberger1-1/+1
2014-08-20kbuild: Make scripts executableMichal Marek1-0/+0
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada1-1/+1
2013-12-20localmodconfig: Add config depends by default settingsSteven Rostedt (Red Hat)1-0/+7
2013-04-29localmodconfig: Process source kconfig files as they are foundSteven Rostedt1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsSteven Rostedt1-0/+9
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando1-0/+2
2012-08-16localmodconfig: Use my variable for loop in streamline_config.plBill Pemberton1-1/+1
2012-08-16localmodconfig: Use 3 parameter open in streamline_config.plBill Pemberton1-16/+14
2012-08-16localmodconfig: Rework find_config in streamline_config.plBill Pemberton1-8/+6
2012-08-16localmodconfig: Set default value for ksource in streamline_config.plBill Pemberton1-1/+1
2012-06-19localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUGSteven Rostedt1-0/+21
2012-06-19localmodconfig: Check if configs are already set for selectsSteven Rostedt1-11/+104
2012-06-19localmodconfig: Read in orig config file to avoid extra processingSteven Rostedt1-2/+24
2012-06-19localmodconfig: Comments and cleanup for streamline_config.plSteven Rostedt1-4/+9
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt1-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt1-13/+12
2011-08-08kconfig/streamline_config.pl: use options to determine operating modeArnaud Lacombe1-1/+13
2011-08-08kconfig/streamline_config.pl: directly access LSMOD from the environmentArnaud Lacombe1-2/+6
2011-02-08trivial: Fix Steven's Copyright typosUwe Kleine-König1-1/+1
2010-10-29kconfig: Have streamline_config process menuconfigs tooSteven Rostedt1-2/+2
2010-10-29kconfig: Fix streamline_config to read multi line deps in Kconfig filesSteven Rostedt1-1/+18
2010-10-29kconfig: Fix missing declaration of variable $dir in streamline_config.plhiromu1-1/+3
2010-10-29kconfig: Fix variable name typo %prompts in streamline_config.plhiromu yagura1-2/+2
2010-10-29kconfig: Make localmodconfig handle environment variablesSteven Rostedt1-1/+11
2010-05-28kconfig: Hide error output in find command in streamline_config.plToralf Förster1-2/+3
2010-05-28kconfig: Fix typo in comment in streamline_config.plToralf Foerster1-1/+1
2010-05-28kconfig: Make a variable local in streamline_config.plToralf Foerster1-1/+1
2010-02-02kconfig: Add LSMOD=file to override the lsmod for localmodconfigSteven Rostedt1-11/+27
2010-02-02kconfig: Look in both /bin and /sbin for lsmod in streamline_config.plSteven Rostedt1-1/+14
2010-01-06kconfig: Check for if conditions in Kconfig for localmodconfigSteven Rostedt1-0/+26
2009-11-20kconfig: Fix make O=<dir> local{mod,yes}configSteven Rostedt1-6/+6
2009-08-18kconfig: make local .config default for streamline_configSteven Rostedt1-4/+4
2009-08-18kconfig: test for /boot/config-uname after /proc/config.gz in localconfigSteven Rostedt1-0/+4
2009-08-18kconfig: unset IKCONFIG_PROC and clean up nestingSteven Rostedt1-6/+3
2009-08-18kconfig: search for a config to base the local(mod|yes)config onSteven Rostedt1-1/+62
2009-08-18kconfig: enable CONFIG_IKCONFIG from streamline_config.plSteven Rostedt1-10/+23
2009-08-18kconfig: do not warn about modules built inSteven Rostedt1-3/+5
2009-08-18kconfig: streamline_config.pl do not stop with no dependsSteven Rostedt1-5/+3
2009-08-18kconfig: add streamline_config.pl to scriptsSteven Rostedt1-0/+291