On 08/13/2017 10:34 AM, Vineet Gupta wrote: > On 08/11/2017 10:55 PM, Alexandru Gagniuc wrote: >> I was hoping to avoid the addition of extra source files for zero code >> gain, though your proposal does work. However, since the platform >> would be added unconditionally, would it make more sense to add the >> .compatible = "adaptrum,anarion" > > Actual Abilis TB10x is similar in terms of need for special platform > callbacks, but they do need Kconfig glue to pull in bunch of drivers, > your platform doesn't ? I was planning to pull in optional drivers via '_defconfig' rather than Kconfig rules. I might need it to pull in the reset drivers, depending on how simple-reset turns out. I'll submit v3, and then we can look if it's a good idea or not to add to -nsim. Alex > > -Vineet