commit | e34fa01d46cbf7b5a4158a76e2eb82f18b04865b | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Oct 25 13:05:19 2019 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Oct 29 06:08:10 2019 +0100 |
tree | 8db5e11ad6b0ad79c0919f51307e5ef6808526af | |
parent | f052de56a02b14dab1be4829a429c7ff77a449a0 [diff] |
arm/riscv: Remove types from SOC_SERIES in Kconfig.defconfig files SOC_SERIES is already defined with a type in arch/Kconfig, which is always included. Trying to get rid of unnecessary "full" symbol definitions in Kconfig.defconfig files, to make the organization clearer. It can also help with finding unused symbols. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>