1. 12 Aug, 2010 1 commit
    • Sam Ravnborg's avatar
      kconfig: fix savedefconfig for tristate choices · 801690ca
      Sam Ravnborg authored
      savedefconfig failed to save choice symbols equal to 'y'
      for tristate choices.
      This resulted in this value being lost.
      
      In particular is fixes an issue where
      
      	make ARCH=avr32 atngw100_defconfig
      	make ARCH=avr32 savedefconfig
      	cp defconfig arch/avr32/configs/atngw100_defconfig
      	make ARCH=avr32 atngw100_defconfig
      	diff -u .config .config.old
      
      failed to produce an identical .config.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      801690ca
  2. 04 Aug, 2010 1 commit
  3. 03 Aug, 2010 9 commits
  4. 01 Aug, 2010 2 commits
  5. 31 Jul, 2010 5 commits
  6. 30 Jul, 2010 8 commits
  7. 29 Jul, 2010 14 commits