Searched hist:"7 cf3d73b4360e91b14326632ab1aeda4cb26308d" (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/kconfig/ |
H A D | lkc_proto.h | diff 7cf3d73b4360e91b14326632ab1aeda4cb26308d Sat Jul 31 23:35:34 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig".
The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired.
The implementation was tested against several minimal configs for arm which was created using brute-force.
There was one regression related to default numbers which had their valid range further limited by another symbol.
Sample:
config FOO int "foo" default 4
config BAR int "bar" range 0 FOO
If FOO is set to 3 then BAR cannot take a value higher than 3. But the current implementation will set BAR equal to 4.
This is seldomly used and the final configuration is OK, and the fix was non-trivial. So it was documented in the code and left as is.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
|
H A D | lkc.h | diff 7cf3d73b4360e91b14326632ab1aeda4cb26308d Sat Jul 31 23:35:34 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig".
The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired.
The implementation was tested against several minimal configs for arm which was created using brute-force.
There was one regression related to default numbers which had their valid range further limited by another symbol.
Sample:
config FOO int "foo" default 4
config BAR int "bar" range 0 FOO
If FOO is set to 3 then BAR cannot take a value higher than 3. But the current implementation will set BAR equal to 4.
This is seldomly used and the final configuration is OK, and the fix was non-trivial. So it was documented in the code and left as is.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
|
H A D | conf.c | diff 7cf3d73b4360e91b14326632ab1aeda4cb26308d Sat Jul 31 23:35:34 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig".
The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired.
The implementation was tested against several minimal configs for arm which was created using brute-force.
There was one regression related to default numbers which had their valid range further limited by another symbol.
Sample:
config FOO int "foo" default 4
config BAR int "bar" range 0 FOO
If FOO is set to 3 then BAR cannot take a value higher than 3. But the current implementation will set BAR equal to 4.
This is seldomly used and the final configuration is OK, and the fix was non-trivial. So it was documented in the code and left as is.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
|
H A D | symbol.c | diff 7cf3d73b4360e91b14326632ab1aeda4cb26308d Sat Jul 31 23:35:34 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig".
The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired.
The implementation was tested against several minimal configs for arm which was created using brute-force.
There was one regression related to default numbers which had their valid range further limited by another symbol.
Sample:
config FOO int "foo" default 4
config BAR int "bar" range 0 FOO
If FOO is set to 3 then BAR cannot take a value higher than 3. But the current implementation will set BAR equal to 4.
This is seldomly used and the final configuration is OK, and the fix was non-trivial. So it was documented in the code and left as is.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
|
H A D | confdata.c | diff 7cf3d73b4360e91b14326632ab1aeda4cb26308d Sat Jul 31 23:35:34 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig".
The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired.
The implementation was tested against several minimal configs for arm which was created using brute-force.
There was one regression related to default numbers which had their valid range further limited by another symbol.
Sample:
config FOO int "foo" default 4
config BAR int "bar" range 0 FOO
If FOO is set to 3 then BAR cannot take a value higher than 3. But the current implementation will set BAR equal to 4.
This is seldomly used and the final configuration is OK, and the fix was non-trivial. So it was documented in the code and left as is.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
|
H A D | Makefile | diff 7cf3d73b4360e91b14326632ab1aeda4cb26308d Sat Jul 31 23:35:34 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: add savedefconfig
savedefconfig will save a minimal config to a file named "defconfig".
The config symbols are saved in the same order as they appear in the menu structure so it should be possible to map them to the relevant menus if desired.
The implementation was tested against several minimal configs for arm which was created using brute-force.
There was one regression related to default numbers which had their valid range further limited by another symbol.
Sample:
config FOO int "foo" default 4
config BAR int "bar" range 0 FOO
If FOO is set to 3 then BAR cannot take a value higher than 3. But the current implementation will set BAR equal to 4.
This is seldomly used and the final configuration is OK, and the fix was non-trivial. So it was documented in the code and left as is.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
|