summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/mse500dini_300/linux26.config.part
AgeCommit message (Collapse)Author
2013-02-12cleo/buildroot/target/Spidcom: move boards's dirs to a new "targets" dir, ↵Yacine Belkadi
closes #3723 To better organize things, create a new directory "targets" and move all board directories into it.
2013-02-12cleo/buildroot/target/Spidcom: generate linux26.config, refs #3723Yacine Belkadi
Each board has its linux26.config, but major parts of it are common. Split the linux26.config file into common parts and specific parts. Use the desc.py tool and the description file (desc) to describe the parts composing the linux26.config file of each board. Note that only the main CONFIG items are set. The ones that get set by other ones(e.g. CONFIG_CHIP_FEATURE_INT_MAP_V1) don't need to be set explicitely.